aws-cdk-lib.aws_vpclattice.CfnAccessLogSubscriptionProps

interface CfnAccessLogSubscriptionProps

LanguageType name
.NETAmazon.CDK.AWS.VpcLattice.CfnAccessLogSubscriptionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnAccessLogSubscriptionProps
Javasoftware.amazon.awscdk.services.vpclattice.CfnAccessLogSubscriptionProps
Pythonaws_cdk.aws_vpclattice.CfnAccessLogSubscriptionProps
TypeScript aws-cdk-lib » aws_vpclattice » CfnAccessLogSubscriptionProps

Properties for defining a CfnAccessLogSubscription.

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 cfnAccessLogSubscriptionProps: vpclattice.CfnAccessLogSubscriptionProps = {
  destinationArn: 'destinationArn',

  // the properties below are optional
  resourceIdentifier: 'resourceIdentifier',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
destinationArnstringThe Amazon Resource Name (ARN) of the destination.
resourceIdentifier?stringThe ID or Amazon Resource Name (ARN) of the service network or service.
tags?CfnTag[]The tags for the access log subscription.

destinationArn

Type: string

The Amazon Resource Name (ARN) of the destination.

The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.


resourceIdentifier?

Type: string (optional)

The ID or Amazon Resource Name (ARN) of the service network or service.


tags?

Type: CfnTag[] (optional)

The tags for the access log subscription.