VpcPeeringConnectionRequester constructor
const
VpcPeeringConnectionRequester({
- Input<
bool?> ? allowRemoteVpcDnsResolution,
Creates a new VpcPeeringConnectionRequester.
allowRemoteVpcDnsResolution Allow a local VPC to resolve public DNS hostnames to
Implementation
const VpcPeeringConnectionRequester({
this.allowRemoteVpcDnsResolution,
});