Try AWS Native preview for resources not in the classic version.
aws.ec2.getCoipPool
Explore with Pulumi AI
Try AWS Native preview for resources not in the classic version.
Provides details about a specific EC2 Customer-Owned IP Pool.
This data source can prove useful when a module accepts a coip pool id as an input variable and needs to, for example, determine the CIDR block of that COIP Pool.
Example Usage
The following example returns a specific coip pool ID
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.ec2.Ec2Functions;
import com.pulumi.aws.ec2.inputs.GetCoipPoolArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var config = ctx.config();
        final var coipPoolId = config.get("coipPoolId");
        final var selected = Ec2Functions.getCoipPool(GetCoipPoolArgs.builder()
            .id(coipPoolId)
            .build());
    }
}
configuration:
  coipPoolId:
    type: dynamic
variables:
  selected:
    fn::invoke:
      Function: aws:ec2:getCoipPool
      Arguments:
        id: ${coipPoolId}
Using getCoipPool
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 getCoipPool(args: GetCoipPoolArgs, opts?: InvokeOptions): Promise<GetCoipPoolResult>
function getCoipPoolOutput(args: GetCoipPoolOutputArgs, opts?: InvokeOptions): Output<GetCoipPoolResult>def get_coip_pool(filters: Optional[Sequence[GetCoipPoolFilter]] = None,
                  local_gateway_route_table_id: Optional[str] = None,
                  pool_id: Optional[str] = None,
                  tags: Optional[Mapping[str, str]] = None,
                  opts: Optional[InvokeOptions] = None) -> GetCoipPoolResult
def get_coip_pool_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCoipPoolFilterArgs]]]] = None,
                  local_gateway_route_table_id: Optional[pulumi.Input[str]] = None,
                  pool_id: Optional[pulumi.Input[str]] = None,
                  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetCoipPoolResult]func GetCoipPool(ctx *Context, args *GetCoipPoolArgs, opts ...InvokeOption) (*GetCoipPoolResult, error)
func GetCoipPoolOutput(ctx *Context, args *GetCoipPoolOutputArgs, opts ...InvokeOption) GetCoipPoolResultOutput> Note: This function is named GetCoipPool in the Go SDK.
public static class GetCoipPool 
{
    public static Task<GetCoipPoolResult> InvokeAsync(GetCoipPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetCoipPoolResult> Invoke(GetCoipPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCoipPoolResult> getCoipPool(GetCoipPoolArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws:ec2/getCoipPool:getCoipPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Filters
List<Get
Coip Pool Filter>  - Local
Gateway stringRoute Table Id  - Local Gateway Route Table Id assigned to desired COIP Pool
 - Pool
Id string - ID of the specific COIP Pool to retrieve.
 - Dictionary<string, string>
 Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool.
More complex filters can be expressed using one or more
filtersub-blocks, which take the following arguments:
- Filters
[]Get
Coip Pool Filter  - Local
Gateway stringRoute Table Id  - Local Gateway Route Table Id assigned to desired COIP Pool
 - Pool
Id string - ID of the specific COIP Pool to retrieve.
 - map[string]string
 Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool.
More complex filters can be expressed using one or more
filtersub-blocks, which take the following arguments:
- filters
List<Get
Coip Pool Filter>  - local
Gateway StringRoute Table Id  - Local Gateway Route Table Id assigned to desired COIP Pool
 - pool
Id String - ID of the specific COIP Pool to retrieve.
 - Map<String,String>
 Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool.
More complex filters can be expressed using one or more
filtersub-blocks, which take the following arguments:
- filters
Get
Coip Pool Filter[]  - local
Gateway stringRoute Table Id  - Local Gateway Route Table Id assigned to desired COIP Pool
 - pool
Id string - ID of the specific COIP Pool to retrieve.
 - {[key: string]: string}
 Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool.
More complex filters can be expressed using one or more
filtersub-blocks, which take the following arguments:
- filters
Sequence[Get
Coip Pool Filter]  - local_
gateway_ strroute_ table_ id  - Local Gateway Route Table Id assigned to desired COIP Pool
 - pool_
id str - ID of the specific COIP Pool to retrieve.
 - Mapping[str, str]
 Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool.
More complex filters can be expressed using one or more
filtersub-blocks, which take the following arguments:
- filters List<Property Map>
 - local
Gateway StringRoute Table Id  - Local Gateway Route Table Id assigned to desired COIP Pool
 - pool
Id String - ID of the specific COIP Pool to retrieve.
 - Map<String>
 Mapping of tags, each pair of which must exactly match a pair on the desired COIP Pool.
More complex filters can be expressed using one or more
filtersub-blocks, which take the following arguments:
getCoipPool Result
The following output properties are available:
- Arn string
 - ARN of the COIP pool
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Local
Gateway stringRoute Table Id  - Pool
Cidrs List<string> - Set of CIDR blocks in pool
 - Pool
Id string - Dictionary<string, string>
 - Filters
List<Get
Coip Pool Filter>  
- Arn string
 - ARN of the COIP pool
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Local
Gateway stringRoute Table Id  - Pool
Cidrs []string - Set of CIDR blocks in pool
 - Pool
Id string - map[string]string
 - Filters
[]Get
Coip Pool Filter  
- arn String
 - ARN of the COIP pool
 - id String
 - The provider-assigned unique ID for this managed resource.
 - local
Gateway StringRoute Table Id  - pool
Cidrs List<String> - Set of CIDR blocks in pool
 - pool
Id String - Map<String,String>
 - filters
List<Get
Coip Pool Filter>  
- arn string
 - ARN of the COIP pool
 - id string
 - The provider-assigned unique ID for this managed resource.
 - local
Gateway stringRoute Table Id  - pool
Cidrs string[] - Set of CIDR blocks in pool
 - pool
Id string - {[key: string]: string}
 - filters
Get
Coip Pool Filter[]  
- arn str
 - ARN of the COIP pool
 - id str
 - The provider-assigned unique ID for this managed resource.
 - local_
gateway_ strroute_ table_ id  - pool_
cidrs Sequence[str] - Set of CIDR blocks in pool
 - pool_
id str - Mapping[str, str]
 - filters
Sequence[Get
Coip Pool Filter]  
- arn String
 - ARN of the COIP pool
 - id String
 - The provider-assigned unique ID for this managed resource.
 - local
Gateway StringRoute Table Id  - pool
Cidrs List<String> - Set of CIDR blocks in pool
 - pool
Id String - Map<String>
 - filters List<Property Map>
 
Supporting Types
GetCoipPoolFilter   
- 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 
awsTerraform Provider. 
Try AWS Native preview for resources not in the classic version.