We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::Connect::EmailAddress
Using getEmailAddress
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEmailAddress(args: GetEmailAddressArgs, opts?: InvokeOptions): Promise<GetEmailAddressResult>
function getEmailAddressOutput(args: GetEmailAddressOutputArgs, opts?: InvokeOptions): Output<GetEmailAddressResult>def get_email_address(email_address_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEmailAddressResult
def get_email_address_output(email_address_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEmailAddressResult]func LookupEmailAddress(ctx *Context, args *LookupEmailAddressArgs, opts ...InvokeOption) (*LookupEmailAddressResult, error)
func LookupEmailAddressOutput(ctx *Context, args *LookupEmailAddressOutputArgs, opts ...InvokeOption) LookupEmailAddressResultOutput> Note: This function is named LookupEmailAddress in the Go SDK.
public static class GetEmailAddress
{
public static Task<GetEmailAddressResult> InvokeAsync(GetEmailAddressArgs args, InvokeOptions? opts = null)
public static Output<GetEmailAddressResult> Invoke(GetEmailAddressInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEmailAddressResult> getEmailAddress(GetEmailAddressArgs args, InvokeOptions options)
public static Output<GetEmailAddressResult> getEmailAddress(GetEmailAddressArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getEmailAddress
arguments:
# arguments dictionaryThe following arguments are supported:
- Email
Address stringArn - The identifier of the email address.
- Email
Address stringArn - The identifier of the email address.
- email
Address StringArn - The identifier of the email address.
- email
Address stringArn - The identifier of the email address.
- email_
address_ strarn - The identifier of the email address.
- email
Address StringArn - The identifier of the email address.
getEmailAddress Result
The following output properties are available:
- Alias
Configurations List<Pulumi.Aws Native. Connect. Outputs. 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.
- Email
Address stringArn - The identifier of the email address.
- Instance
Arn string - The identifier of the Amazon Connect instance.
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- 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.
- Email
Address stringArn - The identifier of the email address.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Tag
- One or more tags.
- 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.
- email
Address StringArn - The identifier of the email address.
- instance
Arn String - The identifier of the Amazon Connect instance.
- List<Tag>
- One or more tags.
- 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.
- email
Address stringArn - The identifier of the email address.
- instance
Arn string - The identifier of the Amazon Connect instance.
- Tag[]
- One or more tags.
- alias_
configurations Sequence[EmailAddress Alias Configuration] - 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.
- email_
address_ strarn - The identifier of the email address.
- instance_
arn str - The identifier of the Amazon Connect instance.
- Sequence[root_Tag]
- One or more tags.
- 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.
- email
Address StringArn - The identifier of the email address.
- instance
Arn String - The identifier of the Amazon Connect instance.
- List<Property Map>
- One or more tags.
Supporting Types
EmailAddressAliasConfiguration
- 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
