worklink_create_fleet: Creates a fleet

View source: R/worklink_operations.R

worklink_create_fleetR Documentation

Creates a fleet

Description

Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.

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

Usage

worklink_create_fleet(
  FleetName,
  DisplayName = NULL,
  OptimizeForEndUserLocation = NULL,
  Tags = NULL
)

Arguments

FleetName

[required] A unique name for the fleet.

DisplayName

The fleet name to display.

OptimizeForEndUserLocation

The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

Tags

The tags to add to the resource. A tag is a key-value pair.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.