Builder

class Builder

Properties

Link copied to clipboard

The ID of the connection group to associate with the distribution tenant.

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

The ID of the multi-tenant distribution to use for creating the distribution tenant.

Link copied to clipboard

The domains associated with the distribution tenant. You must specify at least one domain in the request.

Link copied to clipboard

Indicates whether the distribution tenant should be enabled when created. If the distribution tenant is disabled, the distribution tenant won't serve traffic.

Link copied to clipboard

The configuration for the CloudFront managed ACM certificate request.

Link copied to clipboard
var name: String?

The name of the distribution tenant. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create 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
var tags: Tags?

A complex type that contains zero or more Tag elements.

Functions

Link copied to clipboard
Link copied to clipboard
fun tags(block: Tags.Builder.() -> Unit)