Distribution Tenant Customizations Args
data class DistributionTenantCustomizationsArgs(val certificate: Output<DistributionTenantCertificateArgs>? = null, val geoRestrictions: Output<DistributionTenantGeoRestrictionCustomizationArgs>? = null, val webAcl: Output<DistributionTenantWebAclCustomizationArgs>? = null) : ConvertibleToJava<DistributionTenantCustomizationsArgs>
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.
Constructors
Link copied to clipboard
constructor(certificate: Output<DistributionTenantCertificateArgs>? = null, geoRestrictions: Output<DistributionTenantGeoRestrictionCustomizationArgs>? = null, webAcl: Output<DistributionTenantWebAclCustomizationArgs>? = null)