Show / Hide Table of Contents

Class GetVpcAttachmentResult

Inheritance
System.Object
GetVpcAttachmentResult
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 GetVpcAttachmentResult

Fields

View Source

DnsSupport

Whether DNS support is enabled.

Declaration
public readonly string DnsSupport
Field Value
Type Description
System.String
View Source

Filters

Declaration
public readonly ImmutableArray<GetVpcAttachmentFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVpcAttachmentFilterResult>
View Source

Id

EC2 Transit Gateway VPC Attachment identifier

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Ipv6Support

Whether IPv6 support is enabled.

Declaration
public readonly string Ipv6Support
Field Value
Type Description
System.String
View Source

SubnetIds

Identifiers of EC2 Subnets.

Declaration
public readonly ImmutableArray<string> SubnetIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Tags

Key-value tags for the EC2 Transit Gateway VPC Attachment

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

TransitGatewayId

EC2 Transit Gateway identifier

Declaration
public readonly string TransitGatewayId
Field Value
Type Description
System.String
View Source

VpcId

Identifier of EC2 VPC.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

VpcOwnerId

Identifier of the AWS account that owns the EC2 VPC.

Declaration
public readonly string VpcOwnerId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.