Class VpcAttachmentAccepterArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcAttachmentAccepterArgs : ResourceArgs
Constructors
View SourceVpcAttachmentAccepterArgs()
Declaration
public VpcAttachmentAccepterArgs()
Properties
View SourceTags
Key-value tags for the EC2 Transit Gateway VPC Attachment.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TransitGatewayAttachmentId
The ID of the EC2 Transit Gateway Attachment to manage.
Declaration
public Input<string> TransitGatewayAttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TransitGatewayDefaultRouteTableAssociation
Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. 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. Default value: true.
Declaration
public Input<bool> TransitGatewayDefaultRouteTablePropagation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |