AWS::IoT::SoftwarePackageVersionresource definition
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PackageName | string | RequiredCreate-only |
Artifact | PackageVersionArtifact | |
Attributes | ResourceAttributes | |
Description | string | |
Recipe | string | |
Sbom | Sbom | |
Tags | Array<Tag> | |
VersionName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ErrorReason | string | - |
PackageVersionArn | string | - |
SbomValidationStatus | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::SoftwarePackageVersion
Resources:
MyResource:
Type: AWS::IoT::SoftwarePackageVersion
Properties:
PackageName: "my-packagename"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iot:CreatePackageVersioniot:GetPackageVersioniot:ListTagsForResourceiot:TagResourceiot:GetIndexingConfigurations3:GetObjectVersioniot:AssociateSbomWithPackageVersioniot:GetPackageVersioniot:ListTagsForResourceiot:UpdatePackageVersioniot:GetPackageVersioniot:ListTagsForResourceiot:TagResourceiot:UntagResourceiot:GetIndexingConfigurations3:GetObjectVersioniot:AssociateSbomWithPackageVersioniot:DeletePackageVersioniot:UpdatePackageVersioniot:GetPackageVersioniot:GetIndexingConfigurationiot:ListPackageVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPackageNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PackageNameVersionName