Registered Domain Tech Contact Args
data class RegisteredDomainTechContactArgs(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<Map<String, String>>? = 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<RegisteredDomainTechContactArgs>
Constructors
Link copied to clipboard
fun RegisteredDomainTechContactArgs(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<Map<String, String>>? = 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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
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.