Describe Email Address
connect_describe_email_address | R Documentation |
Describe email address form the specified Amazon Connect instance¶
Description¶
Describe email address form the specified Amazon Connect instance.
Usage¶
Arguments¶
InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
EmailAddressId
[required] The identifier of the email address.
Value¶
A list with the following syntax:
list(
EmailAddressId = "string",
EmailAddressArn = "string",
EmailAddress = "string",
DisplayName = "string",
Description = "string",
CreateTimestamp = "string",
ModifiedTimestamp = "string",
Tags = list(
"string"
)
)