We recommend new projects start with resources from the AWS provider.
aws-native.ses.MailManagerAddonInstance
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::SES::MailManagerAddonInstance Resource Type
Create MailManagerAddonInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MailManagerAddonInstance(name: string, args: MailManagerAddonInstanceArgs, opts?: CustomResourceOptions);
@overload
def MailManagerAddonInstance(resource_name: str,
args: MailManagerAddonInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MailManagerAddonInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
addon_subscription_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewMailManagerAddonInstance(ctx *Context, name string, args MailManagerAddonInstanceArgs, opts ...ResourceOption) (*MailManagerAddonInstance, error)
public MailManagerAddonInstance(string name, MailManagerAddonInstanceArgs args, CustomResourceOptions? opts = null)
public MailManagerAddonInstance(String name, MailManagerAddonInstanceArgs args)
public MailManagerAddonInstance(String name, MailManagerAddonInstanceArgs args, CustomResourceOptions options)
type: aws-native:ses:MailManagerAddonInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MailManagerAddonInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MailManagerAddonInstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MailManagerAddonInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MailManagerAddonInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MailManagerAddonInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MailManagerAddonInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MailManagerAddonInstance resource accepts the following input properties:
- Addon
Subscription stringId - The subscription ID for the instance.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Addon
Subscription stringId - The subscription ID for the instance.
- Tag
Args - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Subscription StringId - The subscription ID 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
Subscription stringId - The subscription ID for the instance.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon_
subscription_ strid - The subscription ID for the instance.
- Sequence[Tag
Args] - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- addon
Subscription StringId - The subscription ID 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"} }.
Outputs
All input properties are implicitly available as output properties. Additionally, the MailManagerAddonInstance resource produces the following output properties:
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.