We recommend new projects start with resources from the AWS provider.
aws-native.iot.getSoftwarePackageVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
resource definition
Using getSoftwarePackageVersion
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSoftwarePackageVersion(args: GetSoftwarePackageVersionArgs, opts?: InvokeOptions): Promise<GetSoftwarePackageVersionResult>
function getSoftwarePackageVersionOutput(args: GetSoftwarePackageVersionOutputArgs, opts?: InvokeOptions): Output<GetSoftwarePackageVersionResult>
def get_software_package_version(package_name: Optional[str] = None,
version_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSoftwarePackageVersionResult
def get_software_package_version_output(package_name: Optional[pulumi.Input[str]] = None,
version_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSoftwarePackageVersionResult]
func LookupSoftwarePackageVersion(ctx *Context, args *LookupSoftwarePackageVersionArgs, opts ...InvokeOption) (*LookupSoftwarePackageVersionResult, error)
func LookupSoftwarePackageVersionOutput(ctx *Context, args *LookupSoftwarePackageVersionOutputArgs, opts ...InvokeOption) LookupSoftwarePackageVersionResultOutput
> Note: This function is named LookupSoftwarePackageVersion
in the Go SDK.
public static class GetSoftwarePackageVersion
{
public static Task<GetSoftwarePackageVersionResult> InvokeAsync(GetSoftwarePackageVersionArgs args, InvokeOptions? opts = null)
public static Output<GetSoftwarePackageVersionResult> Invoke(GetSoftwarePackageVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSoftwarePackageVersionResult> getSoftwarePackageVersion(GetSoftwarePackageVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iot:getSoftwarePackageVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Package
Name string - The name of the associated software package.
- Version
Name string - The name of the new package version.
- Package
Name string - The name of the associated software package.
- Version
Name string - The name of the new package version.
- package
Name String - The name of the associated software package.
- version
Name String - The name of the new package version.
- package
Name string - The name of the associated software package.
- version
Name string - The name of the new package version.
- package_
name str - The name of the associated software package.
- version_
name str - The name of the new package version.
- package
Name String - The name of the associated software package.
- version
Name String - The name of the new package version.
getSoftwarePackageVersion Result
The following output properties are available:
- 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.
- Error
Reason string - Error reason for a package version failure during creation or update.
- 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 .
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- 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.
- Error
Reason string - Error reason for a package version failure during creation or update.
- 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 .
- Tag
- An array of key-value pairs to apply to this resource.
- 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.
- error
Reason String - Error reason for a package version failure during creation or update.
- 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 .
- List<Tag>
- An array of key-value pairs to apply to this resource.
- 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.
- error
Reason string - Error reason for a package version failure during creation or update.
- 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 .
- Tag[]
- An array of key-value pairs to apply to this resource.
- 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.
- error_
reason str - Error reason for a package version failure during creation or update.
- 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 .
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- 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.
- error
Reason String - Error reason for a package version failure during creation or update.
- 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 .
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
SoftwarePackageVersionPackageVersionStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.