worklink_associate_domain {paws.end.user.computing}R Documentation

Description

Specifies a domain to be associated to Amazon WorkLink.

See https://www.paws-r-sdk.com/docs/worklink_associate_domain/ for full documentation.

Usage

worklink_associate_domain(
  FleetArn,
  DomainName,
  DisplayName = NULL,
  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.


[Package paws.end.user.computing version 0.7.0 Index]