ec2_modify_private_dns_name_options: Modifies the options for instance hostnames for the specified...

View source: R/ec2_operations.R

ec2_modify_private_dns_name_optionsR Documentation

Modifies the options for instance hostnames for the specified instance

Description

Modifies the options for instance hostnames for the specified instance.

See https://www.paws-r-sdk.com/docs/ec2_modify_private_dns_name_options/ for full documentation.

Usage

ec2_modify_private_dns_name_options(
  DryRun = NULL,
  InstanceId,
  PrivateDnsHostnameType = NULL,
  EnableResourceNameDnsARecord = NULL,
  EnableResourceNameDnsAAAARecord = NULL
)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

InstanceId

[required] The ID of the instance.

PrivateDnsHostnameType

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

EnableResourceNameDnsARecord

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

EnableResourceNameDnsAAAARecord

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.