We recommend new projects start with resources from the AWS provider.
aws-native.ses.MailManagerAddressList
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::SES::MailManagerAddressList Resource Type
Create MailManagerAddressList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MailManagerAddressList(name: string, args?: MailManagerAddressListArgs, opts?: CustomResourceOptions);
@overload
def MailManagerAddressList(resource_name: str,
args: Optional[MailManagerAddressListArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def MailManagerAddressList(resource_name: str,
opts: Optional[ResourceOptions] = None,
address_list_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewMailManagerAddressList(ctx *Context, name string, args *MailManagerAddressListArgs, opts ...ResourceOption) (*MailManagerAddressList, error)
public MailManagerAddressList(string name, MailManagerAddressListArgs? args = null, CustomResourceOptions? opts = null)
public MailManagerAddressList(String name, MailManagerAddressListArgs args)
public MailManagerAddressList(String name, MailManagerAddressListArgs args, CustomResourceOptions options)
type: aws-native:ses:MailManagerAddressList
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 MailManagerAddressListArgs
- 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 MailManagerAddressListArgs
- 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 MailManagerAddressListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MailManagerAddressListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MailManagerAddressListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MailManagerAddressList 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 MailManagerAddressList resource accepts the following input properties:
- Address
List stringName - Tag
Args
- address
List StringName - List<Tag>
- address
List stringName - Tag[]
Outputs
All input properties are implicitly available as output properties. Additionally, the MailManagerAddressList resource produces the following output properties:
- Address
List stringArn - Address
List stringId - Id string
- The provider-assigned unique ID for this managed resource.
- Address
List stringArn - Address
List stringId - Id string
- The provider-assigned unique ID for this managed resource.
- address
List StringArn - address
List StringId - id String
- The provider-assigned unique ID for this managed resource.
- address
List stringArn - address
List stringId - id string
- The provider-assigned unique ID for this managed resource.
- address_
list_ strarn - address_
list_ strid - id str
- The provider-assigned unique ID for this managed resource.
- address
List StringArn - address
List StringId - 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.