privateDnsNameOptionsOnLaunch

@JvmName(name = "csdskydvkxmnkujs")
suspend fun privateDnsNameOptionsOnLaunch(value: Output<PrivateDnsNameOptionsOnLaunchPropertiesArgs>)

Parameters

value

The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled. For more information, see Amazon EC2 instance hostname types in the User Guide. Available options:

  • EnableResourceNameDnsAAAARecord (true | false)

  • EnableResourceNameDnsARecord (true | false)

  • HostnameType (ip-name | resource-name)


@JvmName(name = "llfeeujflbkhfntj")
suspend fun privateDnsNameOptionsOnLaunch(argument: suspend PrivateDnsNameOptionsOnLaunchPropertiesArgsBuilder.() -> Unit)

Parameters

argument

The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled. For more information, see Amazon EC2 instance hostname types in the User Guide. Available options:

  • EnableResourceNameDnsAAAARecord (true | false)

  • EnableResourceNameDnsARecord (true | false)

  • HostnameType (ip-name | resource-name)