CreateFileSystemResponse

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 S3 bucket associated with the file system.

Link copied to clipboard

The client token used for idempotency.

Link copied to clipboard
val creationTime: <Error class: unknown class>?

The time when the file system was created, in seconds since 1970-01-01T00:00:00Z (Unix epoch time).

Link copied to clipboard

The ARN for the S3 file system, in the format arn:aws:s3files:region:account-id:file-system/file-system-id.

Link copied to clipboard

The ID of the file system, assigned by S3 Files. This ID is used to reference the file system in subsequent API calls.

Link copied to clipboard

The ARN or alias of the KMS key used for encryption.

Link copied to clipboard
val name: String?

The name of the file system, derived from the Name tag if present.

Link copied to clipboard

The Amazon Web Services account ID of the file system owner.

Link copied to clipboard

The prefix within the S3 bucket that scopes the file system access.

Link copied to clipboard

The ARN of the IAM role used for S3 access.

Link copied to clipboard

The lifecycle state of the file system. Valid values are: AVAILABLE (the file system is available for use), CREATING (the file system is being created), DELETING (the file system is being deleted), DELETED (the file system has been deleted), ERROR (the file system is in an error state), or UPDATING (the file system is being updated).

Link copied to clipboard

Additional information about the file system status. This field provides more details when the status is ERROR, or during state transitions.

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

The tags associated with the file system.

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