aws.ivschat.list_logging_configurations
Example SQL Queries
SELECT * FROMaws.ivschat.list_logging_configurations;Description
Gets summary information about all your logging configurations in the AWS region where the API request is processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Maximum number of logging configurations to return. Default: 50. | BIGINT |
| next_token Input Column If there are more logging configurations than maxResults, use nextToken in the request to get the next set. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| logging_configurations List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration. | STRUCT( |
Show child fields
| |