Show / Hide Table of Contents

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 Source

AssociationId

The association ID for the the IPv4 CIDR block.

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

CidrBlock

The cidr block of the desired VPC.

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.