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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connect.getEmailAddress

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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>
Copy
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]
Copy
func LookupEmailAddress(ctx *Context, args *LookupEmailAddressArgs, opts ...InvokeOption) (*LookupEmailAddressResult, error)
func LookupEmailAddressOutput(ctx *Context, args *LookupEmailAddressOutputArgs, opts ...InvokeOption) LookupEmailAddressResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetEmailAddressResult> getEmailAddress(GetEmailAddressArgs args, InvokeOptions options)
public static Output<GetEmailAddressResult> getEmailAddress(GetEmailAddressArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getEmailAddress
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EmailAddressArn This property is required. string
The identifier of the email address.
EmailAddressArn This property is required. string
The identifier of the email address.
emailAddressArn This property is required. String
The identifier of the email address.
emailAddressArn This property is required. string
The identifier of the email address.
email_address_arn This property is required. str
The identifier of the email address.
emailAddressArn This property is required. String
The identifier of the email address.

getEmailAddress Result

The following output properties are available:

Description string
A description for the email address.
DisplayName string
The display name for the email address.
EmailAddressArn string
The identifier of the email address.
InstanceArn string
The identifier of the Amazon Connect instance.
Tags List<Pulumi.AwsNative.Outputs.Tag>
One or more tags.
Description string
A description for the email address.
DisplayName string
The display name for the email address.
EmailAddressArn string
The identifier of the email address.
InstanceArn string
The identifier of the Amazon Connect instance.
Tags Tag
One or more tags.
description String
A description for the email address.
displayName String
The display name for the email address.
emailAddressArn String
The identifier of the email address.
instanceArn String
The identifier of the Amazon Connect instance.
tags List<Tag>
One or more tags.
description string
A description for the email address.
displayName string
The display name for the email address.
emailAddressArn string
The identifier of the email address.
instanceArn string
The identifier of the Amazon Connect instance.
tags Tag[]
One or more tags.
description str
A description for the email address.
display_name str
The display name for the email address.
email_address_arn str
The identifier of the email address.
instance_arn str
The identifier of the Amazon Connect instance.
tags Sequence[root_Tag]
One or more tags.
description String
A description for the email address.
displayName String
The display name for the email address.
emailAddressArn String
The identifier of the email address.
instanceArn String
The identifier of the Amazon Connect instance.
tags List<Property Map>
One or more tags.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi