PeeringConnectionOptionsRequester constructor
const
PeeringConnectionOptionsRequester({
- Input<
bool?> ? allowRemoteVpcDnsResolution,
Creates a new PeeringConnectionOptionsRequester.
allowRemoteVpcDnsResolution Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
Implementation
const PeeringConnectionOptionsRequester({
this.allowRemoteVpcDnsResolution,
});