FileSystemAssociationInfo

Describes the object returned by DescribeFileSystemAssociations that describes a created file system association.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the storage used for the audit logs.

Link copied to clipboard

The refresh cache information for the file share or FSx file systems.

Link copied to clipboard

Specifies network configuration information for the gateway associated with the Amazon FSx file system.

Link copied to clipboard

The Amazon Resource Name (ARN) of the file system association.

Link copied to clipboard

The status of the file system association. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR

Link copied to clipboard

An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.

Link copied to clipboard

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Link copied to clipboard

The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem in the Amazon FSx API Reference.

Link copied to clipboard
val tags: List<Tag>?

A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String