@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.844Z") @Stability(value=Stable) public interface CfnSubscriptionDefinitionVersionProps 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.greengrass.*;
CfnSubscriptionDefinitionVersionProps cfnSubscriptionDefinitionVersionProps = CfnSubscriptionDefinitionVersionProps.builder()
.subscriptionDefinitionId("subscriptionDefinitionId")
.subscriptions(List.of(SubscriptionProperty.builder()
.id("id")
.source("source")
.subject("subject")
.target("target")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSubscriptionDefinitionVersionProps.Builder
A builder for
CfnSubscriptionDefinitionVersionProps |
static class |
CfnSubscriptionDefinitionVersionProps.Jsii$Proxy
An implementation for
CfnSubscriptionDefinitionVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSubscriptionDefinitionVersionProps.Builder |
builder() |
String |
getSubscriptionDefinitionId()
`AWS::Greengrass::SubscriptionDefinitionVersion.SubscriptionDefinitionId`.
|
Object |
getSubscriptions()
`AWS::Greengrass::SubscriptionDefinitionVersion.Subscriptions`.
|
@Stability(value=Stable) @NotNull String getSubscriptionDefinitionId()
@Stability(value=Stable) @NotNull Object getSubscriptions()
@Stability(value=Stable) static CfnSubscriptionDefinitionVersionProps.Builder builder()
Copyright © 2021. All rights reserved.