1. Packages
  2. AWS Native
  3. API Docs
  4. ses
  5. getDedicatedIpPool

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.ses.getDedicatedIpPool

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 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:

    PoolName string
    The name of the dedicated IP pool.
    PoolName string
    The name of the dedicated IP pool.
    poolName String
    The name of the dedicated IP pool.
    poolName string
    The name of the dedicated IP pool.
    pool_name str
    The name of the dedicated IP pool.
    poolName String
    The name of the dedicated IP pool.

    getDedicatedIpPool Result

    The following output properties are available:

    ScalingMode string
    Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
    ScalingMode string
    Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
    scalingMode String
    Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD.
    scalingMode 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.
    scalingMode 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi