worklink_update_fleet_metadata: Updates fleet metadata, such as DisplayName

View source: R/worklink_operations.R

worklink_update_fleet_metadataR Documentation

Updates fleet metadata, such as DisplayName

Description

Updates fleet metadata, such as DisplayName.

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

Usage

worklink_update_fleet_metadata(
  FleetArn,
  DisplayName = NULL,
  OptimizeForEndUserLocation = NULL
)

Arguments

FleetArn

[required] The ARN of the fleet.

DisplayName

The fleet name to display. The existing DisplayName is unset if null is passed.

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.


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