Skip to content

Associate Domain

worklink_associate_domain R Documentation

Description

Specifies a domain to be associated to Amazon WorkLink.

Usage

worklink_associate_domain(FleetArn, DomainName, DisplayName,
  AcmCertificateArn)

Arguments

FleetArn

[required] The Amazon Resource Name (ARN) of the fleet.

DomainName

[required] The fully qualified domain name (FQDN).

DisplayName

The name to display.

AcmCertificateArn

[required] The ARN of an issued ACM certificate that is valid for the domain being associated.

Value

An empty list.

Request syntax

svc$associate_domain(
  FleetArn = "string",
  DomainName = "string",
  DisplayName = "string",
  AcmCertificateArn = "string"
)