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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.ec2.getIpamPoolCidr

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Schema of AWS::EC2::IPAMPoolCidr Type

    Using getIpamPoolCidr

    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 getIpamPoolCidr(args: GetIpamPoolCidrArgs, opts?: InvokeOptions): Promise<GetIpamPoolCidrResult>
    function getIpamPoolCidrOutput(args: GetIpamPoolCidrOutputArgs, opts?: InvokeOptions): Output<GetIpamPoolCidrResult>
    def get_ipam_pool_cidr(ipam_pool_cidr_id: Optional[str] = None,
                           ipam_pool_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetIpamPoolCidrResult
    def get_ipam_pool_cidr_output(ipam_pool_cidr_id: Optional[pulumi.Input[str]] = None,
                           ipam_pool_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetIpamPoolCidrResult]
    func LookupIpamPoolCidr(ctx *Context, args *LookupIpamPoolCidrArgs, opts ...InvokeOption) (*LookupIpamPoolCidrResult, error)
    func LookupIpamPoolCidrOutput(ctx *Context, args *LookupIpamPoolCidrOutputArgs, opts ...InvokeOption) LookupIpamPoolCidrResultOutput

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

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

    The following arguments are supported:

    IpamPoolCidrId string
    Id of the IPAM Pool Cidr.
    IpamPoolId string
    Id of the IPAM Pool.
    IpamPoolCidrId string
    Id of the IPAM Pool Cidr.
    IpamPoolId string
    Id of the IPAM Pool.
    ipamPoolCidrId String
    Id of the IPAM Pool Cidr.
    ipamPoolId String
    Id of the IPAM Pool.
    ipamPoolCidrId string
    Id of the IPAM Pool Cidr.
    ipamPoolId string
    Id of the IPAM Pool.
    ipam_pool_cidr_id str
    Id of the IPAM Pool Cidr.
    ipam_pool_id str
    Id of the IPAM Pool.
    ipamPoolCidrId String
    Id of the IPAM Pool Cidr.
    ipamPoolId String
    Id of the IPAM Pool.

    getIpamPoolCidr Result

    The following output properties are available:

    IpamPoolCidrId string
    Id of the IPAM Pool Cidr.
    State string
    Provisioned state of the cidr.
    IpamPoolCidrId string
    Id of the IPAM Pool Cidr.
    State string
    Provisioned state of the cidr.
    ipamPoolCidrId String
    Id of the IPAM Pool Cidr.
    state String
    Provisioned state of the cidr.
    ipamPoolCidrId string
    Id of the IPAM Pool Cidr.
    state string
    Provisioned state of the cidr.
    ipam_pool_cidr_id str
    Id of the IPAM Pool Cidr.
    state str
    Provisioned state of the cidr.
    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi