Values.DistributionTenantSourceThe distribution tenant.
type nonrec t = {id : String_.t option;The ID of the distribution tenant.
*)distributionId : String_.t option;The ID of the multi-tenant distribution.
*)name : String_.t option;The name of the distribution tenant.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the distribution tenant.
*)domains : DomainResultList.t option;The domains associated with the distribution tenant.
*)customizations : Customizations.t option;Customizations for the distribution tenant. For each distribution tenant, you can specify the geographic restrictions, and the Amazon Resource Names (ARNs) for the ACM certificate and WAF web ACL. These are specific values that you can override or disable from the multi-tenant distribution that was used to create the distribution tenant.
*)parameters : Parameters.t option;A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.
*)connectionGroupId : String_.t option;The ID of the connection group for the distribution tenant. If you don't specify a connection group, CloudFront uses the default connection group.
*)createdTime : Timestamp.t option;The date and time when the distribution tenant was created.
*)lastModifiedTime : Timestamp.t option;The date and time when the distribution tenant was updated.
*)enabled : Boolean.t option;Indicates whether the distribution tenant is in an enabled state. If disabled, the distribution tenant won't serve traffic.
*)status : String_.t option;The status of the distribution tenant.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]