aws-cdk-lib.aws_customerprofiles.CfnEventStream.DestinationDetailsProperty

interface DestinationDetailsProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnEventStream.DestinationDetailsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnEventStream_DestinationDetailsProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnEventStream.DestinationDetailsProperty
Pythonaws_cdk.aws_customerprofiles.CfnEventStream.DestinationDetailsProperty
TypeScript aws-cdk-lib » aws_customerprofiles » CfnEventStream » DestinationDetailsProperty

Details regarding the Kinesis stream.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const destinationDetailsProperty: customerprofiles.CfnEventStream.DestinationDetailsProperty = {
  status: 'status',
  uri: 'uri',
};

Properties

NameTypeDescription
statusstringThe status of enabling the Kinesis stream as a destination for export.
uristringThe StreamARN of the destination to deliver profile events to.

status

Type: string

The status of enabling the Kinesis stream as a destination for export.


uri

Type: string

The StreamARN of the destination to deliver profile events to.

For example, arn:aws:kinesis:region:account-id:stream/stream-name.