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

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.


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