Class GetVpcCidrBlockAssociationResult
Inheritance
System.Object
GetVpcCidrBlockAssociationResult
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcCidrBlockAssociationResult
Fields
View SourceAssociationId
The association ID for the the IPv4 CIDR block.
Declaration
public readonly string AssociationId
Field Value
Type | Description |
---|---|
System.String |
CidrBlock
The cidr block of the desired VPC.
Declaration
public readonly string CidrBlock
Field Value
Type | Description |
---|---|
System.String |
State
The current state of the desired VPC.
Can be either "pending"
or "available"
.
Declaration
public readonly string State
Field Value
Type | Description |
---|---|
System.String |