We recommend new projects start with resources from the AWS provider.
aws-native.iot.SoftwarePackageVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 - The name of the associated software package.
- Attributes Dictionary<string, string>
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- Description string
- A summary of the package version being created. This can be used to outline the package's contents or purpose.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Version
Name string - The name of the new package version.
- Package
Name string - The name of the associated software package.
- Attributes map[string]string
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- Description string
- A summary of the package version being created. This can be used to outline the package's contents or purpose.
- Tag
Args - An array of key-value pairs to apply to this resource.
- Version
Name string - The name of the new package version.
- package
Name String - The name of the associated software package.
- attributes Map<String,String>
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- description String
- A summary of the package version being created. This can be used to outline the package's contents or purpose.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- version
Name String - The name of the new package version.
- package
Name string - The name of the associated software package.
- attributes {[key: string]: string}
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- description string
- A summary of the package version being created. This can be used to outline the package's contents or purpose.
- Tag[]
- An array of key-value pairs to apply to this resource.
- version
Name string - The name of the new package version.
- package_
name str - The name of the associated software package.
- attributes Mapping[str, str]
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- description str
- A summary of the package version being created. This can be used to outline the package's contents or purpose.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- version_
name str - The name of the new package version.
- package
Name String - The name of the associated software package.
- attributes Map<String>
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- description String
- A summary of the package version being created. This can be used to outline the package's contents or purpose.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- version
Name String - The name of the new package version.
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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.