@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.917Z") @Stability(value=Stable) public interface CfnDestinationProps 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.iotwireless.*;
CfnDestinationProps cfnDestinationProps = CfnDestinationProps.builder()
.expression("expression")
.expressionType("expressionType")
.name("name")
.roleArn("roleArn")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| 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) @Nullable default String getDescription()
@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 List<CfnTag> getTags()
@Stability(value=Stable) static CfnDestinationProps.Builder builder()
CfnDestinationProps.Builder of CfnDestinationPropsCopyright © 2021. All rights reserved.