interface CfnSoftwarePackageProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnSoftwarePackageProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnSoftwarePackageProps |
Java | software.amazon.awscdk.services.iot.CfnSoftwarePackageProps |
Python | aws_cdk.aws_iot.CfnSoftwarePackageProps |
TypeScript | aws-cdk-lib » aws_iot » CfnSoftwarePackageProps |
Properties for defining a CfnSoftwarePackage
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html
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 cfnSoftwarePackageProps: iot.CfnSoftwarePackageProps = {
description: 'description',
packageName: 'packageName',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
description? | string | |
package | string | |
tags? | Cfn [] | An array of key-value pairs to apply to this resource. |
description?
Type:
string
(optional)
packageName?
Type:
string
(optional)
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs to apply to this resource.