DistributionTenantArgs

data class DistributionTenantArgs(val connectionGroupId: Output<String>? = null, val customizations: Output<DistributionTenantCustomizationsArgs>? = null, val distributionId: Output<String>? = null, val domains: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val managedCertificateRequest: Output<DistributionTenantManagedCertificateRequestArgs>? = null, val name: Output<String>? = null, val parameters: Output<List<DistributionTenantParameterArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DistributionTenantArgs>

The distribution tenant.

Constructors

Link copied to clipboard
constructor(connectionGroupId: Output<String>? = null, customizations: Output<DistributionTenantCustomizationsArgs>? = null, distributionId: Output<String>? = null, domains: Output<List<String>>? = null, enabled: Output<Boolean>? = null, managedCertificateRequest: Output<DistributionTenantManagedCertificateRequestArgs>? = null, name: Output<String>? = null, parameters: Output<List<DistributionTenantParameterArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val connectionGroupId: Output<String>? = null

The ID of the connection group for the distribution tenant. If you don't specify a connection group, CloudFront uses the default connection group.

Link copied to clipboard

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.

Link copied to clipboard
val distributionId: Output<String>? = null

The ID of the multi-tenant distribution.

Link copied to clipboard
val domains: Output<List<String>>? = null

The domains associated with the distribution tenant.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Indicates whether the distribution tenant is in an enabled state. If disabled, the distribution tenant won't serve traffic.

Link copied to clipboard

An object that represents the request for the Amazon CloudFront managed ACM certificate.

Link copied to clipboard
val name: Output<String>? = null

The name of the distribution tenant.

Link copied to clipboard

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.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A complex type that contains zero or more `Tag` elements.

Functions

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