Values.UpdateDistributionTenantRequestSourceUpdates a distribution tenant.
type nonrec t = {id : String_.t;The ID of the distribution tenant.
*)distributionId : String_.t option;The ID for the multi-tenant distribution.
*)domains : DomainList.t option;The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.
*)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 target connection group.
*)ifMatch : String_.t;The value of the ETag header that you received when retrieving the distribution tenant to update. This value is returned in the response of the GetDistributionTenant API operation.
*)managedCertificateRequest : ManagedCertificateRequest.t option;An object that contains the CloudFront managed ACM certificate request.
*)enabled : Boolean.t option;Indicates whether the distribution tenant should be updated to an enabled state. If you update the distribution tenant and it's not enabled, the distribution tenant won't serve traffic.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ]