Skip to content

Create Custom Domain Association

redshiftserverless_create_custom_domain_association R Documentation

Creates a custom domain association for Amazon Redshift Serverless

Description

Creates a custom domain association for Amazon Redshift Serverless.

Usage

redshiftserverless_create_custom_domain_association(
  customDomainCertificateArn, customDomainName, workgroupName)

Arguments

customDomainCertificateArn

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

customDomainName

[required] The custom domain name to associate 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$create_custom_domain_association(
  customDomainCertificateArn = "string",
  customDomainName = "string",
  workgroupName = "string"
)