@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.897Z") @Stability(value=Stable) public interface CfnThingProps extends software.amazon.jsii.JsiiSerializable
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 Object |
getAttributePayload()
A string that contains up to three key value pairs.
|
default String |
getThingName()
The name of the thing to update.
|
@Stability(value=Stable) @Nullable default Object getAttributePayload()
Maximum length of 800. Duplicates not allowed.
@Stability(value=Stable) @Nullable default 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.
@Stability(value=Stable) static CfnThingProps.Builder builder()
CfnThingProps.Builder of CfnThingPropsCopyright © 2022. All rights reserved.