Modifier and Type | Method and Description |
---|---|
Input.Builder |
attributeJsonPaths(java.util.List<java.lang.String> attributeJsonPaths)
(experimental) An expression that specifies an attribute-value pair in a JSON structure.
|
Input |
build() |
static Input.Builder |
create(software.constructs.Construct scope,
java.lang.String id) |
Input.Builder |
inputName(java.lang.String inputName)
(experimental) The name of the input.
|
public static Input.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.Input.Builder
.public Input.Builder attributeJsonPaths(java.util.List<java.lang.String> attributeJsonPaths)
Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to AWS IoT Events (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors.
attributeJsonPaths
- An expression that specifies an attribute-value pair in a JSON structure. This parameter is required.this
public Input.Builder inputName(java.lang.String inputName)
Default: - CloudFormation will generate a unique name of the input
inputName
- The name of the input. This parameter is required.this
public Input build()