DomainTechContactArgs

data class DomainTechContactArgs(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<DomainTechContactExtraParamArgs>>? = 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<DomainTechContactArgs>

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<DomainTechContactExtraParamArgs>>? = 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
val addressLine1: Output<String>? = null

First line of the contact's address.

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

Second line of contact's address, if any.

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

The city of the contact's address.

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

Indicates whether the contact is a person, company, association, or public organization. See the AWS API documentation for valid values.

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

Code for the country of the contact's address. See the AWS API documentation for valid values.

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

Email address of the contact.

Link copied to clipboard

A list of name-value pairs for parameters required by certain top-level domains.

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

Fax number of the contact. Phone number must be specified in the format "+country dialing code.number including any area code".

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

First name of contact.

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

Last name of contact.

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

Name of the organization for contact types other than PERSON.

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

The phone number of the contact. Phone number must be specified in the format "+country dialing code.number including any area code".

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

The state or province of the contact's city.

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

The zip or postal code of the contact's address.

Functions

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