AddressMapMembershipArgs

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

Constructors

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

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 createdAt: Output<String>? = null
Link copied to clipboard
val identifier: Output<String>? = null

The identifier for the membership (eg. a zone or account tag).

Link copied to clipboard
val kind: Output<String>? = null

The type of the membership. Available values: "zone", "account".

Functions

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