Values.ContainerDistributionConfigurationSourceContainer distribution settings for encryption, licensing, and sharing in a specific Region.
type nonrec t = {description : NonEmptyString.t option;The description of the container distribution configuration.
*)containerTags : StringList.t option;Tags that are attached to the container distribution configuration.
*)targetRepository : TargetContainerRepository.t;The destination repository for the container distribution configuration.
*)}val make :
?description:??? ->
?containerTags:??? ->
targetRepository:TargetContainerRepository.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]