AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::SoftwarePackageVersion

IoT SoftwarePackageVersion

resource definition

Properties

8 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
PackageName
string
RequiredCreate-only
Artifact
PackageVersionArtifact
Attributes
ResourceAttributes
Description
string
Recipe
string
Sbom
Sbom
Tags
Array<Tag>
VersionName
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ErrorReasonstring-
PackageVersionArnstring-
SbomValidationStatusstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:CreatePackageVersioniot:GetPackageVersioniot:ListTagsForResourceiot:TagResourceiot:GetIndexingConfigurations3:GetObjectVersioniot:AssociateSbomWithPackageVersion

read

iot:GetPackageVersioniot:ListTagsForResource

update

iot:UpdatePackageVersioniot:GetPackageVersioniot:ListTagsForResourceiot:TagResourceiot:UntagResourceiot:GetIndexingConfigurations3:GetObjectVersioniot:AssociateSbomWithPackageVersion

delete

iot:DeletePackageVersioniot:UpdatePackageVersioniot:GetPackageVersioniot:GetIndexingConfiguration

list

iot:ListPackageVersions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoT
Properties12
Required1
TaggingSupported
Primary IDPackageName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PackageNameVersionName

External Links