Values.InfrastructureConfigurationSourceDetails of the infrastructure configuration.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the infrastructure configuration.
*)name : ResourceName.t option;The name of the infrastructure configuration.
*)description : NonEmptyString.t option;The description of the infrastructure configuration.
*)instanceTypes : InstanceTypeList.t option;The instance types of the infrastructure configuration.
*)instanceProfileName : InstanceProfileNameType.t option;The instance profile of the infrastructure configuration.
*)securityGroupIds : SecurityGroupIds.t option;The security group IDs of the infrastructure configuration.
*)subnetId : NonEmptyString.t option;The subnet ID of the infrastructure configuration.
*)logging : Logging.t option;The logging configuration of the infrastructure configuration.
*)keyPair : NonEmptyString.t option;The Amazon EC2 key pair of the infrastructure configuration.
*)terminateInstanceOnFailure : NullableBoolean.t option;The terminate instance on failure configuration of the infrastructure configuration.
*)snsTopicArn : NonEmptyString.t option;The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications. EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.
*)dateCreated : DateTime.t option;The date on which the infrastructure configuration was created.
*)dateUpdated : DateTime.t option;The date on which the infrastructure configuration was last updated.
*)resourceTags : ResourceTagMap.t option;The tags attached to the resource created by Image Builder.
*)instanceMetadataOptions : InstanceMetadataOptions.t option;The instance metadata option settings for the infrastructure configuration.
*)placement : Placement.t option;The instance placement settings that define where the instances that are launched from your image will run.
*)}val make :
?arn:??? ->
?name:??? ->
?description:??? ->
?instanceTypes:??? ->
?instanceProfileName:??? ->
?securityGroupIds:??? ->
?subnetId:??? ->
?logging:??? ->
?keyPair:??? ->
?terminateInstanceOnFailure:??? ->
?snsTopicArn:??? ->
?dateCreated:??? ->
?dateUpdated:??? ->
?resourceTags:??? ->
?instanceMetadataOptions:??? ->
?tags:??? ->
?placement:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `List of [> `String of InstanceType.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of HttpPutResponseHopLimit.t
| `String of HttpTokens.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]