Skip to main content

logging_configurations_list_only

Lists logging_configurations in a region or regions, for all properties use logging_configurations

Overview

Namelogging_configurations_list_only
TypeResource
DescriptionResource type definition for AWS::IVSChat::LoggingConfiguration.
Idaws.ivschat.logging_configurations_list_only

Fields

NameDatatypeDescription
arnstringLoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier.
idstringThe system-generated ID of the logging configuration.
destination_configurationobjectDestination configuration for IVS Chat logging.
namestringThe name of the logging configuration. The value does not need to be unique.
statestringThe state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all logging_configurations in a region.

SELECT
region,
arn
FROM aws.ivschat.logging_configurations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the logging_configurations_list_only resource, see logging_configurations