Package com.pulumi.aws.ec2.inputs
Class VpcPeeringConnectionRequesterArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.ec2.inputs.VpcPeeringConnectionRequesterArgs
-
public final class VpcPeeringConnectionRequesterArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VpcPeeringConnectionRequesterArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static VpcPeeringConnectionRequesterArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<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.java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
allowRemoteVpcDnsResolution()
java.util.Optional<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.static VpcPeeringConnectionRequesterArgs.Builder
builder()
static VpcPeeringConnectionRequesterArgs.Builder
builder(VpcPeeringConnectionRequesterArgs defaults)
-
-
-
Field Detail
-
Empty
public static final VpcPeeringConnectionRequesterArgs Empty
-
-
Method Detail
-
allowClassicLinkToRemoteVpc
@Deprecated public java.util.Optional<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.- Returns:
- 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.
-
allowRemoteVpcDnsResolution
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowRemoteVpcDnsResolution()
- Returns:
- Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
-
allowVpcToRemoteClassicLink
@Deprecated public java.util.Optional<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.- Returns:
- 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.
-
builder
public static VpcPeeringConnectionRequesterArgs.Builder builder()
-
builder
public static VpcPeeringConnectionRequesterArgs.Builder builder(VpcPeeringConnectionRequesterArgs defaults)
-
-