We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.ses.getMailManagerAddressList
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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 dictionaryThe following arguments are supported:
- Address
List stringId - The identifier of the address list.
- Address
List stringId - The identifier of the address list.
- address
List StringId - The identifier of the address list.
- address
List stringId - The identifier of the address list.
- address_
list_ strid - The identifier of the address list.
- address
List StringId - The identifier of the address list.
getMailManagerAddressList Result
The following output properties are available:
- Address
List stringArn - The Amazon Resource Name (ARN) of the address list.
- Address
List stringId - The identifier of the address list.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Address
List stringArn - The Amazon Resource Name (ARN) of the address list.
- Address
List stringId - The identifier of the address list.
- Tag
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address
List StringArn - The Amazon Resource Name (ARN) of the address list.
- address
List StringId - The identifier of the address list.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address
List stringArn - The Amazon Resource Name (ARN) of the address list.
- address
List stringId - The identifier of the address list.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address_
list_ strarn - The Amazon Resource Name (ARN) of the address list.
- address_
list_ strid - The identifier of the address list.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address
List StringArn - The Amazon Resource Name (ARN) of the address list.
- address
List StringId - The identifier of the address list.
- List<Property Map>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
