1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ses
  5. getMailManagerAddressList

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.ses.getMailManagerAddressList

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Definition of AWS::SES::MailManagerAddressList Resource Type

    Using getMailManagerAddressList

    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 getMailManagerAddressList(args: GetMailManagerAddressListArgs, opts?: InvokeOptions): Promise<GetMailManagerAddressListResult>
    function getMailManagerAddressListOutput(args: GetMailManagerAddressListOutputArgs, opts?: InvokeOptions): Output<GetMailManagerAddressListResult>
    def get_mail_manager_address_list(address_list_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetMailManagerAddressListResult
    def get_mail_manager_address_list_output(address_list_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetMailManagerAddressListResult]
    func LookupMailManagerAddressList(ctx *Context, args *LookupMailManagerAddressListArgs, opts ...InvokeOption) (*LookupMailManagerAddressListResult, error)
    func LookupMailManagerAddressListOutput(ctx *Context, args *LookupMailManagerAddressListOutputArgs, opts ...InvokeOption) LookupMailManagerAddressListResultOutput

    > Note: This function is named LookupMailManagerAddressList in the Go SDK.

    public static class GetMailManagerAddressList 
    {
        public static Task<GetMailManagerAddressListResult> InvokeAsync(GetMailManagerAddressListArgs args, InvokeOptions? opts = null)
        public static Output<GetMailManagerAddressListResult> Invoke(GetMailManagerAddressListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMailManagerAddressListResult> getMailManagerAddressList(GetMailManagerAddressListArgs args, InvokeOptions options)
    public static Output<GetMailManagerAddressListResult> getMailManagerAddressList(GetMailManagerAddressListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:ses:getMailManagerAddressList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getMailManagerAddressList Result

    The following output properties are available:

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi