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

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

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

    Using getMailManagerAddonSubscription

    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 getMailManagerAddonSubscription(args: GetMailManagerAddonSubscriptionArgs, opts?: InvokeOptions): Promise<GetMailManagerAddonSubscriptionResult>
    function getMailManagerAddonSubscriptionOutput(args: GetMailManagerAddonSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetMailManagerAddonSubscriptionResult>
    def get_mail_manager_addon_subscription(addon_subscription_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetMailManagerAddonSubscriptionResult
    def get_mail_manager_addon_subscription_output(addon_subscription_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetMailManagerAddonSubscriptionResult]
    func LookupMailManagerAddonSubscription(ctx *Context, args *LookupMailManagerAddonSubscriptionArgs, opts ...InvokeOption) (*LookupMailManagerAddonSubscriptionResult, error)
    func LookupMailManagerAddonSubscriptionOutput(ctx *Context, args *LookupMailManagerAddonSubscriptionOutputArgs, opts ...InvokeOption) LookupMailManagerAddonSubscriptionResultOutput

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

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

    The following arguments are supported:

    AddonSubscriptionId string
    The unique ID of the Add On subscription.
    AddonSubscriptionId string
    The unique ID of the Add On subscription.
    addonSubscriptionId String
    The unique ID of the Add On subscription.
    addonSubscriptionId string
    The unique ID of the Add On subscription.
    addon_subscription_id str
    The unique ID of the Add On subscription.
    addonSubscriptionId String
    The unique ID of the Add On subscription.

    getMailManagerAddonSubscription Result

    The following output properties are available:

    AddonSubscriptionArn string
    The Amazon Resource Name (ARN) of the Add On subscription.
    AddonSubscriptionId string
    The unique ID of the Add On subscription.
    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"} }.
    AddonSubscriptionArn string
    The Amazon Resource Name (ARN) of the Add On subscription.
    AddonSubscriptionId string
    The unique ID of the Add On subscription.
    Tags Tag
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addonSubscriptionArn String
    The Amazon Resource Name (ARN) of the Add On subscription.
    addonSubscriptionId String
    The unique ID of the Add On subscription.
    tags List<Tag>
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addonSubscriptionArn string
    The Amazon Resource Name (ARN) of the Add On subscription.
    addonSubscriptionId string
    The unique ID of the Add On subscription.
    tags Tag[]
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addon_subscription_arn str
    The Amazon Resource Name (ARN) of the Add On subscription.
    addon_subscription_id str
    The unique ID of the Add On subscription.
    tags Sequence[root_Tag]
    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    addonSubscriptionArn String
    The Amazon Resource Name (ARN) of the Add On subscription.
    addonSubscriptionId String
    The unique ID of the Add On subscription.
    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