VpcPeeringConnectionRequester constructor

const VpcPeeringConnectionRequester({
  1. Input<bool?>? allowRemoteVpcDnsResolution,
})

Creates a new VpcPeeringConnectionRequester. allowRemoteVpcDnsResolution Allow a local VPC to resolve public DNS hostnames to

Implementation

const VpcPeeringConnectionRequester({
  this.allowRemoteVpcDnsResolution,
});