Skip to content

Disassociate Domain

worklink_disassociate_domain R Documentation

Description

Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.

Usage

worklink_disassociate_domain(FleetArn, DomainName)

Arguments

FleetArn

[required] The ARN of the fleet.

DomainName

[required] The name of the domain.

Value

An empty list.

Request syntax

svc$disassociate_domain(
  FleetArn = "string",
  DomainName = "string"
)