We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.panorama.getPackageVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Registers a package version.
Using getPackageVersion
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 getPackageVersion(args: GetPackageVersionArgs, opts?: InvokeOptions): Promise<GetPackageVersionResult>
function getPackageVersionOutput(args: GetPackageVersionOutputArgs, opts?: InvokeOptions): Output<GetPackageVersionResult>
def get_package_version(package_id: Optional[str] = None,
package_version: Optional[str] = None,
patch_version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPackageVersionResult
def get_package_version_output(package_id: Optional[pulumi.Input[str]] = None,
package_version: Optional[pulumi.Input[str]] = None,
patch_version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPackageVersionResult]
func LookupPackageVersion(ctx *Context, args *LookupPackageVersionArgs, opts ...InvokeOption) (*LookupPackageVersionResult, error)
func LookupPackageVersionOutput(ctx *Context, args *LookupPackageVersionOutputArgs, opts ...InvokeOption) LookupPackageVersionResultOutput
> Note: This function is named LookupPackageVersion
in the Go SDK.
public static class GetPackageVersion
{
public static Task<GetPackageVersionResult> InvokeAsync(GetPackageVersionArgs args, InvokeOptions? opts = null)
public static Output<GetPackageVersionResult> Invoke(GetPackageVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPackageVersionResult> getPackageVersion(GetPackageVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:panorama:getPackageVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Package
Id string - A package ID.
- Package
Version stringValue - A package version.
- Patch
Version string - A patch version.
- Package
Id string - A package ID.
- Package
Version string - A package version.
- Patch
Version string - A patch version.
- package
Id String - A package ID.
- package
Version String - A package version.
- patch
Version String - A patch version.
- package
Id string - A package ID.
- package
Version string - A package version.
- patch
Version string - A patch version.
- package_
id str - A package ID.
- package_
version str - A package version.
- patch_
version str - A patch version.
- package
Id String - A package ID.
- package
Version String - A package version.
- patch
Version String - A patch version.
getPackageVersion Result
The following output properties are available:
- Is
Latest boolPatch - Whether the package version is the latest version.
- Mark
Latest bool - Whether to mark the new version as the latest version.
- Package
Arn string - The package version's ARN.
- Package
Name string - The package version's name.
- Registered
Time int - The package version's registered time.
- Status
Pulumi.
Aws Native. Panorama. Package Version Status - The package version's status.
- Status
Description string - The package version's status description.
- Is
Latest boolPatch - Whether the package version is the latest version.
- Mark
Latest bool - Whether to mark the new version as the latest version.
- Package
Arn string - The package version's ARN.
- Package
Name string - The package version's name.
- Registered
Time int - The package version's registered time.
- Status
Package
Version Status - The package version's status.
- Status
Description string - The package version's status description.
- is
Latest BooleanPatch - Whether the package version is the latest version.
- mark
Latest Boolean - Whether to mark the new version as the latest version.
- package
Arn String - The package version's ARN.
- package
Name String - The package version's name.
- registered
Time Integer - The package version's registered time.
- status
Package
Version Status - The package version's status.
- status
Description String - The package version's status description.
- is
Latest booleanPatch - Whether the package version is the latest version.
- mark
Latest boolean - Whether to mark the new version as the latest version.
- package
Arn string - The package version's ARN.
- package
Name string - The package version's name.
- registered
Time number - The package version's registered time.
- status
Package
Version Status - The package version's status.
- status
Description string - The package version's status description.
- is_
latest_ boolpatch - Whether the package version is the latest version.
- mark_
latest bool - Whether to mark the new version as the latest version.
- package_
arn str - The package version's ARN.
- package_
name str - The package version's name.
- registered_
time int - The package version's registered time.
- status
Package
Version Status - The package version's status.
- status_
description str - The package version's status description.
- is
Latest BooleanPatch - Whether the package version is the latest version.
- mark
Latest Boolean - Whether to mark the new version as the latest version.
- package
Arn String - The package version's ARN.
- package
Name String - The package version's name.
- registered
Time Number - The package version's registered time.
- status "REGISTER_PENDING" | "REGISTER_COMPLETED" | "FAILED" | "DELETING"
- The package version's status.
- status
Description String - The package version's status description.
Supporting Types
PackageVersionStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi