1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iot
  5. SoftwarePackageVersion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.iot.SoftwarePackageVersion

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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,
                               artifact: Optional[SoftwarePackageVersionPackageVersionArtifactArgs] = None,
                               attributes: Optional[Mapping[str, str]] = None,
                               description: Optional[str] = None,
                               recipe: Optional[str] = None,
                               sbom: Optional[SoftwarePackageVersionSbomArgs] = 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:

    PackageName string
    The name of the associated software package.
    Artifact Pulumi.AwsNative.IoT.Inputs.SoftwarePackageVersionPackageVersionArtifact
    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.
    Recipe string
    The inline json job document associated with a software package version
    Sbom Pulumi.AwsNative.IoT.Inputs.SoftwarePackageVersionSbom
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    VersionName string
    The name of the new package version.
    PackageName string
    The name of the associated software package.
    Artifact SoftwarePackageVersionPackageVersionArtifactArgs
    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.
    Recipe string
    The inline json job document associated with a software package version
    Sbom SoftwarePackageVersionSbomArgs
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    VersionName string
    The name of the new package version.
    packageName String
    The name of the associated software package.
    artifact SoftwarePackageVersionPackageVersionArtifact
    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.
    recipe String
    The inline json job document associated with a software package version
    sbom SoftwarePackageVersionSbom
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    versionName String
    The name of the new package version.
    packageName string
    The name of the associated software package.
    artifact SoftwarePackageVersionPackageVersionArtifact
    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.
    recipe string
    The inline json job document associated with a software package version
    sbom SoftwarePackageVersionSbom
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    versionName string
    The name of the new package version.
    package_name str
    The name of the associated software package.
    artifact SoftwarePackageVersionPackageVersionArtifactArgs
    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.
    recipe str
    The inline json job document associated with a software package version
    sbom SoftwarePackageVersionSbomArgs
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    version_name str
    The name of the new package version.
    packageName String
    The name of the associated software package.
    artifact Property Map
    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.
    recipe String
    The inline json job document associated with a software package version
    sbom Property Map
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    versionName 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:

    ErrorReason string
    Error reason for a package version failure during creation or update.
    Id string
    The provider-assigned unique ID for this managed resource.
    PackageVersionArn string
    The Amazon Resource Name (ARN) for the package.
    SbomValidationStatus Pulumi.AwsNative.IoT.SoftwarePackageVersionSbomValidationStatus
    Status Pulumi.AwsNative.IoT.SoftwarePackageVersionPackageVersionStatus
    The status of the package version. For more information, see Package version lifecycle .
    ErrorReason string
    Error reason for a package version failure during creation or update.
    Id string
    The provider-assigned unique ID for this managed resource.
    PackageVersionArn string
    The Amazon Resource Name (ARN) for the package.
    SbomValidationStatus SoftwarePackageVersionSbomValidationStatus
    Status SoftwarePackageVersionPackageVersionStatus
    The status of the package version. For more information, see Package version lifecycle .
    errorReason String
    Error reason for a package version failure during creation or update.
    id String
    The provider-assigned unique ID for this managed resource.
    packageVersionArn String
    The Amazon Resource Name (ARN) for the package.
    sbomValidationStatus SoftwarePackageVersionSbomValidationStatus
    status SoftwarePackageVersionPackageVersionStatus
    The status of the package version. For more information, see Package version lifecycle .
    errorReason string
    Error reason for a package version failure during creation or update.
    id string
    The provider-assigned unique ID for this managed resource.
    packageVersionArn string
    The Amazon Resource Name (ARN) for the package.
    sbomValidationStatus SoftwarePackageVersionSbomValidationStatus
    status SoftwarePackageVersionPackageVersionStatus
    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_arn str
    The Amazon Resource Name (ARN) for the package.
    sbom_validation_status SoftwarePackageVersionSbomValidationStatus
    status SoftwarePackageVersionPackageVersionStatus
    The status of the package version. For more information, see Package version lifecycle .
    errorReason String
    Error reason for a package version failure during creation or update.
    id String
    The provider-assigned unique ID for this managed resource.
    packageVersionArn String
    The Amazon Resource Name (ARN) for the package.
    sbomValidationStatus "IN_PROGRESS" | "FAILED" | "SUCCEEDED" | ""
    status "DRAFT" | "PUBLISHED" | "DEPRECATED"
    The status of the package version. For more information, see Package version lifecycle .

    Supporting Types

    SoftwarePackageVersionPackageVersionArtifact, SoftwarePackageVersionPackageVersionArtifactArgs

    SoftwarePackageVersionPackageVersionStatus, SoftwarePackageVersionPackageVersionStatusArgs

    Draft
    DRAFT
    Published
    PUBLISHED
    Deprecated
    DEPRECATED
    SoftwarePackageVersionPackageVersionStatusDraft
    DRAFT
    SoftwarePackageVersionPackageVersionStatusPublished
    PUBLISHED
    SoftwarePackageVersionPackageVersionStatusDeprecated
    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

    SoftwarePackageVersionS3Location, SoftwarePackageVersionS3LocationArgs

    Bucket string
    The S3 bucket
    Key string
    The S3 key
    Version string
    The S3 version
    Bucket string
    The S3 bucket
    Key string
    The S3 key
    Version string
    The S3 version
    bucket String
    The S3 bucket
    key String
    The S3 key
    version String
    The S3 version
    bucket string
    The S3 bucket
    key string
    The S3 key
    version string
    The S3 version
    bucket str
    The S3 bucket
    key str
    The S3 key
    version str
    The S3 version
    bucket String
    The S3 bucket
    key String
    The S3 key
    version String
    The S3 version

    SoftwarePackageVersionSbom, SoftwarePackageVersionSbomArgs

    SoftwarePackageVersionSbomValidationStatus, SoftwarePackageVersionSbomValidationStatusArgs

    InProgress
    IN_PROGRESS
    Failed
    FAILED
    Succeeded
    SUCCEEDED
    Empty
    SoftwarePackageVersionSbomValidationStatusInProgress
    IN_PROGRESS
    SoftwarePackageVersionSbomValidationStatusFailed
    FAILED
    SoftwarePackageVersionSbomValidationStatusSucceeded
    SUCCEEDED
    SoftwarePackageVersionSbomValidationStatusEmpty
    InProgress
    IN_PROGRESS
    Failed
    FAILED
    Succeeded
    SUCCEEDED
    Empty
    InProgress
    IN_PROGRESS
    Failed
    FAILED
    Succeeded
    SUCCEEDED
    Empty
    IN_PROGRESS
    IN_PROGRESS
    FAILED
    FAILED
    SUCCEEDED
    SUCCEEDED
    EMPTY
    "IN_PROGRESS"
    IN_PROGRESS
    "FAILED"
    FAILED
    "SUCCEEDED"
    SUCCEEDED
    ""

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi