Table of Contents

Class AssociateFileSystemAliasesResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

The system generated response showing the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system. It can take up to 2.5 minutes for the alias status to change from CREATING to AVAILABLE.

public class AssociateFileSystemAliasesResponse : AmazonWebServiceResponse
Inheritance
AssociateFileSystemAliasesResponse

Constructors

AssociateFileSystemAliasesResponse()

public AssociateFileSystemAliasesResponse()

Properties

Aliases

Gets and sets the property Aliases.

An array of the DNS aliases that Amazon FSx is associating with the file system.

public List<Alias> Aliases { get; set; }

Property Value

List<Alias>