private Dns Name Options On Launch
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)
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)