Used to create a custom domain name for a cluster
Source:R/redshift_operations.R
redshift_create_custom_domain_association.RdUsed to create a custom domain name for a cluster. Properties include the custom domain name, the cluster the custom domain is associated with, and the certificate Amazon Resource Name (ARN).
See https://www.paws-r-sdk.com/docs/redshift_create_custom_domain_association/ for full documentation.
Usage
redshift_create_custom_domain_association(
CustomDomainName,
CustomDomainCertificateArn,
ClusterIdentifier
)