We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
resource definition
Create SoftwarePackageVersion Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SoftwarePackageVersion(name: string, args: SoftwarePackageVersionArgs, opts?: CustomResourceOptions);@overload
def SoftwarePackageVersion(resource_name: str,
args: SoftwarePackageVersionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SoftwarePackageVersion(resource_name: str,
opts: Optional[ResourceOptions] = None,
package_name: Optional[str] = None,
attributes: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
version_name: Optional[str] = None)func NewSoftwarePackageVersion(ctx *Context, name string, args SoftwarePackageVersionArgs, opts ...ResourceOption) (*SoftwarePackageVersion, error)public SoftwarePackageVersion(string name, SoftwarePackageVersionArgs args, CustomResourceOptions? opts = null)
public SoftwarePackageVersion(String name, SoftwarePackageVersionArgs args)
public SoftwarePackageVersion(String name, SoftwarePackageVersionArgs args, CustomResourceOptions options)
type: aws-native:iot:SoftwarePackageVersion
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SoftwarePackageVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SoftwarePackageVersionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SoftwarePackageVersionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SoftwarePackageVersionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SoftwarePackageVersionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
SoftwarePackageVersion Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SoftwarePackageVersion resource accepts the following input properties:
- Package
Name string - Attributes Dictionary<string, string>
- Description string
-
List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Version
Name string
- Package
Name string - Attributes map[string]string
- Description string
-
Tag
Args - An array of key-value pairs to apply to this resource.
- Version
Name string
- package
Name String - attributes Map<String,String>
- description String
- List<Tag>
- An array of key-value pairs to apply to this resource.
- version
Name String
- package
Name string - attributes {[key: string]: string}
- description string
- Tag[]
- An array of key-value pairs to apply to this resource.
- version
Name string
- package_
name str - attributes Mapping[str, str]
- description str
-
Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- version_
name str
- package
Name String - attributes Map<String>
- description String
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- version
Name String
Outputs
All input properties are implicitly available as output properties. Additionally, the SoftwarePackageVersion resource produces the following output properties:
- Error
Reason string - Error reason for a package version failure during creation or update.
- Id string
- The provider-assigned unique ID for this managed resource.
- Package
Version stringArn - The Amazon Resource Name (ARN) for the package.
- Status
Pulumi.
Aws Native. Io T. Software Package Version Package Version Status - The status of the package version. For more information, see Package version lifecycle .
- Error
Reason string - Error reason for a package version failure during creation or update.
- Id string
- The provider-assigned unique ID for this managed resource.
- Package
Version stringArn - The Amazon Resource Name (ARN) for the package.
- Status
Software
Package Version Package Version Status - The status of the package version. For more information, see Package version lifecycle .
- error
Reason String - Error reason for a package version failure during creation or update.
- id String
- The provider-assigned unique ID for this managed resource.
- package
Version StringArn - The Amazon Resource Name (ARN) for the package.
- status
Software
Package Version Package Version Status - The status of the package version. For more information, see Package version lifecycle .
- error
Reason string - Error reason for a package version failure during creation or update.
- id string
- The provider-assigned unique ID for this managed resource.
- package
Version stringArn - The Amazon Resource Name (ARN) for the package.
- status
Software
Package Version Package Version Status - The status of the package version. For more information, see Package version lifecycle .
- error_
reason str - Error reason for a package version failure during creation or update.
- id str
- The provider-assigned unique ID for this managed resource.
- package_
version_ strarn - The Amazon Resource Name (ARN) for the package.
- status
Software
Package Version Package Version Status - The status of the package version. For more information, see Package version lifecycle .
- error
Reason String - Error reason for a package version failure during creation or update.
- id String
- The provider-assigned unique ID for this managed resource.
- package
Version StringArn - The Amazon Resource Name (ARN) for the package.
- status "DRAFT" | "PUBLISHED" | "DEPRECATED"
- The status of the package version. For more information, see Package version lifecycle .
Supporting Types
SoftwarePackageVersionPackageVersionStatus, SoftwarePackageVersionPackageVersionStatusArgs
- Draft
DRAFT- Published
PUBLISHED- Deprecated
DEPRECATED
- Software
Package Version Package Version Status Draft DRAFT- Software
Package Version Package Version Status Published PUBLISHED- Software
Package Version Package Version Status Deprecated DEPRECATED
- Draft
DRAFT- Published
PUBLISHED- Deprecated
DEPRECATED
- Draft
DRAFT- Published
PUBLISHED- Deprecated
DEPRECATED
- DRAFT
DRAFT- PUBLISHED
PUBLISHED- DEPRECATED
DEPRECATED
- "DRAFT"
DRAFT- "PUBLISHED"
PUBLISHED- "DEPRECATED"
DEPRECATED
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
