domainName

@JvmName(name = "gxvllogtekufvgsa")
suspend fun domainName(value: Output<String>)
@JvmName(name = "pvfdlxojddwyluxa")
suspend fun domainName(value: String?)

Parameters

value

Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segment length (mydomain for example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.