Show / Hide Table of Contents

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 Source

Arn

Amazon Resource Name (ARN) of VPC

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

CidrBlock

The CIDR block for the association.

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

CidrBlockAssociations

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

Default

Declaration
public readonly bool Default
Field Value
Type Description
System.Boolean
View Source

DhcpOptionsId

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

EnableDnsHostnames

Whether or not the VPC has DNS hostname support

Declaration
public readonly bool EnableDnsHostnames
Field Value
Type Description
System.Boolean
View Source

EnableDnsSupport

Whether or not the VPC has DNS support

Declaration
public readonly bool EnableDnsSupport
Field Value
Type Description
System.Boolean
View Source

Filters

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

Id

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

InstanceTenancy

The allowed tenancy of instances launched into the selected VPC. May be any of &quot;default&quot;, &quot;dedicated&quot;, or &quot;host&quot;.

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

Ipv6AssociationId

The association ID for the IPv6 CIDR block.

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

Ipv6CidrBlock

The IPv6 CIDR block.

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

MainRouteTableId

The ID of the main route table associated with this VPC.

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

OwnerId

The ID of the AWS account that owns the VPC.

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

State

The State of the association.

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

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.