Module Values.ContainerDistributionConfigurationSource

Container distribution settings for encryption, licensing, and sharing in a specific Region.

Sourcetype nonrec t = {
  1. description : NonEmptyString.t option;
    (*

    The description of the container distribution configuration.

    *)
  2. containerTags : StringList.t option;
    (*

    Tags that are attached to the container distribution configuration.

    *)
  3. targetRepository : TargetContainerRepository.t;
    (*

    The destination repository for the container distribution configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?containerTags:??? -> targetRepository:TargetContainerRepository.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t