1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. EmailAddress

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.15.0 published on Wednesday, Dec 11, 2024 by Pulumi

aws-native.connect.EmailAddress

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.15.0 published on Wednesday, Dec 11, 2024 by Pulumi

    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:

    EmailAddressValue 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.
    Tags List<Pulumi.AwsNative.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.
    Tags 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.
    tags 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.
    tags 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.
    tags 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.
    tags 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:

    EmailAddressArn string
    The identifier of the email address.
    Id string
    The provider-assigned unique ID for this managed resource.
    EmailAddressArn string
    The identifier of the email address.
    Id string
    The provider-assigned unique ID for this managed resource.
    emailAddressArn String
    The identifier of the email address.
    id String
    The provider-assigned unique ID for this managed resource.
    emailAddressArn string
    The identifier of the email address.
    id string
    The provider-assigned unique ID for this managed resource.
    email_address_arn str
    The identifier of the email address.
    id str
    The provider-assigned unique ID for this managed resource.
    emailAddressArn String
    The identifier of the email address.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.15.0 published on Wednesday, Dec 11, 2024 by Pulumi