We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.ses.getMailManagerAddonInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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:
- Addon
Instance stringId - The unique ID of the Add On instance.
- Addon
Instance stringId - The unique ID of the Add On instance.
- addon
Instance StringId - The unique ID of the Add On instance.
- addon
Instance stringId - The unique ID of the Add On instance.
- addon_
instance_ strid - The unique ID of the Add On instance.
- addon
Instance StringId - The unique ID of the Add On instance.
getMailManagerAddonInstance Result
The following output properties are available:
- Addon
Instance stringArn - The Amazon Resource Name (ARN) of the Add On instance.
- Addon
Instance stringId - The unique ID of the Add On instance.
- Addon
Name string - The name of the Add On for the instance.
- 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
Instance stringArn - The Amazon Resource Name (ARN) of the Add On instance.
- Addon
Instance stringId - The unique ID of the Add On instance.
- Addon
Name string - The name of the Add On for the instance.
- Tag
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Instance StringArn - The Amazon Resource Name (ARN) of the Add On instance.
- addon
Instance StringId - The unique ID of the Add On instance.
- addon
Name String - The name of the Add On for the instance.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Instance stringArn - The Amazon Resource Name (ARN) of the Add On instance.
- addon
Instance stringId - The unique ID of the Add On instance.
- addon
Name string - The name of the Add On for the instance.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon_
instance_ strarn - The Amazon Resource Name (ARN) of the Add On instance.
- addon_
instance_ strid - The unique ID of the Add On instance.
- addon_
name str - The name of the Add On for the instance.
- Sequence[root_Tag]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Instance StringArn - The Amazon Resource Name (ARN) of the Add On instance.
- addon
Instance StringId - The unique ID of the Add On instance.
- addon
Name String - The name of the Add On for the instance.
- 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 Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi