interface CommandReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CommandReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CommandReference |
![]() | software.amazon.awscdk.services.iot.CommandReference |
![]() | aws_cdk.aws_iot.CommandReference |
![]() | aws-cdk-lib » aws_iot » CommandReference |
A reference to a Command resource.
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 commandReference: iot.CommandReference = {
commandArn: 'commandArn',
commandId: 'commandId',
};
Properties
Name | Type | Description |
---|---|---|
command | string | The ARN of the Command resource. |
command | string | The CommandId of the Command resource. |
commandArn
Type:
string
The ARN of the Command resource.
commandId
Type:
string
The CommandId of the Command resource.