Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileCacheCreating

import type { FileCacheCreating } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

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

interface FileCacheCreating {
CopyTagsToDataRepositoryAssociations?: boolean | null;
CreationTime?: Date | number | null;
DataRepositoryAssociationIds?: string[] | null;
DNSName?: string | null;
FailureDetails?: FileCacheFailureDetails | null;
FileCacheId?: string | null;
FileCacheType?: FileCacheType | null;
FileCacheTypeVersion?: string | null;
KmsKeyId?: string | null;
Lifecycle?: FileCacheLifecycle | null;
LustreConfiguration?: FileCacheLustreConfiguration | null;
NetworkInterfaceIds?: string[] | null;
OwnerId?: string | null;
ResourceARN?: string | null;
StorageCapacity?: number | null;
SubnetIds?: string[] | null;
Tags?: Tag[] | null;
VpcId?: string | null;
}

§Properties

§
CopyTagsToDataRepositoryAssociations?: boolean | null
[src]

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

§
CreationTime?: Date | number | null
[src]
§
DataRepositoryAssociationIds?: string[] | null
[src]

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

§
DNSName?: string | null
[src]

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

§
FailureDetails?: FileCacheFailureDetails | null
[src]

A structure providing details of any failures that occurred.

§
FileCacheId?: string | null
[src]

The system-generated, unique ID of the cache.

§
FileCacheType?: FileCacheType | null
[src]

The type of cache, which must be LUSTRE.

§
FileCacheTypeVersion?: string | null
[src]

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

§
KmsKeyId?: string | null
[src]

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.

§
Lifecycle?: FileCacheLifecycle | null
[src]

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

  • AVAILABLE - The cache is in a healthy state, and is reachable and available for use.
  • CREATING - The new cache is being created.
  • DELETING - An existing cache is being deleted.
  • UPDATING - The cache is undergoing a customer-initiated update.
  • FAILED - An existing cache has experienced an unrecoverable failure. When creating a new cache, the cache was unable to be created.
§
LustreConfiguration?: FileCacheLustreConfiguration | null
[src]

The configuration for the Amazon File Cache resource.

§
NetworkInterfaceIds?: string[] | null
[src]
§
OwnerId?: string | null
[src]
§
ResourceARN?: string | null
[src]
§
StorageCapacity?: number | null
[src]

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

§
SubnetIds?: string[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
VpcId?: string | null
[src]