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:
- EmailAddress stringValue 
- Email address to be created for this instance
- InstanceArn string
- The identifier of the Amazon Connect instance.
- Description string
- A description for the email address.
- DisplayName string
- The display name for the email address.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- One or more tags.
- EmailAddress string
- Email address to be created for this instance
- InstanceArn string
- The identifier of the Amazon Connect instance.
- Description string
- A description for the email address.
- DisplayName string
- The display name for the email address.
- 
TagArgs 
- One or more tags.
- emailAddress String
- Email address to be created for this instance
- instanceArn String
- The identifier of the Amazon Connect instance.
- description String
- A description for the email address.
- displayName String
- The display name for the email address.
- List<Tag>
- One or more tags.
- emailAddress string
- Email address to be created for this instance
- instanceArn string
- The identifier of the Amazon Connect instance.
- description string
- A description for the email address.
- displayName 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[TagArgs] 
- One or more tags.
- emailAddress String
- Email address to be created for this instance
- instanceArn String
- The identifier of the Amazon Connect instance.
- description String
- A description for the email address.
- displayName 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:
- EmailAddress stringArn 
- The identifier of the email address.
- Id string
- The provider-assigned unique ID for this managed resource.
- EmailAddress stringArn 
- The identifier of the email address.
- Id string
- The provider-assigned unique ID for this managed resource.
- emailAddress StringArn 
- The identifier of the email address.
- id String
- The provider-assigned unique ID for this managed resource.
- emailAddress 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.
- emailAddress 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.