Class GetVpcResult
Inheritance
System.Object
GetVpcResult
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcResult
Fields
View SourceArn
Amazon Resource Name (ARN) of VPC
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
CidrBlock
The CIDR block for the association.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
CidrBlockAssociations
Declaration
public readonly ImmutableArray<GetVpcCidrBlockAssociationResult> CidrBlockAssociations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVpcCidrBlockAssociationResult> |
Default
Declaration
public readonly bool Default
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DhcpOptionsId
Declaration
public readonly string DhcpOptionsId
Field Value
| Type | Description |
|---|---|
| System.String |
EnableDnsHostnames
Whether or not the VPC has DNS hostname support
Declaration
public readonly bool EnableDnsHostnames
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EnableDnsSupport
Whether or not the VPC has DNS support
Declaration
public readonly bool EnableDnsSupport
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Filters
Declaration
public readonly ImmutableArray<GetVpcFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVpcFilterResult> |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceTenancy
The allowed tenancy of instances launched into the
selected VPC. May be any of "default", "dedicated", or "host".
Declaration
public readonly string InstanceTenancy
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6AssociationId
The association ID for the IPv6 CIDR block.
Declaration
public readonly string Ipv6AssociationId
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6CidrBlock
The IPv6 CIDR block.
Declaration
public readonly string Ipv6CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
MainRouteTableId
The ID of the main route table associated with this VPC.
Declaration
public readonly string MainRouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
OwnerId
The ID of the AWS account that owns the VPC.
Declaration
public readonly string OwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
State
The State of the association.
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |