We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ses.getMailManagerArchive
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ses:getMailManagerArchive
arguments:
# arguments dictionary
The following arguments are supported:
- Archive
Id string - The unique identifier of the archive.
- Archive
Id string - The unique identifier of the archive.
- archive
Id String - The unique identifier of the archive.
- archive
Id string - The unique identifier of the archive.
- archive_
id str - The unique identifier of the archive.
- archive
Id String - The unique identifier of the archive.
getMailManagerArchive Result
The following output properties are available:
- Archive
Arn string - The Amazon Resource Name (ARN) of the archive.
- Archive
Id string - The unique identifier of the archive.
- Archive
Name string - A unique name for the new archive.
- Archive
State 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"} }.
- Archive
Arn string - The Amazon Resource Name (ARN) of the archive.
- Archive
Id string - The unique identifier of the archive.
- Archive
Name string - 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
Mail
Manager 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 String - The Amazon Resource Name (ARN) of the archive.
- archive
Id String - The unique identifier of the archive.
- archive
Name String - 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
Mail
Manager 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"} }.
- archive
Arn string - The Amazon Resource Name (ARN) of the archive.
- archive
Id string - The unique identifier of the archive.
- archive
Name string - 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
Mail
Manager 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
Mail
Manager 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"} }.
- archive
Arn String - The Amazon Resource Name (ARN) of the archive.
- archive
Id String - The unique identifier of the archive.
- archive
Name String - A unique name for the new archive.
- archive
State "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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi