Skip to content

Restore Domain Access

worklink_restore_domain_access R Documentation

Moves a domain to ACTIVE status if it was in the INACTIVE status

Description

Moves a domain to ACTIVE status if it was in the INACTIVE status.

Usage

worklink_restore_domain_access(FleetArn, DomainName)

Arguments

FleetArn

[required] The ARN of the fleet.

DomainName

[required] The name of the domain.

Value

An empty list.

Request syntax

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