AddressMapMembershipArgs

data class AddressMapMembershipArgs(val canDelete: Output<Boolean>? = null, val identifier: Output<String>, val kind: Output<String>) : ConvertibleToJava<AddressMapMembershipArgs>

Constructors

Link copied to clipboard
constructor(canDelete: Output<Boolean>? = null, identifier: Output<String>, kind: Output<String>)

Properties

Link copied to clipboard
val canDelete: Output<Boolean>? = null

Controls whether the membership can be deleted via the API or not.

Link copied to clipboard
val identifier: Output<String>

Identifier of the account or zone.

Link copied to clipboard
val kind: Output<String>

The type of the membership.

Functions

Link copied to clipboard
open override fun toJava(): AddressMapMembershipArgs