aws.vpc_lattice.list_access_log_subscriptions
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_access_log_subscriptionsWHERE"resource_identifier" = 'VALUE';Description
Lists all access log subscriptions for the specified service network or service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_identifier Required Input Column The ID or Amazon Resource Name (ARN) of the service network or service. | 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 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 or service network. | VARCHAR |
| resource_id The ID of the service or service network. | VARCHAR |