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

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

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.ec2.getIpamAllocation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Resource Schema of AWS::EC2::IPAMAllocation Type

    Using getIpamAllocation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIpamAllocation(args: GetIpamAllocationArgs, opts?: InvokeOptions): Promise<GetIpamAllocationResult>
    function getIpamAllocationOutput(args: GetIpamAllocationOutputArgs, opts?: InvokeOptions): Output<GetIpamAllocationResult>
    def get_ipam_allocation(cidr: Optional[str] = None,
                            ipam_pool_allocation_id: Optional[str] = None,
                            ipam_pool_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetIpamAllocationResult
    def get_ipam_allocation_output(cidr: Optional[pulumi.Input[str]] = None,
                            ipam_pool_allocation_id: Optional[pulumi.Input[str]] = None,
                            ipam_pool_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetIpamAllocationResult]
    func LookupIpamAllocation(ctx *Context, args *LookupIpamAllocationArgs, opts ...InvokeOption) (*LookupIpamAllocationResult, error)
    func LookupIpamAllocationOutput(ctx *Context, args *LookupIpamAllocationOutputArgs, opts ...InvokeOption) LookupIpamAllocationResultOutput

    > Note: This function is named LookupIpamAllocation in the Go SDK.

    public static class GetIpamAllocation 
    {
        public static Task<GetIpamAllocationResult> InvokeAsync(GetIpamAllocationArgs args, InvokeOptions? opts = null)
        public static Output<GetIpamAllocationResult> Invoke(GetIpamAllocationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpamAllocationResult> getIpamAllocation(GetIpamAllocationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ec2:getIpamAllocation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Cidr string

    The CIDR you would like to allocate from the IPAM pool. Note the following:

    • If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
    • If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.

    Possible values: Any available IPv4 or IPv6 CIDR.

    IpamPoolAllocationId string
    Id of the allocation.
    IpamPoolId string
    Id of the IPAM Pool.
    Cidr string

    The CIDR you would like to allocate from the IPAM pool. Note the following:

    • If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
    • If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.

    Possible values: Any available IPv4 or IPv6 CIDR.

    IpamPoolAllocationId string
    Id of the allocation.
    IpamPoolId string
    Id of the IPAM Pool.
    cidr String

    The CIDR you would like to allocate from the IPAM pool. Note the following:

    • If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
    • If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.

    Possible values: Any available IPv4 or IPv6 CIDR.

    ipamPoolAllocationId String
    Id of the allocation.
    ipamPoolId String
    Id of the IPAM Pool.
    cidr string

    The CIDR you would like to allocate from the IPAM pool. Note the following:

    • If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
    • If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.

    Possible values: Any available IPv4 or IPv6 CIDR.

    ipamPoolAllocationId string
    Id of the allocation.
    ipamPoolId string
    Id of the IPAM Pool.
    cidr str

    The CIDR you would like to allocate from the IPAM pool. Note the following:

    • If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
    • If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.

    Possible values: Any available IPv4 or IPv6 CIDR.

    ipam_pool_allocation_id str
    Id of the allocation.
    ipam_pool_id str
    Id of the IPAM Pool.
    cidr String

    The CIDR you would like to allocate from the IPAM pool. Note the following:

    • If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.
    • If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.

    Possible values: Any available IPv4 or IPv6 CIDR.

    ipamPoolAllocationId String
    Id of the allocation.
    ipamPoolId String
    Id of the IPAM Pool.

    getIpamAllocation Result

    The following output properties are available:

    IpamPoolAllocationId string
    Id of the allocation.
    IpamPoolAllocationId string
    Id of the allocation.
    ipamPoolAllocationId String
    Id of the allocation.
    ipamPoolAllocationId string
    Id of the allocation.
    ipam_pool_allocation_id str
    Id of the allocation.
    ipamPoolAllocationId String
    Id of the allocation.

    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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi