interface DestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudTrail.CfnChannel.DestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudtrail#CfnChannel_DestinationProperty |
![]() | software.amazon.awscdk.services.cloudtrail.CfnChannel.DestinationProperty |
![]() | aws_cdk.aws_cloudtrail.CfnChannel.DestinationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
location | 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. |
type | string | The 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 EVENT_DATA_STORE
. For service-linked channels, the value is AWS_SERVICE
.