Package com.pulumi.aws.ec2transitgateway
Class VpcAttachmentAccepterArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.ec2transitgateway.VpcAttachmentAccepterArgs
-
public final class VpcAttachmentAccepterArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VpcAttachmentAccepterArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static VpcAttachmentAccepterArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcAttachmentAccepterArgs.Builder
builder()
static VpcAttachmentAccepterArgs.Builder
builder(VpcAttachmentAccepterArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.lang.String>
transitGatewayAttachmentId()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
transitGatewayDefaultRouteTableAssociation()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
transitGatewayDefaultRouteTablePropagation()
-
-
-
Field Detail
-
Empty
public static final VpcAttachmentAccepterArgs Empty
-
-
Method Detail
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Key-value tags for the EC2 Transit Gateway VPC Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
transitGatewayAttachmentId
public com.pulumi.core.Output<java.lang.String> transitGatewayAttachmentId()
- Returns:
- The ID of the EC2 Transit Gateway Attachment to manage.
-
transitGatewayDefaultRouteTableAssociation
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> transitGatewayDefaultRouteTableAssociation()
- Returns:
- Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. Default value: `true`.
-
transitGatewayDefaultRouteTablePropagation
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> transitGatewayDefaultRouteTablePropagation()
- Returns:
- Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. Default value: `true`.
-
builder
public static VpcAttachmentAccepterArgs.Builder builder()
-
builder
public static VpcAttachmentAccepterArgs.Builder builder(VpcAttachmentAccepterArgs defaults)
-
-