Skip to content

Associate Fleet

appstream_associate_fleet R Documentation

Associates the specified fleet with the specified stack

Description

Associates the specified fleet with the specified stack.

Usage

appstream_associate_fleet(FleetName, StackName)

Arguments

FleetName

[required] The name of the fleet.

StackName

[required] The name of the stack.

Value

An empty list.

Request syntax

svc$associate_fleet(
  FleetName = "string",
  StackName = "string"
)