Domain Admin Contact Args
data class DomainAdminContactArgs(val addressLine1: Output<String>? = null, val addressLine2: Output<String>? = null, val city: Output<String>? = null, val contactType: Output<String>? = null, val countryCode: Output<String>? = null, val email: Output<String>? = null, val extraParams: Output<List<DomainAdminContactExtraParamArgs>>? = null, val fax: Output<String>? = null, val firstName: Output<String>? = null, val lastName: Output<String>? = null, val organizationName: Output<String>? = null, val phoneNumber: Output<String>? = null, val state: Output<String>? = null, val zipCode: Output<String>? = null) : ConvertibleToJava<DomainAdminContactArgs>
Constructors
Link copied to clipboard
constructor(addressLine1: Output<String>? = null, addressLine2: Output<String>? = null, city: Output<String>? = null, contactType: Output<String>? = null, countryCode: Output<String>? = null, email: Output<String>? = null, extraParams: Output<List<DomainAdminContactExtraParamArgs>>? = null, fax: Output<String>? = null, firstName: Output<String>? = null, lastName: Output<String>? = null, organizationName: Output<String>? = null, phoneNumber: Output<String>? = null, state: Output<String>? = null, zipCode: Output<String>? = null)
Properties
Link copied to clipboard
First line of the contact's address.
Link copied to clipboard
Second line of contact's address, if any.
Link copied to clipboard
Indicates whether the contact is a person, company, association, or public organization. See the AWS API documentation for valid values.
Link copied to clipboard
Code for the country of the contact's address. See the AWS API documentation for valid values.
Link copied to clipboard
A list of name-value pairs for parameters required by certain top-level domains.
Link copied to clipboard
Name of the organization for contact types other than PERSON
.
Link copied to clipboard
The phone number of the contact. Phone number must be specified in the format "+country dialing code.number including any area code".