We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ses.getDedicatedIpPool
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ses:getDedicatedIpPool
arguments:
# arguments dictionary
The 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.
- Scaling
Mode string - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- scaling
Mode String - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- scaling
Mode string - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- scaling_
mode str - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
- scaling
Mode String - Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi