aws.ec2.getCoipPools
Explore with Pulumi AI
Provides information for multiple EC2 Customer-Owned IP Pools, such as their identifiers.
Using getCoipPools
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 getCoipPools(args: GetCoipPoolsArgs, opts?: InvokeOptions): Promise<GetCoipPoolsResult>
function getCoipPoolsOutput(args: GetCoipPoolsOutputArgs, opts?: InvokeOptions): Output<GetCoipPoolsResult>
def get_coip_pools(filters: Optional[Sequence[GetCoipPoolsFilter]] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetCoipPoolsResult
def get_coip_pools_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCoipPoolsFilterArgs]]]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCoipPoolsResult]
func GetCoipPools(ctx *Context, args *GetCoipPoolsArgs, opts ...InvokeOption) (*GetCoipPoolsResult, error)
func GetCoipPoolsOutput(ctx *Context, args *GetCoipPoolsOutputArgs, opts ...InvokeOption) GetCoipPoolsResultOutput
> Note: This function is named GetCoipPools
in the Go SDK.
public static class GetCoipPools
{
public static Task<GetCoipPoolsResult> InvokeAsync(GetCoipPoolsArgs args, InvokeOptions? opts = null)
public static Output<GetCoipPoolsResult> Invoke(GetCoipPoolsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCoipPoolsResult> getCoipPools(GetCoipPoolsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:ec2/getCoipPools:getCoipPools
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Coip Pools Filter> Custom filter block as described below.
More complex filters can be expressed using one or more
filter
sub-blocks, which take the following arguments:- Dictionary<string, string>
- Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
- Filters
[]Get
Coip Pools Filter Custom filter block as described below.
More complex filters can be expressed using one or more
filter
sub-blocks, which take the following arguments:- map[string]string
- Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
- filters
List<Get
Coip Pools Filter> Custom filter block as described below.
More complex filters can be expressed using one or more
filter
sub-blocks, which take the following arguments:- Map<String,String>
- Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
- filters
Get
Coip Pools Filter[] Custom filter block as described below.
More complex filters can be expressed using one or more
filter
sub-blocks, which take the following arguments:- {[key: string]: string}
- Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
- filters
Sequence[Get
Coip Pools Filter] Custom filter block as described below.
More complex filters can be expressed using one or more
filter
sub-blocks, which take the following arguments:- Mapping[str, str]
- Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
- filters List<Property Map>
Custom filter block as described below.
More complex filters can be expressed using one or more
filter
sub-blocks, which take the following arguments:- Map<String>
- Mapping of tags, each pair of which must exactly match a pair on the desired aws_ec2_coip_pools.
getCoipPools Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Ids List<string> - Set of COIP Pool Identifiers
- Filters
List<Get
Coip Pools Filter> - Dictionary<string, string>
- Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Ids []string - Set of COIP Pool Identifiers
- Filters
[]Get
Coip Pools Filter - map[string]string
- id String
- The provider-assigned unique ID for this managed resource.
- pool
Ids List<String> - Set of COIP Pool Identifiers
- filters
List<Get
Coip Pools Filter> - Map<String,String>
- id string
- The provider-assigned unique ID for this managed resource.
- pool
Ids string[] - Set of COIP Pool Identifiers
- filters
Get
Coip Pools Filter[] - {[key: string]: string}
- id str
- The provider-assigned unique ID for this managed resource.
- pool_
ids Sequence[str] - Set of COIP Pool Identifiers
- filters
Sequence[Get
Coip Pools Filter] - Mapping[str, str]
- id String
- The provider-assigned unique ID for this managed resource.
- pool
Ids List<String> - Set of COIP Pool Identifiers
- filters List<Property Map>
- Map<String>
Supporting Types
GetCoipPoolsFilter
- Name string
- Name of the field to filter by, as defined by the underlying AWS API.
- Values List<string>
- Set of values that are accepted for the given field. A COIP Pool will be selected if any one of the given values matches.
- Name string
- Name of the field to filter by, as defined by the underlying AWS API.
- Values []string
- Set of values that are accepted for the given field. A COIP Pool will be selected if any one of the given values matches.
- name String
- Name of the field to filter by, as defined by the underlying AWS API.
- values List<String>
- Set of values that are accepted for the given field. A COIP Pool will be selected if any one of the given values matches.
- name string
- Name of the field to filter by, as defined by the underlying AWS API.
- values string[]
- Set of values that are accepted for the given field. A COIP Pool will be selected if any one of the given values matches.
- name str
- Name of the field to filter by, as defined by the underlying AWS API.
- values Sequence[str]
- Set of values that are accepted for the given field. A COIP Pool will be selected if any one of the given values matches.
- name String
- Name of the field to filter by, as defined by the underlying AWS API.
- values List<String>
- Set of values that are accepted for the given field. A COIP Pool will be selected if any one of the given values matches.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.