interface CommandPayloadProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoT.CfnCommandPropsMixin.CommandPayloadProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiot#CfnCommandPropsMixin_CommandPayloadProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandPropsMixin.CommandPayloadProperty |
Python | aws_cdk.cfn_property_mixins.aws_iot.CfnCommandPropsMixin.CommandPayloadProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iot » CfnCommandPropsMixin » 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/cfn-property-mixins';
const commandPayloadProperty: iot.CfnCommandPropsMixin.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