Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventstream-destinationdetails.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventstream-destinationdetails.html#cfn-customerprofiles-eventstream-destinationdetails-status

Uri

The StreamARN of the destination to deliver profile events to.

string Uri { get; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-eventstream-destinationdetails.html#cfn-customerprofiles-eventstream-destinationdetails-uri

Back to top Generated by DocFX