interface EventStreamReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.EventStreamReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#EventStreamReference |
![]() | software.amazon.awscdk.services.pinpoint.EventStreamReference |
![]() | aws_cdk.aws_pinpoint.EventStreamReference |
![]() | 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.