Interface CfnEventStream.IDestinationDetailsProperty
Details regarding the Kinesis stream.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEventStream.IDestinationDetailsProperty
Syntax (vb)
Public Interface CfnEventStream.IDestinationDetailsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var destinationDetailsProperty = new DestinationDetailsProperty {
Status = "status",
Uri = "uri"
};
Synopsis
Properties
| Status | The status of enabling the Kinesis stream as a destination for export. |
| Uri | The StreamARN of the destination to deliver profile events to. |
Properties
Status
The status of enabling the Kinesis stream as a destination for export.
string Status { get; }
Property Value
Remarks
Uri
The StreamARN of the destination to deliver profile events to.
string Uri { get; }
Property Value
Remarks
For example, arn:aws:kinesis:region:account-id:stream/stream-name.