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.getMailManagerArchive
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::MailManagerArchive Resource Type
Using getMailManagerArchive
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 getMailManagerArchive(args: GetMailManagerArchiveArgs, opts?: InvokeOptions): Promise<GetMailManagerArchiveResult>
function getMailManagerArchiveOutput(args: GetMailManagerArchiveOutputArgs, opts?: InvokeOptions): Output<GetMailManagerArchiveResult>def get_mail_manager_archive(archive_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetMailManagerArchiveResult
def get_mail_manager_archive_output(archive_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetMailManagerArchiveResult]func LookupMailManagerArchive(ctx *Context, args *LookupMailManagerArchiveArgs, opts ...InvokeOption) (*LookupMailManagerArchiveResult, error)
func LookupMailManagerArchiveOutput(ctx *Context, args *LookupMailManagerArchiveOutputArgs, opts ...InvokeOption) LookupMailManagerArchiveResultOutput> Note: This function is named LookupMailManagerArchive in the Go SDK.
public static class GetMailManagerArchive 
{
    public static Task<GetMailManagerArchiveResult> InvokeAsync(GetMailManagerArchiveArgs args, InvokeOptions? opts = null)
    public static Output<GetMailManagerArchiveResult> Invoke(GetMailManagerArchiveInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMailManagerArchiveResult> getMailManagerArchive(GetMailManagerArchiveArgs args, InvokeOptions options)
public static Output<GetMailManagerArchiveResult> getMailManagerArchive(GetMailManagerArchiveArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ses:getMailManagerArchive
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ArchiveId string
- The unique identifier of the archive.
- ArchiveId string
- The unique identifier of the archive.
- archiveId String
- The unique identifier of the archive.
- archiveId string
- The unique identifier of the archive.
- archive_id str
- The unique identifier of the archive.
- archiveId String
- The unique identifier of the archive.
getMailManagerArchive Result
The following output properties are available:
- ArchiveArn string
- The Amazon Resource Name (ARN) of the archive.
- ArchiveId string
- The unique identifier of the archive.
- ArchiveName string
- A unique name for the new archive.
- ArchiveState Pulumi.Aws Native. Ses. Mail Manager Archive Archive State 
- The current state of the archive:- ACTIVE– The archive is ready and available for use.
- PENDING_DELETION– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
 
- Retention
Pulumi.Aws Native. Ses. Outputs. Mail Manager Archive Archive Retention Properties 
- The period for retaining emails in the archive before automatic deletion.
- 
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"} }.
- ArchiveArn string
- The Amazon Resource Name (ARN) of the archive.
- ArchiveId string
- The unique identifier of the archive.
- ArchiveName string
- A unique name for the new archive.
- ArchiveState MailManager Archive Archive State 
- The current state of the archive:- ACTIVE– The archive is ready and available for use.
- PENDING_DELETION– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
 
- Retention
MailManager Archive Archive Retention Properties 
- The period for retaining emails in the archive before automatic deletion.
- Tag
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- archiveArn String
- The Amazon Resource Name (ARN) of the archive.
- archiveId String
- The unique identifier of the archive.
- archiveName String
- A unique name for the new archive.
- archiveState MailManager Archive Archive State 
- The current state of the archive:- ACTIVE– The archive is ready and available for use.
- PENDING_DELETION– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
 
- retention
MailManager Archive Archive Retention Properties 
- The period for retaining emails in the archive before automatic deletion.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- archiveArn string
- The Amazon Resource Name (ARN) of the archive.
- archiveId string
- The unique identifier of the archive.
- archiveName string
- A unique name for the new archive.
- archiveState MailManager Archive Archive State 
- The current state of the archive:- ACTIVE– The archive is ready and available for use.
- PENDING_DELETION– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
 
- retention
MailManager Archive Archive Retention Properties 
- The period for retaining emails in the archive before automatic deletion.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- archive_arn str
- The Amazon Resource Name (ARN) of the archive.
- archive_id str
- The unique identifier of the archive.
- archive_name str
- A unique name for the new archive.
- archive_state MailManager Archive Archive State 
- The current state of the archive:- ACTIVE– The archive is ready and available for use.
- PENDING_DELETION– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
 
- retention
MailManager Archive Archive Retention Properties 
- The period for retaining emails in the archive before automatic deletion.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- archiveArn String
- The Amazon Resource Name (ARN) of the archive.
- archiveId String
- The unique identifier of the archive.
- archiveName String
- A unique name for the new archive.
- archiveState "ACTIVE" | "PENDING_DELETION"
- The current state of the archive:- ACTIVE– The archive is ready and available for use.
- PENDING_DELETION– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
 
- retention Property Map
- The period for retaining emails in the archive before automatic deletion.
- List<Property Map>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Supporting Types
MailManagerArchiveArchiveRetentionProperties     
MailManagerArchiveArchiveState    
MailManagerArchiveRetentionPeriod    
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
