DomainBillingContactArgs

data class DomainBillingContactArgs(val addressLine1: Output<String>, val addressLine2: Output<String>, val city: Output<String>, val contactType: Output<String>, val countryCode: Output<String>, val email: Output<String>, val extraParams: Output<List<DomainBillingContactExtraParamArgs>>, val fax: Output<String>, val firstName: Output<String>, val lastName: Output<String>, val organizationName: Output<String>, val phoneNumber: Output<String>, val state: Output<String>, val zipCode: Output<String>) : ConvertibleToJava<DomainBillingContactArgs>

Constructors

Link copied to clipboard
constructor(addressLine1: Output<String>, addressLine2: Output<String>, city: Output<String>, contactType: Output<String>, countryCode: Output<String>, email: Output<String>, extraParams: Output<List<DomainBillingContactExtraParamArgs>>, fax: Output<String>, firstName: Output<String>, lastName: Output<String>, organizationName: Output<String>, phoneNumber: Output<String>, state: Output<String>, zipCode: Output<String>)

Properties

Link copied to clipboard
val addressLine1: Output<String>

First line of the contact's address.

Link copied to clipboard
val addressLine2: Output<String>

Second line of contact's address, if any.

Link copied to clipboard
val city: Output<String>

The city of the contact's address.

Link copied to clipboard
val contactType: Output<String>

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>

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>

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>

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>

First name of contact.

Link copied to clipboard
val lastName: Output<String>

Last name of contact.

Link copied to clipboard

Name of the organization for contact types other than PERSON.

Link copied to clipboard
val phoneNumber: Output<String>

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>

The state or province of the contact's city.

Link copied to clipboard
val zipCode: Output<String>

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

Functions

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