interface EventStreamReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Pinpoint.EventStreamReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#EventStreamReference |
Java | software.amazon.awscdk.services.pinpoint.EventStreamReference |
Python | aws_cdk.aws_pinpoint.EventStreamReference |
TypeScript | aws-cdk-lib » aws_pinpoint » EventStreamReference |
A reference to a EventStream resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const eventStreamReference: pinpoint.EventStreamReference = {
eventStreamId: 'eventStreamId',
};
Properties
| Name | Type | Description |
|---|---|---|
| event | string | The Id of the EventStream resource. |
eventStreamId
Type:
string
The Id of the EventStream resource.

.NET
Go
Java
Python
TypeScript