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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.ec2.IpamPoolCidr

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Schema of AWS::EC2::IPAMPoolCidr Type

    Create IpamPoolCidr Resource

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

    Constructor syntax

    new IpamPoolCidr(name: string, args: IpamPoolCidrArgs, opts?: CustomResourceOptions);
    @overload
    def IpamPoolCidr(resource_name: str,
                     args: IpamPoolCidrArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def IpamPoolCidr(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     ipam_pool_id: Optional[str] = None,
                     cidr: Optional[str] = None,
                     netmask_length: Optional[int] = None)
    func NewIpamPoolCidr(ctx *Context, name string, args IpamPoolCidrArgs, opts ...ResourceOption) (*IpamPoolCidr, error)
    public IpamPoolCidr(string name, IpamPoolCidrArgs args, CustomResourceOptions? opts = null)
    public IpamPoolCidr(String name, IpamPoolCidrArgs args)
    public IpamPoolCidr(String name, IpamPoolCidrArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:IpamPoolCidr
    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 IpamPoolCidrArgs
    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 IpamPoolCidrArgs
    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 IpamPoolCidrArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IpamPoolCidrArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IpamPoolCidrArgs
    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 ipamPoolCidrResource = new aws_native.ec2.IpamPoolCidr("ipamPoolCidrResource", {
        ipamPoolId: "string",
        cidr: "string",
        netmaskLength: 0,
    });
    
    Coming soon!
    

    IpamPoolCidr 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 IpamPoolCidr resource accepts the following input properties:

    IpamPoolId string
    Id of the IPAM Pool.
    Cidr string
    Represents a single IPv4 or IPv6 CIDR
    NetmaskLength int
    The desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
    IpamPoolId string
    Id of the IPAM Pool.
    Cidr string
    Represents a single IPv4 or IPv6 CIDR
    NetmaskLength int
    The desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
    ipamPoolId String
    Id of the IPAM Pool.
    cidr String
    Represents a single IPv4 or IPv6 CIDR
    netmaskLength Integer
    The desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
    ipamPoolId string
    Id of the IPAM Pool.
    cidr string
    Represents a single IPv4 or IPv6 CIDR
    netmaskLength number
    The desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
    ipam_pool_id str
    Id of the IPAM Pool.
    cidr str
    Represents a single IPv4 or IPv6 CIDR
    netmask_length int
    The desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.
    ipamPoolId String
    Id of the IPAM Pool.
    cidr String
    Represents a single IPv4 or IPv6 CIDR
    netmaskLength Number
    The desired netmask length of the provision. If set, IPAM will choose a block of free space with this size and return the CIDR representing it.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    IpamPoolCidrId string
    Id of the IPAM Pool Cidr.
    State string
    Provisioned state of the cidr.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpamPoolCidrId string
    Id of the IPAM Pool Cidr.
    State string
    Provisioned state of the cidr.
    id String
    The provider-assigned unique ID for this managed resource.
    ipamPoolCidrId String
    Id of the IPAM Pool Cidr.
    state String
    Provisioned state of the cidr.
    id string
    The provider-assigned unique ID for this managed resource.
    ipamPoolCidrId string
    Id of the IPAM Pool Cidr.
    state string
    Provisioned state of the cidr.
    id str
    The provider-assigned unique ID for this managed resource.
    ipam_pool_cidr_id str
    Id of the IPAM Pool Cidr.
    state str
    Provisioned state of the cidr.
    id String
    The provider-assigned unique ID for this managed resource.
    ipamPoolCidrId String
    Id of the IPAM Pool Cidr.
    state String
    Provisioned state of the cidr.

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi