DistributionTenantCustomizationsArgs

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)

Properties

Link copied to clipboard

The ACMlong (ACM) certificate.

Link copied to clipboard

The geographic restrictions.

Link copied to clipboard

The WAF web ACL.

Functions

Link copied to clipboard
open override fun toJava(): DistributionTenantCustomizationsArgs