We recommend new projects start with resources from the AWS provider.
aws-native.connect.EmailAddress
Explore with Pulumi AI
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,
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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
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.