Show / Hide Table of Contents

Class CfnEventStream.DestinationDetailsProperty

Details regarding the Kinesis stream.

Inheritance
object
CfnEventStream.DestinationDetailsProperty
Implements
CfnEventStream.IDestinationDetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Status

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

public string Status { get; set; }
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.

public string Uri { get; set; }
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

Implements

CfnEventStream.IDestinationDetailsProperty
Back to top Generated by DocFX