Values.DistributionConfigurationSummarySourceA high-level overview of a distribution configuration.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the distribution configuration.
*)name : ResourceName.t option;The name of the distribution configuration.
*)description : NonEmptyString.t option;The description of the distribution configuration.
*)dateCreated : DateTime.t option;The date on which the distribution configuration was created.
*)dateUpdated : DateTime.t option;The date on which the distribution configuration was updated.
*)regions : RegionList.t option;A list of Regions where the container image is distributed to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t ])
list ]