logging_configurations_list_only
Lists logging_configurations
in a region or regions, for all properties use logging_configurations
Overview
Name | logging_configurations_list_only |
Type | Resource |
Description | Resource type definition for AWS::IVSChat::LoggingConfiguration. |
Id | aws.ivschat.logging_configurations_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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