Class VpcPeeringConnectionAccepterArgs.Builder

    • Method Detail

      • allowClassicLinkToRemoteVpc

        @Deprecated
        public VpcPeeringConnectionAccepterArgs.Builder allowClassicLinkToRemoteVpc​(@Nullable
                                                                                    com.pulumi.core.Output<java.lang.Boolean> allowClassicLinkToRemoteVpc)
        Deprecated.
        With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
        Parameters:
        allowClassicLinkToRemoteVpc - Allow a local linked EC2-Classic instance to communicate with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection to the remote VPC.
        Returns:
        builder
      • allowClassicLinkToRemoteVpc

        @Deprecated
        public VpcPeeringConnectionAccepterArgs.Builder allowClassicLinkToRemoteVpc​(java.lang.Boolean allowClassicLinkToRemoteVpc)
        Deprecated.
        With the retirement of EC2-Classic the allow_classic_link_to_remote_vpc attribute has been deprecated and will be removed in a future version.
        Parameters:
        allowClassicLinkToRemoteVpc - Allow a local linked EC2-Classic instance to communicate with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection to the remote VPC.
        Returns:
        builder
      • allowRemoteVpcDnsResolution

        public VpcPeeringConnectionAccepterArgs.Builder allowRemoteVpcDnsResolution​(@Nullable
                                                                                    com.pulumi.core.Output<java.lang.Boolean> allowRemoteVpcDnsResolution)
        Parameters:
        allowRemoteVpcDnsResolution - Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
        Returns:
        builder
      • allowRemoteVpcDnsResolution

        public VpcPeeringConnectionAccepterArgs.Builder allowRemoteVpcDnsResolution​(java.lang.Boolean allowRemoteVpcDnsResolution)
        Parameters:
        allowRemoteVpcDnsResolution - Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
        Returns:
        builder
      • allowVpcToRemoteClassicLink

        @Deprecated
        public VpcPeeringConnectionAccepterArgs.Builder allowVpcToRemoteClassicLink​(@Nullable
                                                                                    com.pulumi.core.Output<java.lang.Boolean> allowVpcToRemoteClassicLink)
        Deprecated.
        With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
        Parameters:
        allowVpcToRemoteClassicLink - Allow a local VPC to communicate with a linked EC2-Classic instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink connection.
        Returns:
        builder
      • allowVpcToRemoteClassicLink

        @Deprecated
        public VpcPeeringConnectionAccepterArgs.Builder allowVpcToRemoteClassicLink​(java.lang.Boolean allowVpcToRemoteClassicLink)
        Deprecated.
        With the retirement of EC2-Classic the allow_vpc_to_remote_classic_link attribute has been deprecated and will be removed in a future version.
        Parameters:
        allowVpcToRemoteClassicLink - Allow a local VPC to communicate with a linked EC2-Classic instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink connection.
        Returns:
        builder