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.

Link copied to clipboard

Manages the specified primary contact information associated with an AWS Account.

Link copied to clipboard
data class PrimaryContactArgs(val accountId: Output<String>? = null, val addressLine1: Output<String>? = null, val addressLine2: Output<String>? = null, val addressLine3: Output<String>? = null, val city: Output<String>? = null, val companyName: Output<String>? = null, val countryCode: Output<String>? = null, val districtOrCounty: Output<String>? = null, val fullName: Output<String>? = null, val phoneNumber: Output<String>? = null, val postalCode: Output<String>? = null, val stateOrRegion: Output<String>? = null, val websiteUrl: Output<String>? = null) : ConvertibleToJava<PrimaryContactArgs>

Manages the specified primary contact information associated with an AWS Account.

Link copied to clipboard

Functions

Link copied to clipboard