Class GetVpcArgs
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 GetVpcArgs : InvokeArgs
Constructors
View SourceGetVpcArgs()
Declaration
public GetVpcArgs()
Properties
View SourceCidrBlock
The cidr block of the desired VPC.
Declaration
public string CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Default
Boolean constraint on whether the desired VPC is the default VPC for the region.
Declaration
public bool? Default { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DhcpOptionsId
The DHCP options id of the desired VPC.
Declaration
public string DhcpOptionsId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filters
Custom filter block as described below.
Declaration
public List<GetVpcFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetVpcFilterArgs> |
Id
The id of the specific VPC to retrieve.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
The current state of the desired VPC.
Can be either "pending" or "available".
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags, each pair of which must exactly match a pair on the desired VPC.
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |