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 - A user-friendly name for the address list.
- 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"} }.
- Address
List stringName - A user-friendly name for the address list.
- Tag
Args - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address
List StringName - A user-friendly name for the address list.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address
List stringName - A user-friendly name for the address list.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address_
list_ strname - A user-friendly name for the address list.
- Sequence[Tag
Args] - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- address
List StringName - A user-friendly name for the address list.
- 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 MailManagerAddressList resource produces the following output properties:
- Address
List stringArn - The Amazon Resource Name (ARN) of the address list.
- Address
List stringId - The identifier of the address list.
- Id string
- The provider-assigned unique ID for this managed resource.
- Address
List stringArn - The Amazon Resource Name (ARN) of the address list.
- Address
List stringId - The identifier of the address list.
- Id string
- The provider-assigned unique ID for this managed resource.
- address
List StringArn - The Amazon Resource Name (ARN) of the address list.
- address
List StringId - The identifier of the address list.
- id String
- The provider-assigned unique ID for this managed resource.
- address
List stringArn - The Amazon Resource Name (ARN) of the address list.
- address
List stringId - The identifier of the address list.
- id string
- The provider-assigned unique ID for this managed resource.
- address_
list_ strarn - The Amazon Resource Name (ARN) of the address list.
- address_
list_ strid - The identifier of the address list.
- id str
- The provider-assigned unique ID for this managed resource.
- address
List StringArn - The Amazon Resource Name (ARN) of the address list.
- address
List StringId - The identifier of the address list.
- 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.