access_log_subscription_tags
Expands all tag keys and values for access_log_subscriptions in a region
Overview
| Name | access_log_subscription_tags |
| Type | Resource |
| Description | Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner will only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. |
| Id | aws.vpclattice.access_log_subscription_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
destination_arn | string | |
id | string | |
resource_arn | string | |
resource_id | string | |
resource_identifier | string | |
service_network_log_type | string | |
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 access_log_subscriptions in a region.
SELECT
region,
arn,
destination_arn,
id,
resource_arn,
resource_id,
resource_identifier,
service_network_log_type,
tag_key,
tag_value
FROM aws.vpclattice.access_log_subscription_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_log_subscription_tags resource, see access_log_subscriptions