@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.520Z") @Stability(value=Stable) public interface CfnDestinationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDestinationProps.Builder
A builder for
CfnDestinationProps |
static class |
CfnDestinationProps.Jsii$Proxy
An implementation for
CfnDestinationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDestinationProps.Builder |
builder() |
default String |
getDescription()
`AWS::IoTWireless::Destination.Description`.
|
String |
getExpression()
`AWS::IoTWireless::Destination.Expression`.
|
String |
getExpressionType()
`AWS::IoTWireless::Destination.ExpressionType`.
|
String |
getName()
`AWS::IoTWireless::Destination.Name`.
|
String |
getRoleArn()
`AWS::IoTWireless::Destination.RoleArn`.
|
default List<CfnTag> |
getTags()
`AWS::IoTWireless::Destination.Tags`.
|
@Stability(value=Stable) @NotNull String getExpression()
@Stability(value=Stable) @NotNull String getExpressionType()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDestinationProps.Builder builder()
CfnDestinationProps.Builder of CfnDestinationPropsCopyright © 2021. All rights reserved.