Skip to content

Associate Application Fleet

appstream_associate_application_fleet R Documentation

Associates the specified application with the specified fleet

Description

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

Usage

appstream_associate_application_fleet(FleetName, ApplicationArn)

Arguments

FleetName

[required] The name of the fleet.

ApplicationArn

[required] The ARN of the application.

Value

A list with the following syntax:

list(
  ApplicationFleetAssociation = list(
    FleetName = "string",
    ApplicationArn = "string"
  )
)

Request syntax

svc$associate_application_fleet(
  FleetName = "string",
  ApplicationArn = "string"
)