Get Custom Domain Association
redshiftserverless_get_custom_domain_association | R Documentation |
Gets information about a specific custom domain association¶
Description¶
Gets information about a specific custom domain association.
Usage¶
Arguments¶
customDomainName
[required] The custom domain name associated with the workgroup.
workgroupName
[required] The name of the workgroup associated with the database.
Value¶
A list with the following syntax:
list(
customDomainCertificateArn = "string",
customDomainCertificateExpiryTime = as.POSIXct(
"2015-01-01"
),
customDomainName = "string",
workgroupName = "string"
)