aws-cdk-lib.aws_cloudtrail.CfnChannel.DestinationProperty

interface DestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.CloudTrail.CfnChannel.DestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudtrail#CfnChannel_DestinationProperty
Javasoftware.amazon.awscdk.services.cloudtrail.CfnChannel.DestinationProperty
Pythonaws_cdk.aws_cloudtrail.CfnChannel.DestinationProperty
TypeScript aws-cdk-lib » aws_cloudtrail » CfnChannel » DestinationProperty

Contains information about the destination receiving events.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudtrail as cloudtrail } from 'aws-cdk-lib';
const destinationProperty: cloudtrail.CfnChannel.DestinationProperty = {
  location: 'location',
  type: 'type',
};

Properties

NameTypeDescription
locationstringFor channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel.
typestringThe type of destination for events arriving from a channel.

location

Type: string

For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel.

For service-linked channels, the location is the name of the AWS service.


type

Type: string

The type of destination for events arriving from a channel.

For channels used for a CloudTrail Lake integration, the value is EventDataStore . For service-linked channels, the value is AWS_SERVICE .