Class VpcIpv4CidrBlockAssociationArgs
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 VpcIpv4CidrBlockAssociationArgs : ResourceArgs
Constructors
View SourceVpcIpv4CidrBlockAssociationArgs()
Declaration
public VpcIpv4CidrBlockAssociationArgs()
Properties
View SourceCidrBlock
The additional IPv4 CIDR block to associate with the VPC.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcId
The ID of the VPC to make the association with.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |