interface AccessLogSubscriptionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.AccessLogSubscriptionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#AccessLogSubscriptionReference |
![]() | software.amazon.awscdk.services.vpclattice.AccessLogSubscriptionReference |
![]() | aws_cdk.aws_vpclattice.AccessLogSubscriptionReference |
![]() | aws-cdk-lib » aws_vpclattice » AccessLogSubscriptionReference |
A reference to a AccessLogSubscription resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from 'aws-cdk-lib';
const accessLogSubscriptionReference: vpclattice.AccessLogSubscriptionReference = {
accessLogSubscriptionArn: 'accessLogSubscriptionArn',
};
Properties
Name | Type | Description |
---|---|---|
access | string | The Arn of the AccessLogSubscription resource. |
accessLogSubscriptionArn
Type:
string
The Arn of the AccessLogSubscription resource.