PackageVersion

class PackageVersion : KotlinCustomResource

Registers a package version.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val isLatestPatch: Output<Boolean>

Whether the package version is the latest version.

Link copied to clipboard
val markLatest: Output<Boolean>?

Whether to mark the new version as the latest version.

Link copied to clipboard
val ownerAccount: Output<String>?

An owner account.

Link copied to clipboard
val packageArn: Output<String>

The package version's ARN.

Link copied to clipboard
val packageId: Output<String>

A package ID.

Link copied to clipboard
val packageName: Output<String>

The package version's name.

Link copied to clipboard
val packageVersion: Output<String>

A package version.

Link copied to clipboard
val patchVersion: Output<String>

A patch version.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val registeredTime: Output<Int>

The package version's registered time.

Link copied to clipboard

The package version's status.

Link copied to clipboard

The package version's status description.

Link copied to clipboard

If the version was marked latest, the new version to maker as latest.

Link copied to clipboard
val urn: Output<String>