Skip to main content

access_log_subscription_tags

Expands all tag keys and values for access_log_subscriptions in a region

Overview

Nameaccess_log_subscription_tags
TypeResource
DescriptionEnables 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.
Idaws.vpclattice.access_log_subscription_tags

Fields

NameDatatypeDescription
arnstring
destination_arnstring
idstring
resource_arnstring
resource_idstring
resource_identifierstring
service_network_log_typestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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