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.getIpamPoolCidr
Explore with Pulumi AI
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::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:
- Ipam
Pool stringCidr Id - Id of the IPAM Pool Cidr.
- Ipam
Pool stringId - Id of the IPAM Pool.
- Ipam
Pool stringCidr Id - Id of the IPAM Pool Cidr.
- Ipam
Pool stringId - Id of the IPAM Pool.
- ipam
Pool StringCidr Id - Id of the IPAM Pool Cidr.
- ipam
Pool StringId - Id of the IPAM Pool.
- ipam
Pool stringCidr Id - Id of the IPAM Pool Cidr.
- ipam
Pool stringId - Id of the IPAM Pool.
- ipam_
pool_ strcidr_ id - Id of the IPAM Pool Cidr.
- ipam_
pool_ strid - Id of the IPAM Pool.
- ipam
Pool StringCidr Id - Id of the IPAM Pool Cidr.
- ipam
Pool StringId - Id of the IPAM Pool.
getIpamPoolCidr Result
The following output properties are available:
- Ipam
Pool stringCidr Id - Id of the IPAM Pool Cidr.
- State string
- Provisioned state of the cidr.
- Ipam
Pool stringCidr Id - Id of the IPAM Pool Cidr.
- State string
- Provisioned state of the cidr.
- ipam
Pool StringCidr Id - Id of the IPAM Pool Cidr.
- state String
- Provisioned state of the cidr.
- ipam
Pool stringCidr Id - Id of the IPAM Pool Cidr.
- state string
- Provisioned state of the cidr.
- ipam_
pool_ strcidr_ id - Id of the IPAM Pool Cidr.
- state str
- Provisioned state of the cidr.
- ipam
Pool StringCidr Id - 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi