aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.panorama.PackageVersion

Explore with Pulumi AI

Schema for PackageVersion Resource Type

Create PackageVersion Resource

new PackageVersion(name: string, args: PackageVersionArgs, opts?: CustomResourceOptions);
@overload
def PackageVersion(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   mark_latest: Optional[bool] = None,
                   owner_account: Optional[str] = None,
                   package_id: Optional[str] = None,
                   package_version: Optional[str] = None,
                   patch_version: Optional[str] = None,
                   updated_latest_patch_version: Optional[str] = None)
@overload
def PackageVersion(resource_name: str,
                   args: PackageVersionArgs,
                   opts: Optional[ResourceOptions] = 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.

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.

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

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