Skip to content

Modify Custom Domain Association

redshift_modify_custom_domain_association R Documentation

Contains information for changing a custom domain association

Description

Contains information for changing a custom domain association.

Usage

redshift_modify_custom_domain_association(CustomDomainName,
  CustomDomainCertificateArn, ClusterIdentifier)

Arguments

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.

Value

A list with the following syntax:

list(
  CustomDomainName = "string",
  CustomDomainCertificateArn = "string",
  ClusterIdentifier = "string",
  CustomDomainCertExpiryTime = "string"
)

Request syntax

svc$modify_custom_domain_association(
  CustomDomainName = "string",
  CustomDomainCertificateArn = "string",
  ClusterIdentifier = "string"
)