class Aws::StorageGateway::Types::UpdateFileSystemAssociationInput

@note When making an API call, you may pass UpdateFileSystemAssociationInput

data as a hash:

    {
      file_system_association_arn: "FileSystemAssociationARN", # required
      user_name: "DomainUserName",
      password: "DomainUserPassword",
      audit_destination_arn: "AuditDestinationARN",
      cache_attributes: {
        cache_stale_timeout_in_seconds: 1,
      },
    }

@!attribute [rw] file_system_association_arn

The Amazon Resource Name (ARN) of the file system association that
you want to update.
@return [String]

@!attribute [rw] user_name

The user name of the user credential that has permission to access
the root share D$ of the Amazon FSx file system. The user account
must belong to the Amazon FSx delegated admin user group.
@return [String]

@!attribute [rw] password

The password of the user credential.
@return [String]

@!attribute [rw] audit_destination_arn

The Amazon Resource Name (ARN) of the storage used for the audit
logs.
@return [String]

@!attribute [rw] cache_attributes

The refresh cache information for the file share or FSx file
systems.
@return [Types::CacheAttributes]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateFileSystemAssociationInput AWS API Documentation

Constants

SENSITIVE