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.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 2024 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:

    PackageName 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    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

    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.9.0 published on Monday, Nov 18, 2024 by Pulumi