Show / Hide Table of Contents

Interface IEventStreamReference

A reference to a EventStream resource.

Namespace: Amazon.CDK.Interfaces.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEventStreamReference
Syntax (vb)
Public Interface IEventStreamReference
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.Interfaces.CustomerProfiles;

            var eventStreamReference = new EventStreamReference {
                DomainName = "domainName",
                EventStreamArn = "eventStreamArn",
                EventStreamName = "eventStreamName"
            };

Synopsis

Properties

DomainName

The DomainName of the EventStream resource.

EventStreamArn

The ARN of the EventStream resource.

EventStreamName

The EventStreamName of the EventStream resource.

Properties

DomainName

The DomainName of the EventStream resource.

string DomainName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

EventStreamArn

The ARN of the EventStream resource.

string EventStreamArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

EventStreamName

The EventStreamName of the EventStream resource.

string EventStreamName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX