AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::SoftwarePackage

IoT SoftwarePackage

resource definition

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
PackageName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
PackageArnstring-

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::SoftwarePackage

Resources:
  MyResource:
    Type: AWS::IoT::SoftwarePackage
    Properties:
      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:CreatePackageiot:GetPackageiot:TagResourceiot:GetIndexingConfiguration

read

iot:GetPackageiot:ListTagsForResource

update

iot:CreatePackageiot:UpdatePackageiot:GetPackageiot:ListTagsForResourceiot:TagResourceiot:UntagResourceiot:GetIndexingConfiguration

delete

iot:DeletePackageiot:DeletePackageVersioniot:GetPackageiot:GetPackageVersioniot:UpdatePackageiot:UpdatePackageVersioniot:GetIndexingConfigurationiot:ListPackageVersions

list

iot:ListPackages

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
Properties4
Required0
TaggingSupported
Primary IDPackageName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

PackageName

External Links