interface CommandPayloadProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.CfnCommand.CommandPayloadProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnCommand_CommandPayloadProperty |
Java | software.amazon.awscdk.services.iot.CfnCommand.CommandPayloadProperty |
Python | aws_cdk.aws_iot.CfnCommand.CommandPayloadProperty |
TypeScript | aws-cdk-lib » aws_iot » CfnCommand » CommandPayloadProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const commandPayloadProperty: iot.CfnCommand.CommandPayloadProperty = {
content: 'content',
contentType: 'contentType',
};
Properties
| Name | Type | Description |
|---|---|---|
| content? | string | |
| content | string |
content?
Type:
string
(optional)
contentType?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript