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
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:
- Addon
Subscription stringId - The unique ID of the Add On subscription.
- Addon
Subscription stringId - The unique ID of the Add On subscription.
- addon
Subscription StringId - The unique ID of the Add On subscription.
- addon
Subscription stringId - The unique ID of the Add On subscription.
- addon_
subscription_ strid - The unique ID of the Add On subscription.
- addon
Subscription StringId - The unique ID of the Add On subscription.
getMailManagerAddonSubscription Result
The following output properties are available:
- Addon
Subscription stringArn - The Amazon Resource Name (ARN) of the Add On subscription.
- Addon
Subscription stringId - The unique ID of the Add On subscription.
- 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"} }.
- Addon
Subscription stringArn - The Amazon Resource Name (ARN) of the Add On subscription.
- Addon
Subscription stringId - The unique ID of the Add On subscription.
- Tag
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Subscription StringArn - The Amazon Resource Name (ARN) of the Add On subscription.
- addon
Subscription StringId - The unique ID of the Add On subscription.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Subscription stringArn - The Amazon Resource Name (ARN) of the Add On subscription.
- addon
Subscription stringId - The unique ID of the Add On subscription.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon_
subscription_ strarn - The Amazon Resource Name (ARN) of the Add On subscription.
- addon_
subscription_ strid - The unique ID of the Add On subscription.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Subscription StringArn - The Amazon Resource Name (ARN) of the Add On subscription.
- addon
Subscription StringId - The unique ID of the Add On subscription.
- 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
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