We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.ses.getDedicatedIpPool
Start a Neo task
Explain and create an aws-native.ses.getDedicatedIpPool resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::SES::DedicatedIpPool
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,
opts: Optional[InvokeOptions] = None) -> GetDedicatedIpPoolResult
def get_dedicated_ip_pool_output(pool_name: Optional[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-native:ses:getDedicatedIpPool
arguments:
# arguments dictionaryThe following arguments are supported:
- Pool
Name string - The name of the dedicated IP pool.
- Pool
Name string - The name of the dedicated IP pool.
- pool
Name String - The name of the dedicated IP pool.
- pool
Name string - The name of the dedicated IP pool.
- pool_
name str - The name of the dedicated IP pool.
- pool
Name String - The name of the dedicated IP pool.
getDedicatedIpPool Result
The following output properties are available:
- Scaling
Mode string - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags (keys and values) associated with the dedicated IP pool.
- Scaling
Mode string - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- Tag
- The tags (keys and values) associated with the dedicated IP pool.
- scaling
Mode String - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- List<Tag>
- The tags (keys and values) associated with the dedicated IP pool.
- scaling
Mode string - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- Tag[]
- The tags (keys and values) associated with the dedicated IP pool.
- scaling_
mode str - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- Sequence[root_Tag]
- The tags (keys and values) associated with the dedicated IP pool.
- scaling
Mode String - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- List<Property Map>
- The tags (keys and values) associated with the dedicated IP pool.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
