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.panorama.getPackageVersion
Explore with Pulumi AI
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
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)
public static Output<GetPackageVersionResult> getPackageVersion(GetPackageVersionArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:panorama:getPackageVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PackageId string
- A package ID.
- PackageVersion stringValue 
- A package version.
- PatchVersion string
- A patch version.
- PackageId string
- A package ID.
- PackageVersion string
- A package version.
- PatchVersion string
- A patch version.
- packageId String
- A package ID.
- packageVersion String
- A package version.
- patchVersion String
- A patch version.
- packageId string
- A package ID.
- packageVersion string
- A package version.
- patchVersion string
- A patch version.
- package_id str
- A package ID.
- package_version str
- A package version.
- patch_version str
- A patch version.
- packageId String
- A package ID.
- packageVersion String
- A package version.
- patchVersion String
- A patch version.
getPackageVersion Result
The following output properties are available:
- IsLatest boolPatch 
- Whether the package version is the latest version.
- MarkLatest bool
- Whether to mark the new version as the latest version.
- PackageArn string
- The package version's ARN.
- PackageName string
- The package version's name.
- RegisteredTime int
- The package version's registered time.
- Status
Pulumi.Aws Native. Panorama. Package Version Status 
- The package version's status.
- StatusDescription string
- The package version's status description.
- IsLatest boolPatch 
- Whether the package version is the latest version.
- MarkLatest bool
- Whether to mark the new version as the latest version.
- PackageArn string
- The package version's ARN.
- PackageName string
- The package version's name.
- RegisteredTime int
- The package version's registered time.
- Status
PackageVersion Status 
- The package version's status.
- StatusDescription string
- The package version's status description.
- isLatest BooleanPatch 
- Whether the package version is the latest version.
- markLatest Boolean
- Whether to mark the new version as the latest version.
- packageArn String
- The package version's ARN.
- packageName String
- The package version's name.
- registeredTime Integer
- The package version's registered time.
- status
PackageVersion Status 
- The package version's status.
- statusDescription String
- The package version's status description.
- isLatest booleanPatch 
- Whether the package version is the latest version.
- markLatest boolean
- Whether to mark the new version as the latest version.
- packageArn string
- The package version's ARN.
- packageName string
- The package version's name.
- registeredTime number
- The package version's registered time.
- status
PackageVersion Status 
- The package version's status.
- statusDescription 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
PackageVersion Status 
- The package version's status.
- status_description str
- The package version's status description.
- isLatest BooleanPatch 
- Whether the package version is the latest version.
- markLatest Boolean
- Whether to mark the new version as the latest version.
- packageArn String
- The package version's ARN.
- packageName String
- The package version's name.
- registeredTime Number
- The package version's registered time.
- status "REGISTER_PENDING" | "REGISTER_COMPLETED" | "FAILED" | "DELETING"
- The package version's status.
- statusDescription 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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi