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