@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:37.094Z")
public interface CfnDestinationProps
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 java.lang.String |
getDescription()
The description of the new resource.
|
java.lang.String |
getExpression()
The rule name to send messages to.
|
java.lang.String |
getExpressionType()
The type of value in `Expression` .
|
java.lang.String |
getName()
The name of the new resource.
|
java.lang.String |
getRoleArn()
The ARN of the IAM Role that authorizes the destination.
|
default java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
java.lang.String getExpression()
java.lang.String getExpressionType()
java.lang.String getName()
java.lang.String getRoleArn()
default java.lang.String getDescription()
Maximum length is 2048 characters.
default java.util.List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
static CfnDestinationProps.Builder builder()
CfnDestinationProps.Builder
of CfnDestinationProps