GetComponentResult

data class GetComponentResult(val arn: String, val changeDescription: String, val data: String, val dateCreated: String, val description: String, val encrypted: Boolean, val id: String, val kmsKeyId: String, val name: String, val owner: String, val platform: String, val supportedOsVersions: List<String>, val tags: Map<String, String>, val type: String, val version: String)

A collection of values returned by getComponent.

Constructors

Link copied to clipboard
constructor(arn: String, changeDescription: String, data: String, dateCreated: String, description: String, encrypted: Boolean, id: String, kmsKeyId: String, name: String, owner: String, platform: String, supportedOsVersions: List<String>, tags: Map<String, String>, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

Change description of the component.

Link copied to clipboard

Data of the component.

Link copied to clipboard

Date the component was created.

Link copied to clipboard

Description of the component.

Link copied to clipboard

Encryption status of the component.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ARN of the Key Management Service (KMS) Key used to encrypt the component.

Link copied to clipboard

Name of the component.

Link copied to clipboard

Owner of the component.

Link copied to clipboard

Platform of the component.

Link copied to clipboard

Operating Systems (OSes) supported by the component.

Link copied to clipboard

Key-value map of resource tags for the component.

Link copied to clipboard

Type of the component.

Link copied to clipboard

Version of the component.