fsx_describe_file_system_aliases: Returns the DNS aliases that are associated with the...

View source: R/fsx_operations.R

fsx_describe_file_system_aliasesR Documentation

Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system

Description

Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction provided in the describe_file_systems operation response.

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

Usage

fsx_describe_file_system_aliases(
  ClientRequestToken = NULL,
  FileSystemId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ClientRequestToken
FileSystemId

[required] The ID of the file system to return the associated DNS aliases for (String).

MaxResults

Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

NextToken

Opaque pagination token returned from a previous describe_file_system_aliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.