Class VpcAttachmentArgs
Inherited Members
Namespace: Pulumi.Aws.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcAttachmentArgs : ResourceArgs
Constructors
View SourceVpcAttachmentArgs()
Declaration
public VpcAttachmentArgs()
Properties
View SourceDnsSupport
Whether DNS support is enabled. Valid values: disable, enable. Default value: enable.
Declaration
public Input<string> DnsSupport { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6Support
Whether IPv6 support is enabled. Valid values: disable, enable. Default value: disable.
Declaration
public Input<string> Ipv6Support { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetIds
Identifiers of EC2 Subnets.
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
Key-value tags for the EC2 Transit Gateway VPC Attachment.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TransitGatewayDefaultRouteTableAssociation
Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: true.
Declaration
public Input<bool> TransitGatewayDefaultRouteTableAssociation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TransitGatewayDefaultRouteTablePropagation
Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. This cannot be configured or perform drift detection with Resource Access Manager shared EC2 Transit Gateways. Default value: true.
Declaration
public Input<bool> TransitGatewayDefaultRouteTablePropagation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TransitGatewayId
Identifier of EC2 Transit Gateway.
Declaration
public Input<string> TransitGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcId
Identifier of EC2 VPC.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |