Modify Public Ip Dns Name Options
| ec2_modify_public_ip_dns_name_options | R Documentation |
Modify public hostname options for a network interface¶
Description¶
Modify public hostname options for a network interface. For more information, see EC2 instance hostnames, DNS names, and domains in the Amazon EC2 User Guide.
Usage¶
ec2_modify_public_ip_dns_name_options(NetworkInterfaceId, HostnameType,
DryRun)
Arguments¶
NetworkInterfaceId |
[required] A network interface ID. |
HostnameType |
[required] The public hostname type. For more information, see EC2 instance hostnames, DNS names, and domains in the Amazon EC2 User Guide.
|
DryRun |
Checks whether you have the required permissions for the
operation, without actually making the request, and provides an error
response. If you have the required permissions, the error response is
|
Value¶
A list with the following syntax:
list(
Successful = TRUE|FALSE
)
Request syntax¶
svc$modify_public_ip_dns_name_options(
NetworkInterfaceId = "string",
HostnameType = "public-dual-stack-dns-name"|"public-ipv4-dns-name"|"public-ipv6-dns-name",
DryRun = TRUE|FALSE
)