Show / Hide Table of Contents

Class VpcAttachmentAccepterState

Inheritance
System.Object
InputArgs
ResourceArgs
VpcAttachmentAccepterState
Inherited Members
ResourceArgs.Empty
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 VpcAttachmentAccepterState : ResourceArgs

Constructors

View Source

VpcAttachmentAccepterState()

Declaration
public VpcAttachmentAccepterState()

Properties

View Source

DnsSupport

Whether DNS support is enabled. Valid values: disable, enable.

Declaration
public Input<string> DnsSupport { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ipv6Support

Whether IPv6 support is enabled. Valid values: disable, enable.

Declaration
public Input<string> Ipv6Support { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetIds

Identifiers of EC2 Subnets.

Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

TransitGatewayId

Identifier of EC2 Transit Gateway.

Declaration
public Input<string> TransitGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VpcId

Identifier of EC2 VPC.

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VpcOwnerId

Identifier of the AWS account that owns the EC2 VPC.

Declaration
public Input<string> VpcOwnerId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.