logging_configuration_tags
Expands all tag keys and values for logging_configurations
in a region
Overview
Name | logging_configuration_tags |
Type | Resource |
Description | Resource type definition for AWS::IVSChat::LoggingConfiguration. |
Id | aws.ivschat.logging_configuration_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | LoggingConfiguration ARN is automatically generated on creation and assigned as the unique identifier. |
id | string | The system-generated ID of the logging configuration. |
destination_configuration | object | Destination configuration for IVS Chat logging. |
name | string | The name of the logging configuration. The value does not need to be unique. |
state | string | The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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