AccessLogSubscriptionReference

class aws_cdk.aws_vpclattice.AccessLogSubscriptionReference(*, access_log_subscription_arn)

Bases: object

A reference to a AccessLogSubscription resource.

Parameters:

access_log_subscription_arn (str) – The Arn of the AccessLogSubscription resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_vpclattice as vpclattice

access_log_subscription_reference = vpclattice.AccessLogSubscriptionReference(
    access_log_subscription_arn="accessLogSubscriptionArn"
)

Attributes

access_log_subscription_arn

The Arn of the AccessLogSubscription resource.