Class CfnEventStream.DestinationDetailsProperty
Details regarding the Kinesis stream.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEventStream.DestinationDetailsProperty : CfnEventStream.IDestinationDetailsProperty
Syntax (vb)
Public Class CfnEventStream.DestinationDetailsProperty Implements 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
Constructors
| DestinationDetailsProperty() | Details regarding the Kinesis stream. |
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. |
Constructors
DestinationDetailsProperty()
Details regarding the Kinesis stream.
public DestinationDetailsProperty()
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"
};
Properties
Status
The status of enabling the Kinesis stream as a destination for export.
public string Status { get; set; }
Property Value
Remarks
Uri
The StreamARN of the destination to deliver profile events to.
public string Uri { get; set; }
Property Value
Remarks
For example, arn:aws:kinesis:region:account-id:stream/stream-name.