1. Packages
  2. AWS Native
  3. API Docs
  4. ec2
  5. VpcCidrBlock

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.ec2.VpcCidrBlock

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource Type definition for AWS::EC2::VPCCidrBlock

    Create VpcCidrBlock Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpcCidrBlock(name: string, args: VpcCidrBlockArgs, opts?: CustomResourceOptions);
    @overload
    def VpcCidrBlock(resource_name: str,
                     args: VpcCidrBlockArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcCidrBlock(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     vpc_id: Optional[str] = None,
                     amazon_provided_ipv6_cidr_block: Optional[bool] = None,
                     cidr_block: Optional[str] = None,
                     ipv4_ipam_pool_id: Optional[str] = None,
                     ipv4_netmask_length: Optional[int] = None,
                     ipv6_cidr_block: Optional[str] = None,
                     ipv6_ipam_pool_id: Optional[str] = None,
                     ipv6_netmask_length: Optional[int] = None,
                     ipv6_pool: Optional[str] = None)
    func NewVpcCidrBlock(ctx *Context, name string, args VpcCidrBlockArgs, opts ...ResourceOption) (*VpcCidrBlock, error)
    public VpcCidrBlock(string name, VpcCidrBlockArgs args, CustomResourceOptions? opts = null)
    public VpcCidrBlock(String name, VpcCidrBlockArgs args)
    public VpcCidrBlock(String name, VpcCidrBlockArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:VpcCidrBlock
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VpcCidrBlockArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VpcCidrBlockArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VpcCidrBlockArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcCidrBlockArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcCidrBlockArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const vpcCidrBlockResource = new aws_native.ec2.VpcCidrBlock("vpcCidrBlockResource", {
        vpcId: "string",
        amazonProvidedIpv6CidrBlock: false,
        cidrBlock: "string",
        ipv4IpamPoolId: "string",
        ipv4NetmaskLength: 0,
        ipv6CidrBlock: "string",
        ipv6IpamPoolId: "string",
        ipv6NetmaskLength: 0,
        ipv6Pool: "string",
    });
    
    Coming soon!
    

    VpcCidrBlock Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VpcCidrBlock resource accepts the following input properties:

    VpcId string
    The ID of the VPC.
    AmazonProvidedIpv6CidrBlock bool
    Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
    CidrBlock string
    An IPv4 CIDR block to associate with the VPC.
    Ipv4IpamPoolId string
    The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.
    Ipv4NetmaskLength int
    The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    Ipv6CidrBlock string
    An IPv6 CIDR block from the IPv6 address pool.
    Ipv6IpamPoolId string
    The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
    Ipv6NetmaskLength int
    The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    Ipv6Pool string
    The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
    VpcId string
    The ID of the VPC.
    AmazonProvidedIpv6CidrBlock bool
    Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
    CidrBlock string
    An IPv4 CIDR block to associate with the VPC.
    Ipv4IpamPoolId string
    The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.
    Ipv4NetmaskLength int
    The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    Ipv6CidrBlock string
    An IPv6 CIDR block from the IPv6 address pool.
    Ipv6IpamPoolId string
    The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
    Ipv6NetmaskLength int
    The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    Ipv6Pool string
    The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
    vpcId String
    The ID of the VPC.
    amazonProvidedIpv6CidrBlock Boolean
    Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
    cidrBlock String
    An IPv4 CIDR block to associate with the VPC.
    ipv4IpamPoolId String
    The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.
    ipv4NetmaskLength Integer
    The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6CidrBlock String
    An IPv6 CIDR block from the IPv6 address pool.
    ipv6IpamPoolId String
    The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
    ipv6NetmaskLength Integer
    The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6Pool String
    The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
    vpcId string
    The ID of the VPC.
    amazonProvidedIpv6CidrBlock boolean
    Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
    cidrBlock string
    An IPv4 CIDR block to associate with the VPC.
    ipv4IpamPoolId string
    The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.
    ipv4NetmaskLength number
    The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6CidrBlock string
    An IPv6 CIDR block from the IPv6 address pool.
    ipv6IpamPoolId string
    The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
    ipv6NetmaskLength number
    The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6Pool string
    The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
    vpc_id str
    The ID of the VPC.
    amazon_provided_ipv6_cidr_block bool
    Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
    cidr_block str
    An IPv4 CIDR block to associate with the VPC.
    ipv4_ipam_pool_id str
    The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.
    ipv4_netmask_length int
    The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6_cidr_block str
    An IPv6 CIDR block from the IPv6 address pool.
    ipv6_ipam_pool_id str
    The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
    ipv6_netmask_length int
    The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6_pool str
    The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
    vpcId String
    The ID of the VPC.
    amazonProvidedIpv6CidrBlock Boolean
    Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
    cidrBlock String
    An IPv4 CIDR block to associate with the VPC.
    ipv4IpamPoolId String
    The ID of the IPv4 IPAM pool to Associate a CIDR from to a VPC.
    ipv4NetmaskLength Number
    The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6CidrBlock String
    An IPv6 CIDR block from the IPv6 address pool.
    ipv6IpamPoolId String
    The ID of the IPv6 IPAM pool to Associate a CIDR from to a VPC.
    ipv6NetmaskLength Number
    The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
    ipv6Pool String
    The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpcCidrBlock resource produces the following output properties:

    AwsId string
    The Id of the VPC associated CIDR Block.
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    The Id of the VPC associated CIDR Block.
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    The Id of the VPC associated CIDR Block.
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    The Id of the VPC associated CIDR Block.
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    The Id of the VPC associated CIDR Block.
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    The Id of the VPC associated CIDR Block.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi