View source: R/redshift_operations.R
redshift_modify_custom_domain_association | R Documentation |
Contains information for changing a custom domain association.
See https://www.paws-r-sdk.com/docs/redshift_modify_custom_domain_association/ for full documentation.
redshift_modify_custom_domain_association(
CustomDomainName,
CustomDomainCertificateArn,
ClusterIdentifier
)
CustomDomainName |
[required] The custom domain name for a changed custom domain association. |
CustomDomainCertificateArn |
[required] The certificate Amazon Resource Name (ARN) for the changed custom domain association. |
ClusterIdentifier |
[required] The identifier of the cluster to change a custom domain association for. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.