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

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.panorama.PackageVersion

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Schema for PackageVersion Resource Type

    Create PackageVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PackageVersion(name: string, args: PackageVersionArgs, opts?: CustomResourceOptions);
    @overload
    def PackageVersion(resource_name: str,
                       args: PackageVersionArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackageVersion(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       package_id: Optional[str] = None,
                       package_version: Optional[str] = None,
                       patch_version: Optional[str] = None,
                       mark_latest: Optional[bool] = None,
                       owner_account: Optional[str] = None,
                       updated_latest_patch_version: Optional[str] = None)
    func NewPackageVersion(ctx *Context, name string, args PackageVersionArgs, opts ...ResourceOption) (*PackageVersion, error)
    public PackageVersion(string name, PackageVersionArgs args, CustomResourceOptions? opts = null)
    public PackageVersion(String name, PackageVersionArgs args)
    public PackageVersion(String name, PackageVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:panorama:PackageVersion
    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 PackageVersionArgs
    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 PackageVersionArgs
    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 PackageVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackageVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackageVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const packageVersionResource = new aws_native.panorama.PackageVersion("packageVersionResource", {
        packageId: "string",
        packageVersion: "string",
        patchVersion: "string",
        markLatest: false,
        ownerAccount: "string",
        updatedLatestPatchVersion: "string",
    });
    
    Coming soon!
    

    PackageVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The PackageVersion resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PackageVersion resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    IsLatestPatch bool
    PackageArn string
    PackageName string
    RegisteredTime int
    Status Pulumi.AwsNative.Panorama.PackageVersionStatus
    StatusDescription string
    Id string
    The provider-assigned unique ID for this managed resource.
    IsLatestPatch bool
    PackageArn string
    PackageName string
    RegisteredTime int
    Status PackageVersionStatus
    StatusDescription string
    id String
    The provider-assigned unique ID for this managed resource.
    isLatestPatch Boolean
    packageArn String
    packageName String
    registeredTime Integer
    status PackageVersionStatus
    statusDescription String
    id string
    The provider-assigned unique ID for this managed resource.
    isLatestPatch boolean
    packageArn string
    packageName string
    registeredTime number
    status PackageVersionStatus
    statusDescription string
    id str
    The provider-assigned unique ID for this managed resource.
    is_latest_patch bool
    package_arn str
    package_name str
    registered_time int
    status PackageVersionStatus
    status_description str
    id String
    The provider-assigned unique ID for this managed resource.
    isLatestPatch Boolean
    packageArn String
    packageName String
    registeredTime Number
    status "REGISTER_PENDING" | "REGISTER_COMPLETED" | "FAILED" | "DELETING"
    statusDescription String

    Supporting Types

    PackageVersionStatus, PackageVersionStatusArgs

    RegisterPending
    REGISTER_PENDING
    RegisterCompleted
    REGISTER_COMPLETED
    Failed
    FAILED
    Deleting
    DELETING
    PackageVersionStatusRegisterPending
    REGISTER_PENDING
    PackageVersionStatusRegisterCompleted
    REGISTER_COMPLETED
    PackageVersionStatusFailed
    FAILED
    PackageVersionStatusDeleting
    DELETING
    RegisterPending
    REGISTER_PENDING
    RegisterCompleted
    REGISTER_COMPLETED
    Failed
    FAILED
    Deleting
    DELETING
    RegisterPending
    REGISTER_PENDING
    RegisterCompleted
    REGISTER_COMPLETED
    Failed
    FAILED
    Deleting
    DELETING
    REGISTER_PENDING
    REGISTER_PENDING
    REGISTER_COMPLETED
    REGISTER_COMPLETED
    FAILED
    FAILED
    DELETING
    DELETING
    "REGISTER_PENDING"
    REGISTER_PENDING
    "REGISTER_COMPLETED"
    REGISTER_COMPLETED
    "FAILED"
    FAILED
    "DELETING"
    DELETING

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi