GetCustomSslsInvokeResult

data class GetCustomSslsInvokeResult(val id: String, val match: String, val maxItems: Int? = null, val results: List<GetCustomSslsResult>, val status: String? = null, val zoneId: String)

A collection of values returned by getCustomSsls.

Constructors

Link copied to clipboard
constructor(id: String, match: String, maxItems: Int? = null, results: List<GetCustomSslsResult>, status: String? = null, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether to match all search requirements or at least one (any). Available values: "any", "all".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val status: String? = null

Status of the zone's custom SSL. Available values: "active", "expired", "deleted", "pending", "initializing".

Link copied to clipboard

Identifier.