@Stability(value=Stable)
public static interface CfnThing.AttributePayloadProperty
extends software.amazon.jsii.JsiiSerializable
AttributePayload is a property of the AWS::IoT::Thing resource.
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.*;
AttributePayloadProperty attributePayloadProperty = AttributePayloadProperty.builder()
.attributes(Map.of(
"attributesKey", "attributes"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnThing.AttributePayloadProperty.Builder
A builder for
CfnThing.AttributePayloadProperty |
static class |
CfnThing.AttributePayloadProperty.Jsii$Proxy
An implementation for
CfnThing.AttributePayloadProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnThing.AttributePayloadProperty.Builder |
builder() |
default Object |
getAttributes()
A JSON string containing up to three key-value pair in JSON format.
|
@Stability(value=Stable) @Nullable default Object getAttributes()
{\"attributes\":{\"string1\":\"string2\"}}
@Stability(value=Stable) static CfnThing.AttributePayloadProperty.Builder builder()
Copyright © 2022. All rights reserved.