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>
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 dictionary
The 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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
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