Interface CfnInput.InputDefinitionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInput.InputDefinitionProperty.Jsii$Proxy
Enclosing class:
CfnInput

@Stability(Stable) public static interface CfnInput.InputDefinitionProperty extends software.amazon.jsii.JsiiSerializable
The definition of the input.

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.*;
 InputDefinitionProperty inputDefinitionProperty = InputDefinitionProperty.builder()
         .attributes(List.of(AttributeProperty.builder()
                 .jsonPath("jsonPath")
                 .build()))
         .build();
 

See Also: