1. Packages
  2. AWS Native
  3. API Docs
  4. ses
  5. getMailManagerAddonInstance

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.getMailManagerAddonInstance

Explore with Pulumi AI

aws-native logo

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::MailManagerAddonInstance Resource Type

    Using getMailManagerAddonInstance

    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 getMailManagerAddonInstance(args: GetMailManagerAddonInstanceArgs, opts?: InvokeOptions): Promise<GetMailManagerAddonInstanceResult>
    function getMailManagerAddonInstanceOutput(args: GetMailManagerAddonInstanceOutputArgs, opts?: InvokeOptions): Output<GetMailManagerAddonInstanceResult>
    def get_mail_manager_addon_instance(addon_instance_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetMailManagerAddonInstanceResult
    def get_mail_manager_addon_instance_output(addon_instance_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetMailManagerAddonInstanceResult]
    func LookupMailManagerAddonInstance(ctx *Context, args *LookupMailManagerAddonInstanceArgs, opts ...InvokeOption) (*LookupMailManagerAddonInstanceResult, error)
    func LookupMailManagerAddonInstanceOutput(ctx *Context, args *LookupMailManagerAddonInstanceOutputArgs, opts ...InvokeOption) LookupMailManagerAddonInstanceResultOutput

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

    public static class GetMailManagerAddonInstance 
    {
        public static Task<GetMailManagerAddonInstanceResult> InvokeAsync(GetMailManagerAddonInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetMailManagerAddonInstanceResult> Invoke(GetMailManagerAddonInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMailManagerAddonInstanceResult> getMailManagerAddonInstance(GetMailManagerAddonInstanceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ses:getMailManagerAddonInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AddonInstanceId string
    The unique ID of the Add On instance.
    AddonInstanceId string
    The unique ID of the Add On instance.
    addonInstanceId String
    The unique ID of the Add On instance.
    addonInstanceId string
    The unique ID of the Add On instance.
    addon_instance_id str
    The unique ID of the Add On instance.
    addonInstanceId String
    The unique ID of the Add On instance.

    getMailManagerAddonInstance Result

    The following output properties are available:

    AddonInstanceArn string
    The Amazon Resource Name (ARN) of the Add On instance.
    AddonInstanceId string
    The unique ID of the Add On instance.
    AddonName string
    The name of the Add On for the instance.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    AddonInstanceArn string
    The Amazon Resource Name (ARN) of the Add On instance.
    AddonInstanceId string
    The unique ID of the Add On instance.
    AddonName string
    The name of the Add On for the instance.
    Tags Tag
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addonInstanceArn String
    The Amazon Resource Name (ARN) of the Add On instance.
    addonInstanceId String
    The unique ID of the Add On instance.
    addonName String
    The name of the Add On for the instance.
    tags List<Tag>
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addonInstanceArn string
    The Amazon Resource Name (ARN) of the Add On instance.
    addonInstanceId string
    The unique ID of the Add On instance.
    addonName string
    The name of the Add On for the instance.
    tags Tag[]
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addon_instance_arn str
    The Amazon Resource Name (ARN) of the Add On instance.
    addon_instance_id str
    The unique ID of the Add On instance.
    addon_name str
    The name of the Add On for the instance.
    tags Sequence[root_Tag]
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addonInstanceArn String
    The Amazon Resource Name (ARN) of the Add On instance.
    addonInstanceId String
    The unique ID of the Add On instance.
    addonName String
    The name of the Add On for the instance.
    tags 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

    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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi