AWS v7.10.0 published on Friday, Oct 24, 2025 by Pulumi
aws.sesv2.getDedicatedIpPool
Data source for managing an AWS SESv2 (Simple Email V2) Dedicated IP Pool.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.sesv2.getDedicatedIpPool({
poolName: "my-pool",
});
import pulumi
import pulumi_aws as aws
example = aws.sesv2.get_dedicated_ip_pool(pool_name="my-pool")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/sesv2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sesv2.LookupDedicatedIpPool(ctx, &sesv2.LookupDedicatedIpPoolArgs{
PoolName: "my-pool",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = Aws.SesV2.GetDedicatedIpPool.Invoke(new()
{
PoolName = "my-pool",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.sesv2.Sesv2Functions;
import com.pulumi.aws.sesv2.inputs.GetDedicatedIpPoolArgs;
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 example = Sesv2Functions.getDedicatedIpPool(GetDedicatedIpPoolArgs.builder()
.poolName("my-pool")
.build());
}
}
variables:
example:
fn::invoke:
function: aws:sesv2:getDedicatedIpPool
arguments:
poolName: my-pool
Using getDedicatedIpPool
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 getDedicatedIpPool(args: GetDedicatedIpPoolArgs, opts?: InvokeOptions): Promise<GetDedicatedIpPoolResult>
function getDedicatedIpPoolOutput(args: GetDedicatedIpPoolOutputArgs, opts?: InvokeOptions): Output<GetDedicatedIpPoolResult>def get_dedicated_ip_pool(pool_name: Optional[str] = None,
region: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetDedicatedIpPoolResult
def get_dedicated_ip_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedIpPoolResult]func LookupDedicatedIpPool(ctx *Context, args *LookupDedicatedIpPoolArgs, opts ...InvokeOption) (*LookupDedicatedIpPoolResult, error)
func LookupDedicatedIpPoolOutput(ctx *Context, args *LookupDedicatedIpPoolOutputArgs, opts ...InvokeOption) LookupDedicatedIpPoolResultOutput> Note: This function is named LookupDedicatedIpPool in the Go SDK.
public static class GetDedicatedIpPool
{
public static Task<GetDedicatedIpPoolResult> InvokeAsync(GetDedicatedIpPoolArgs args, InvokeOptions? opts = null)
public static Output<GetDedicatedIpPoolResult> Invoke(GetDedicatedIpPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDedicatedIpPoolResult> getDedicatedIpPool(GetDedicatedIpPoolArgs args, InvokeOptions options)
public static Output<GetDedicatedIpPoolResult> getDedicatedIpPool(GetDedicatedIpPoolArgs args, InvokeOptions options)
fn::invoke:
function: aws:sesv2/getDedicatedIpPool:getDedicatedIpPool
arguments:
# arguments dictionaryThe following arguments are supported:
getDedicatedIpPool Result
The following output properties are available:
- Arn string
- ARN of the Dedicated IP Pool.
- Dedicated
Ips List<GetDedicated Ip Pool Dedicated Ip> - A list of objects describing the pool's dedicated IP's. See
dedicated_ips. - Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Name string - Region string
- Scaling
Mode string - (Optional) IP pool scaling mode. Valid values:
STANDARD,MANAGED. - Dictionary<string, string>
- A map of tags attached to the pool.
- Arn string
- ARN of the Dedicated IP Pool.
- Dedicated
Ips []GetDedicated Ip Pool Dedicated Ip - A list of objects describing the pool's dedicated IP's. See
dedicated_ips. - Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Name string - Region string
- Scaling
Mode string - (Optional) IP pool scaling mode. Valid values:
STANDARD,MANAGED. - map[string]string
- A map of tags attached to the pool.
- arn String
- ARN of the Dedicated IP Pool.
- dedicated
Ips List<GetDedicated Ip Pool Dedicated Ip> - A list of objects describing the pool's dedicated IP's. See
dedicated_ips. - id String
- The provider-assigned unique ID for this managed resource.
- pool
Name String - region String
- scaling
Mode String - (Optional) IP pool scaling mode. Valid values:
STANDARD,MANAGED. - Map<String,String>
- A map of tags attached to the pool.
- arn string
- ARN of the Dedicated IP Pool.
- dedicated
Ips GetDedicated Ip Pool Dedicated Ip[] - A list of objects describing the pool's dedicated IP's. See
dedicated_ips. - id string
- The provider-assigned unique ID for this managed resource.
- pool
Name string - region string
- scaling
Mode string - (Optional) IP pool scaling mode. Valid values:
STANDARD,MANAGED. - {[key: string]: string}
- A map of tags attached to the pool.
- arn str
- ARN of the Dedicated IP Pool.
- dedicated_
ips Sequence[GetDedicated Ip Pool Dedicated Ip] - A list of objects describing the pool's dedicated IP's. See
dedicated_ips. - id str
- The provider-assigned unique ID for this managed resource.
- pool_
name str - region str
- scaling_
mode str - (Optional) IP pool scaling mode. Valid values:
STANDARD,MANAGED. - Mapping[str, str]
- A map of tags attached to the pool.
- arn String
- ARN of the Dedicated IP Pool.
- dedicated
Ips List<Property Map> - A list of objects describing the pool's dedicated IP's. See
dedicated_ips. - id String
- The provider-assigned unique ID for this managed resource.
- pool
Name String - region String
- scaling
Mode String - (Optional) IP pool scaling mode. Valid values:
STANDARD,MANAGED. - Map<String>
- A map of tags attached to the pool.
Supporting Types
GetDedicatedIpPoolDedicatedIp
- Ip string
- IPv4 address.
- Warmup
Percentage int - Indicates how complete the dedicated IP warm-up process is. When this value equals
1, the address has completed the warm-up process and is ready for use. - Warmup
Status string - The warm-up status of a dedicated IP address. Valid values:
IN_PROGRESS,DONE.
- Ip string
- IPv4 address.
- Warmup
Percentage int - Indicates how complete the dedicated IP warm-up process is. When this value equals
1, the address has completed the warm-up process and is ready for use. - Warmup
Status string - The warm-up status of a dedicated IP address. Valid values:
IN_PROGRESS,DONE.
- ip String
- IPv4 address.
- warmup
Percentage Integer - Indicates how complete the dedicated IP warm-up process is. When this value equals
1, the address has completed the warm-up process and is ready for use. - warmup
Status String - The warm-up status of a dedicated IP address. Valid values:
IN_PROGRESS,DONE.
- ip string
- IPv4 address.
- warmup
Percentage number - Indicates how complete the dedicated IP warm-up process is. When this value equals
1, the address has completed the warm-up process and is ready for use. - warmup
Status string - The warm-up status of a dedicated IP address. Valid values:
IN_PROGRESS,DONE.
- ip str
- IPv4 address.
- warmup_
percentage int - Indicates how complete the dedicated IP warm-up process is. When this value equals
1, the address has completed the warm-up process and is ready for use. - warmup_
status str - The warm-up status of a dedicated IP address. Valid values:
IN_PROGRESS,DONE.
- ip String
- IPv4 address.
- warmup
Percentage Number - Indicates how complete the dedicated IP warm-up process is. When this value equals
1, the address has completed the warm-up process and is ready for use. - warmup
Status String - The warm-up status of a dedicated IP address. Valid values:
IN_PROGRESS,DONE.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.
