SoftwarePackageVersion

class SoftwarePackageVersion : KotlinCustomResource

resource definition

Properties

Link copied to clipboard
Link copied to clipboard
val attributes: Output<Map<String, String>>?

Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet. The combined size of all the attributes on a package version is limited to 3KB.

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

A summary of the package version being created. This can be used to outline the package's contents or purpose.

Link copied to clipboard
val errorReason: Output<String>

Error reason for a package version failure during creation or update.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val packageName: Output<String>

The name of the associated software package.

Link copied to clipboard

The Amazon Resource Name (ARN) for the package.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recipe: Output<String>?

The inline json job document associated with a software package version

Link copied to clipboard
Link copied to clipboard

The status of the package version. For more information, see Package version lifecycle .

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val versionName: Output<String>?

The name of the new package version.