Component

class Component : KotlinCustomResource

Resource schema for AWS::ImageBuilder::Component

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the component.

Link copied to clipboard

The change description of the component.

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

The data of the component.

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

The description of the component.

Link copied to clipboard
val encrypted: Output<Boolean>

The encryption status of the component.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

The KMS key identifier used to encrypt the component.

Link copied to clipboard
val name: Output<String>

The name of the component.

Link copied to clipboard

The platform of the component.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The operating system (OS) version supported by the component.

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

The tags associated with the component.

Link copied to clipboard
val type: Output<ComponentType>

The type of the component denotes whether the component is used to build the image or only to test it.

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

The uri of the component.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version of the component.