Skip to content

Update Custom Domain Association

redshiftserverless_update_custom_domain_association R Documentation

Updates an Amazon Redshift Serverless certificate associated with a custom domain

Description

Updates an Amazon Redshift Serverless certificate associated with a custom domain.

Usage

redshiftserverless_update_custom_domain_association(
  customDomainCertificateArn, customDomainName, workgroupName)

Arguments

customDomainCertificateArn

[required] The custom domain name’s certificate Amazon resource name (ARN). This is optional.

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"
)

Request syntax

svc$update_custom_domain_association(
  customDomainCertificateArn = "string",
  customDomainName = "string",
  workgroupName = "string"
)