Skip to main content

logging_configuration_tags

Expands all tag keys and values for logging_configurations in a region

Overview

Namelogging_configuration_tags
TypeResource
DescriptionResource type definition for AWS::IVSChat::LoggingConfiguration.
Idaws.ivschat.logging_configuration_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all logging_configurations in a region.

SELECT
region,
arn,
id,
destination_configuration,
name,
state,
tag_key,
tag_value
FROM aws.ivschat.logging_configuration_tags
WHERE region = 'us-east-1';

Permissions

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