Class EventStreamReference
A reference to a EventStream resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EventStreamReference : IEventStreamReference
Syntax (vb)
Public Class EventStreamReference Implements 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.AWS.Pinpoint;
var eventStreamReference = new EventStreamReference {
EventStreamId = "eventStreamId"
};
Synopsis
Constructors
EventStreamReference() | A reference to a EventStream resource. |
Properties
EventStreamId | The Id of the EventStream resource. |
Constructors
EventStreamReference()
A reference to a EventStream resource.
public EventStreamReference()
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.Pinpoint;
var eventStreamReference = new EventStreamReference {
EventStreamId = "eventStreamId"
};
Properties
EventStreamId
The Id of the EventStream resource.
public string EventStreamId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated