aws.vpc_lattice.get_access_log_subscription
Example SQL Queries
SELECT * FROMaws.vpc_lattice.get_access_log_subscriptionWHERE"access_log_subscription_identifier" = 'VALUE';Description
Retrieves information about the specified access log subscription.
Table Definition
| Column Name | Column Data Type |
|---|---|
| access_log_subscription_identifier Required Input Column The ID or Amazon Resource Name (ARN) of the access log subscription. | 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 |
| arn The Amazon Resource Name (ARN) of the access log subscription. | VARCHAR |
| created_at The date and time that the access log subscription was created, specified in ISO-8601 format. | TIMESTAMP_S |
| destination_arn The Amazon Resource Name (ARN) of the access log destination. | VARCHAR |
| id The ID of the access log subscription. | VARCHAR |
| last_updated_at The date and time that the access log subscription was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| resource_arn The Amazon Resource Name (ARN) of the service network or service. | VARCHAR |
| resource_id The ID of the service network or service. | VARCHAR |