GetAccountDnsSettingsInternalViewsInvokeResult

data class GetAccountDnsSettingsInternalViewsInvokeResult(val accountId: String, val direction: String, val id: String, val match: String, val maxItems: Int? = null, val name: GetAccountDnsSettingsInternalViewsName? = null, val order: String? = null, val results: List<GetAccountDnsSettingsInternalViewsResult>, val zoneId: String? = null, val zoneName: String? = null)

A collection of values returned by getAccountDnsSettingsInternalViews.

Constructors

constructor(accountId: String, direction: String, id: String, match: String, maxItems: Int? = null, name: GetAccountDnsSettingsInternalViewsName? = null, order: String? = null, results: List<GetAccountDnsSettingsInternalViewsResult>, zoneId: String? = null, zoneName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Direction to order DNS views in. Available values: "asc", "desc".

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). If set to all, acts like a logical AND between filters. If set to any, acts like a logical OR instead. Available values: "any", "all".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
Link copied to clipboard
val order: String? = null

Field to order DNS views by. Available values: "name", "createdon", "modifiedon".

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val zoneId: String? = null

A zone ID that exists in the zones list for the view.

Link copied to clipboard
val zoneName: String? = null

A zone name that exists in the zones list for the view.