GetDistributionTenantResult

data class GetDistributionTenantResult(val arn: String? = null, val connectionGroupId: String? = null, val createdTime: String? = null, val customizations: DistributionTenantCustomizations? = null, val distributionId: String? = null, val domainResults: List<DistributionTenantDomainResult>? = null, val domains: List<String>? = null, val eTag: String? = null, val enabled: Boolean? = null, val id: String? = null, val lastModifiedTime: String? = null, val parameters: List<DistributionTenantParameter>? = null, val status: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, connectionGroupId: String? = null, createdTime: String? = null, customizations: DistributionTenantCustomizations? = null, distributionId: String? = null, domainResults: List<DistributionTenantDomainResult>? = null, domains: List<String>? = null, eTag: String? = null, enabled: Boolean? = null, id: String? = null, lastModifiedTime: String? = null, parameters: List<DistributionTenantParameter>? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the distribution tenant.

Link copied to clipboard

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
val createdTime: String? = null

The date and time when the distribution tenant was created.

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: String? = null

The ID of the multi-tenant distribution.

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

The domains associated with the distribution tenant.

Link copied to clipboard
val enabled: 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
val eTag: String? = null

The current version of the distribution tenant.

Link copied to clipboard
val id: String? = null

The ID of the distribution tenant.

Link copied to clipboard

The date and time when the distribution tenant was updated.

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 status: String? = null

The status of the distribution tenant.

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

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