SoftwarePackageReference
- class aws_cdk.aws_iot.SoftwarePackageReference(*, package_name)
Bases:
object
A reference to a SoftwarePackage resource.
- Parameters:
package_name (
str
) – The PackageName of the SoftwarePackage resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_iot as iot software_package_reference = iot.SoftwarePackageReference( package_name="packageName" )
Attributes
- package_name
The PackageName of the SoftwarePackage resource.