Values.ComponentSourceA detailed view of a component.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the component.
*)name : ResourceName.t option;The name of the component.
*)version : VersionNumber.t option;The version of the component.
*)description : NonEmptyString.t option;The description of the component.
*)changeDescription : NonEmptyString.t option;Describes what change has been made in this version of the component, or what makes this version different from other versions of the component.
*)type_ : ComponentType.t option;The component type specifies whether Image Builder uses the component to build the image or only to test it.
*)platform : Platform.t option;The operating system platform of the component.
*)supportedOsVersions : OsVersionList.t option;The operating system (OS) version supported by the component. If the OS information is available, Image Builder performs a prefix match against the base image OS version during image recipe creation.
*)state : ComponentState.t option;Describes the current status of the component.
*)parameters : ComponentParameterDetailList.t option;Contains parameter details for each of the parameters that the component document defined for the component.
*)owner : NonEmptyString.t option;The owner of the component.
*)data : ComponentData.t option;Component data contains the YAML document content for the component.
*)kmsKeyId : NonEmptyString.t option;The KMS key identifier used to encrypt the component. This can be either the Key ARN or the Alias ARN. For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide.
*)encrypted : NullableBoolean.t option;The encryption status of the component.
*)dateCreated : DateTime.t option;The date that Image Builder created the component.
*)publisher : NonEmptyString.t option;Contains the name of the publisher if this is a third-party component. Otherwise, this property is empty.
*)obfuscate : Boolean.t option;Indicates whether component source is hidden from view in the console, and from component detail results for API, CLI, or SDK operations.
*)productCodes : ProductCodeList.t option;Contains product codes that are used for billing purposes for Amazon Web Services Marketplace components.
*)}val make :
?arn:??? ->
?name:??? ->
?version:??? ->
?description:??? ->
?changeDescription:??? ->
?type_:??? ->
?platform:??? ->
?supportedOsVersions:??? ->
?state:??? ->
?parameters:??? ->
?owner:??? ->
?data:??? ->
?kmsKeyId:??? ->
?encrypted:??? ->
?dateCreated:??? ->
?tags:??? ->
?publisher:??? ->
?obfuscate:??? ->
?productCodes:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of
[> `String of OsVersion.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ComponentParameterValue.t ] list
| `String of ComponentParameterName.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]