FileCacheCreating

The response object for the Amazon File Cache resource being created in the CreateFileCache operation.

Types

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

Properties

Link copied to clipboard

A boolean flag indicating whether tags for the cache should be copied to data repository associations.

Link copied to clipboard

The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Link copied to clipboard

A list of IDs of data repository associations that are associated with this cache.

Link copied to clipboard

The Domain Name System (DNS) name for the cache.

Link copied to clipboard

A structure providing details of any failures that occurred.

Link copied to clipboard

The system-generated, unique ID of the cache.

Link copied to clipboard

The type of cache, which must be LUSTRE.

Link copied to clipboard

The Lustre version of the cache, which must be 2.12.

Link copied to clipboard

Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.

Link copied to clipboard

The lifecycle status of the cache. The following are the possible values and what they mean:

Link copied to clipboard

The configuration for the Amazon File Cache resource.

Link copied to clipboard

A list of network interface IDs.

Link copied to clipboard

An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

Link copied to clipboard

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The storage capacity of the cache in gibibytes (GiB).

Link copied to clipboard

A list of subnet IDs that the cache will be accessible from. You can specify only one subnet ID in a call to the CreateFileCache operation.

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

A list of Tag values, with a maximum of 50 elements.

Link copied to clipboard

The ID of your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

Functions

Link copied to clipboard
inline fun copy(block: FileCacheCreating.Builder.() -> Unit = {}): FileCacheCreating
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