We recommend new projects start with resources from the AWS provider.
aws-native.connect.EmailAddress
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Connect::EmailAddress
Create EmailAddress Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EmailAddress(name: string, args: EmailAddressArgs, opts?: CustomResourceOptions);@overload
def EmailAddress(resource_name: str,
args: EmailAddressArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EmailAddress(resource_name: str,
opts: Optional[ResourceOptions] = None,
email_address: Optional[str] = None,
instance_arn: Optional[str] = None,
alias_configurations: Optional[Sequence[EmailAddressAliasConfigurationArgs]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewEmailAddress(ctx *Context, name string, args EmailAddressArgs, opts ...ResourceOption) (*EmailAddress, error)public EmailAddress(string name, EmailAddressArgs args, CustomResourceOptions? opts = null)
public EmailAddress(String name, EmailAddressArgs args)
public EmailAddress(String name, EmailAddressArgs args, CustomResourceOptions options)
type: aws-native:connect:EmailAddress
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 EmailAddressArgs
- 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 EmailAddressArgs
- 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 EmailAddressArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmailAddressArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EmailAddressArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EmailAddress 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 EmailAddress resource accepts the following input properties:
- Email
Address stringValue - Email address to be created for this instance
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Alias
Configurations List<Pulumi.Aws Native. Connect. Inputs. Email Address Alias Configuration> - List of alias configurations for the email address
- Description string
- A description for the email address.
- Display
Name string - The display name for the email address.
-
List<Pulumi.
Aws Native. Inputs. Tag> - One or more tags.
- Email
Address string - Email address to be created for this instance
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Alias
Configurations []EmailAddress Alias Configuration Args - List of alias configurations for the email address
- Description string
- A description for the email address.
- Display
Name string - The display name for the email address.
-
Tag
Args - One or more tags.
- email
Address String - Email address to be created for this instance
- instance
Arn String - The identifier of the Amazon Connect instance.
- alias
Configurations List<EmailAddress Alias Configuration> - List of alias configurations for the email address
- description String
- A description for the email address.
- display
Name String - The display name for the email address.
- List<Tag>
- One or more tags.
- email
Address string - Email address to be created for this instance
- instance
Arn string - The identifier of the Amazon Connect instance.
- alias
Configurations EmailAddress Alias Configuration[] - List of alias configurations for the email address
- description string
- A description for the email address.
- display
Name string - The display name for the email address.
- Tag[]
- One or more tags.
- email_
address str - Email address to be created for this instance
- instance_
arn str - The identifier of the Amazon Connect instance.
- alias_
configurations Sequence[EmailAddress Alias Configuration Args] - List of alias configurations for the email address
- description str
- A description for the email address.
- display_
name str - The display name for the email address.
-
Sequence[Tag
Args] - One or more tags.
- email
Address String - Email address to be created for this instance
- instance
Arn String - The identifier of the Amazon Connect instance.
- alias
Configurations List<Property Map> - List of alias configurations for the email address
- description String
- A description for the email address.
- display
Name String - The display name for the email address.
- List<Property Map>
- One or more tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the EmailAddress resource produces the following output properties:
- Email
Address stringArn - The identifier of the email address.
- Id string
- The provider-assigned unique ID for this managed resource.
- Email
Address stringArn - The identifier of the email address.
- Id string
- The provider-assigned unique ID for this managed resource.
- email
Address StringArn - The identifier of the email address.
- id String
- The provider-assigned unique ID for this managed resource.
- email
Address stringArn - The identifier of the email address.
- id string
- The provider-assigned unique ID for this managed resource.
- email_
address_ strarn - The identifier of the email address.
- id str
- The provider-assigned unique ID for this managed resource.
- email
Address StringArn - The identifier of the email address.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
EmailAddressAliasConfiguration, EmailAddressAliasConfigurationArgs
Configuration for an email address alias- Email
Address stringArn - The identifier of the email address alias
- Email
Address stringArn - The identifier of the email address alias
- email
Address StringArn - The identifier of the email address alias
- email
Address stringArn - The identifier of the email address alias
- email_
address_ strarn - The identifier of the email address alias
- email
Address StringArn - The identifier of the email address alias
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
