Describe Email Address
| connect_describe_email_address | R Documentation |
Describe email address form the specified Connect Customer instance¶
Description¶
Describe email address form the specified Connect Customer instance.
Usage¶
connect_describe_email_address(InstanceId, EmailAddressId)
Arguments¶
InstanceId |
[required] The identifier of the Connect Customer 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",
AliasConfigurations = list(
list(
EmailAddressId = "string"
)
),
Tags = list(
"string"
)
)
Request syntax¶
svc$describe_email_address(
InstanceId = "string",
EmailAddressId = "string"
)