1. Packages
  2. AWS Native
  3. API Docs
  4. panorama
  5. getPackageVersion

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.panorama.getPackageVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Schema for PackageVersion Resource Type

    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:

    PackageId string
    A package ID.
    PackageVersionValue 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.
    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:

    IsLatestPatch bool
    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.AwsNative.Panorama.PackageVersionStatus
    The package version's status.
    StatusDescription string
    The package version's status description.
    IsLatestPatch bool
    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 PackageVersionStatus
    The package version's status.
    StatusDescription string
    The package version's status description.
    isLatestPatch Boolean
    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 PackageVersionStatus
    The package version's status.
    statusDescription String
    The package version's status description.
    isLatestPatch boolean
    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 PackageVersionStatus
    The package version's status.
    statusDescription string
    The package version's status description.
    is_latest_patch bool
    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 PackageVersionStatus
    The package version's status.
    status_description str
    The package version's status description.
    isLatestPatch Boolean
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi