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
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:
- Address
List stringId
- Address
List stringId
- address
List StringId
- address
List stringId
- address_
list_ strid
- address
List StringId
getMailManagerAddressList Result
The following output properties are available:
- Address
List stringArn - Address
List stringId - Tag
- address
List StringArn - address
List StringId - List<Tag>
- address
List stringArn - address
List stringId - Tag[]
- address
List StringArn - address
List StringId - List<Property Map>
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.30.0 published on Monday, Jun 16, 2025 by Pulumi