@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.477Z") @Stability(value=Stable) public interface CfnEventStreamProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
CfnEventStreamProps cfnEventStreamProps = CfnEventStreamProps.builder()
.applicationId("applicationId")
.destinationStreamArn("destinationStreamArn")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventStreamProps.Builder
A builder for
CfnEventStreamProps |
static class |
CfnEventStreamProps.Jsii$Proxy
An implementation for
CfnEventStreamProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventStreamProps.Builder |
builder() |
String |
getApplicationId()
`AWS::Pinpoint::EventStream.ApplicationId`.
|
String |
getDestinationStreamArn()
`AWS::Pinpoint::EventStream.DestinationStreamArn`.
|
String |
getRoleArn()
`AWS::Pinpoint::EventStream.RoleArn`.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getDestinationStreamArn()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnEventStreamProps.Builder builder()
CfnEventStreamProps.Builder of CfnEventStreamPropsCopyright © 2021. All rights reserved.