Package-level declarations

Types

Link copied to clipboard
interface S3FilesClient

S3 Files makes S3 buckets accessible as high-performance file systems powered by EFS. This service enables file system interface access to S3 data with sub-millisecond latencies through mount targets, supporting AI/ML workloads, media processing, and hybrid storage workflows that require both file system and object storage access to the same data.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Creates an S3 File System Access Point for application-specific access with POSIX user identity and root directory enforcement. Access points provide a way to manage access to shared datasets in multi-tenant scenarios.

Link copied to clipboard

Creates an S3 File System resource scoped to a bucket or prefix within a bucket, enabling file system access to S3 data. To create a file system, you need an S3 bucket and an IAM role that grants the service permission to access the bucket.

Link copied to clipboard

Creates a mount target resource as an endpoint for mounting the S3 File System from compute resources in a specific Availability Zone and VPC. Mount targets provide network access to the file system.

Link copied to clipboard

Deletes an S3 File System Access Point. This operation is irreversible.

Link copied to clipboard

Deletes an S3 File System. You can optionally force deletion of a file system that has pending export data.

Link copied to clipboard

Deletes the IAM resource policy of an S3 File System.

Link copied to clipboard

Deletes the specified mount target. This operation is irreversible.

Link copied to clipboard

Returns resource information for an S3 File System Access Point.

Link copied to clipboard

Returns resource information for the specified S3 File System including status, configuration, and metadata.

Link copied to clipboard

Returns the IAM resource policy of an S3 File System.

Link copied to clipboard

Returns detailed resource information for the specified mount target including network configuration.

Link copied to clipboard

Returns the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.

Link copied to clipboard

Returns resource information for all S3 File System Access Points associated with the specified S3 File System.

Link copied to clipboard

Returns a list of all S3 File Systems owned by the account with optional filtering by bucket.

Link copied to clipboard

Returns resource information for all mount targets with optional filtering by file system, access point, and VPC.

Link copied to clipboard

Lists all tags for S3 Files resources.

Link copied to clipboard

Creates or replaces the IAM resource policy for an S3 File System to control access permissions.

Link copied to clipboard

Creates or updates the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.

Link copied to clipboard
inline suspend fun S3FilesClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Creates tags for S3 Files resources using standard Amazon Web Services tagging APIs.

Link copied to clipboard

Removes tags from S3 Files resources.

Link copied to clipboard

Updates the mount target resource, specifically security group configurations.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.