GetR2CustomDomainResult

data class GetR2CustomDomainResult(val accountId: String, val bucketName: String, val domain: String, val enabled: Boolean, val id: String, val minTls: String, val status: GetR2CustomDomainStatus, val zoneId: String, val zoneName: String)

A collection of values returned by getR2CustomDomain.

Constructors

Link copied to clipboard
constructor(accountId: String, bucketName: String, domain: String, enabled: Boolean, id: String, minTls: String, status: GetR2CustomDomainStatus, zoneId: String, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account ID.

Link copied to clipboard

Name of the bucket.

Link copied to clipboard

Name of the custom domain.

Link copied to clipboard

Whether this bucket is publicly accessible at the specified custom domain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Minimum TLS Version the custom domain will accept for incoming connections. If not set, defaults to 1.0. Available values: "1.0", "1.1", "1.2", "1.3".

Link copied to clipboard
Link copied to clipboard

Zone ID of the custom domain resides in.

Link copied to clipboard

Zone that the custom domain resides in.