| Modifier and Type | Method and Description |
|---|---|
CfnThing.Builder |
attributePayload(CfnThing.AttributePayloadProperty attributePayload)
`AWS::IoT::Thing.AttributePayload`.
|
CfnThing.Builder |
attributePayload(IResolvable attributePayload)
`AWS::IoT::Thing.AttributePayload`.
|
CfnThing |
build() |
static CfnThing.Builder |
create(software.constructs.Construct scope,
String id) |
CfnThing.Builder |
thingName(String thingName)
`AWS::IoT::Thing.ThingName`.
|
@Stability(value=Stable) public static CfnThing.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnThing.AttributePayloadProperty.Builder.@Stability(value=Stable) public CfnThing.Builder attributePayload(CfnThing.AttributePayloadProperty attributePayload)
attributePayload - `AWS::IoT::Thing.AttributePayload`. This parameter is required.this@Stability(value=Stable) public CfnThing.Builder attributePayload(IResolvable attributePayload)
attributePayload - `AWS::IoT::Thing.AttributePayload`. This parameter is required.this@Stability(value=Stable) public CfnThing.Builder thingName(String thingName)
thingName - `AWS::IoT::Thing.ThingName`. This parameter is required.thisCopyright © 2021. All rights reserved.