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 SourceDnsSupport
Whether DNS support is enabled.
Declaration
public readonly string DnsSupport
Field Value
| Type | Description |
|---|---|
| System.String |
Filters
Declaration
public readonly ImmutableArray<GetVpcAttachmentFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVpcAttachmentFilterResult> |
Id
EC2 Transit Gateway VPC Attachment identifier
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6Support
Whether IPv6 support is enabled.
Declaration
public readonly string Ipv6Support
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetIds
Identifiers of EC2 Subnets.
Declaration
public readonly ImmutableArray<string> SubnetIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
TransitGatewayId
EC2 Transit Gateway identifier
Declaration
public readonly string TransitGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
Identifier of EC2 VPC.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VpcOwnerId
Identifier of the AWS account that owns the EC2 VPC.
Declaration
public readonly string VpcOwnerId
Field Value
| Type | Description |
|---|---|
| System.String |