@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:33.052Z")
public interface CfnThingProps
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.iot.*; CfnThingProps cfnThingProps = CfnThingProps.builder() .attributePayload(AttributePayloadProperty.builder() .attributes(Map.of( "attributesKey", "attributes")) .build()) .thingName("thingName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnThingProps.Builder
A builder for
CfnThingProps |
static class |
CfnThingProps.Jsii$Proxy
An implementation for
CfnThingProps |
Modifier and Type | Method and Description |
---|---|
static CfnThingProps.Builder |
builder() |
default java.lang.Object |
getAttributePayload()
A string that contains up to three key value pairs.
|
default java.lang.String |
getThingName()
The name of the thing to update.
|
default java.lang.Object getAttributePayload()
Maximum length of 800. Duplicates not allowed.
default java.lang.String getThingName()
You can't change a thing's name. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.
static CfnThingProps.Builder builder()
CfnThingProps.Builder
of CfnThingProps