@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:41.311Z")
public interface CfnInputProps
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.iotevents.*; CfnInputProps cfnInputProps = CfnInputProps.builder() .inputDefinition(InputDefinitionProperty.builder() .attributes(List.of(AttributeProperty.builder() .jsonPath("jsonPath") .build())) .build()) // the properties below are optional .inputDescription("inputDescription") .inputName("inputName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInputProps.Builder
A builder for
CfnInputProps |
static class |
CfnInputProps.Jsii$Proxy
An implementation for
CfnInputProps |
Modifier and Type | Method and Description |
---|---|
static CfnInputProps.Builder |
builder() |
java.lang.Object |
getInputDefinition()
The definition of the input.
|
default java.lang.String |
getInputDescription()
A brief description of the input.
|
default java.lang.String |
getInputName()
The name of the input.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.Object getInputDefinition()
default java.lang.String getInputDescription()
default java.lang.String getInputName()
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnInputProps.Builder builder()
CfnInputProps.Builder
of CfnInputProps