Package-level declarations

Types

Link copied to clipboard

Manages the specified alternate contact attached to an AWS Account.

Link copied to clipboard
data class AlternativeContactArgs(val accountId: Output<String>? = null, val alternateContactType: Output<String>? = null, val emailAddress: Output<String>? = null, val name: Output<String>? = null, val phoneNumber: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<AlternativeContactArgs>

Manages the specified alternate contact attached to an AWS Account.

Functions