appstream_describe_directory_configs: Retrieves a list that describes one or more specified...

View source: R/appstream_operations.R

appstream_describe_directory_configsR Documentation

Retrieves a list that describes one or more specified Directory Config objects for AppStream 2

Description

Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

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

Usage

appstream_describe_directory_configs(
  DirectoryNames = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DirectoryNames

The directory names.

MaxResults

The maximum size of each page of results.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.


paws.end.user.computing documentation built on Sept. 12, 2024, 6:28 a.m.