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

CacheCluster

import type { CacheCluster } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface CacheCluster {
ARN?: string | null;
AtRestEncryptionEnabled?: boolean | null;
AuthTokenEnabled?: boolean | null;
AuthTokenLastModifiedDate?: Date | number | null;
AutoMinorVersionUpgrade?: boolean | null;
CacheClusterCreateTime?: Date | number | null;
CacheClusterId?: string | null;
CacheClusterStatus?: string | null;
CacheNodes: CacheNode[];
CacheNodeType?: string | null;
CacheParameterGroup?: CacheParameterGroupStatus | null;
CacheSecurityGroups: CacheSecurityGroupMembership[];
CacheSubnetGroupName?: string | null;
ClientDownloadLandingPage?: string | null;
ConfigurationEndpoint?: Endpoint | null;
Engine?: string | null;
EngineVersion?: string | null;
LogDeliveryConfigurations: LogDeliveryConfiguration[];
NotificationConfiguration?: NotificationConfiguration | null;
NumCacheNodes?: number | null;
PendingModifiedValues?: PendingModifiedValues | null;
PreferredAvailabilityZone?: string | null;
PreferredMaintenanceWindow?: string | null;
PreferredOutpostArn?: string | null;
ReplicationGroupId?: string | null;
ReplicationGroupLogDeliveryEnabled?: boolean | null;
SecurityGroups: SecurityGroupMembership[];
SnapshotRetentionLimit?: number | null;
SnapshotWindow?: string | null;
TransitEncryptionEnabled?: boolean | null;
}

§Properties

§
ARN?: string | null
[src]
§
AtRestEncryptionEnabled?: boolean | null
[src]
§
AuthTokenEnabled?: boolean | null
[src]
§
AuthTokenLastModifiedDate?: Date | number | null
[src]
§
AutoMinorVersionUpgrade?: boolean | null
[src]
§
CacheClusterCreateTime?: Date | number | null
[src]
§
CacheClusterId?: string | null
[src]
§
CacheClusterStatus?: string | null
[src]
§
CacheNodes: CacheNode[]
[src]
§
CacheNodeType?: string | null
[src]
§
CacheParameterGroup?: CacheParameterGroupStatus | null
[src]
§
CacheSubnetGroupName?: string | null
[src]
§
ClientDownloadLandingPage?: string | null
[src]
§
ConfigurationEndpoint?: Endpoint | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
LogDeliveryConfigurations: LogDeliveryConfiguration[]
[src]
§
NotificationConfiguration?: NotificationConfiguration | null
[src]
§
NumCacheNodes?: number | null
[src]
§
PendingModifiedValues?: PendingModifiedValues | null
[src]
§
PreferredAvailabilityZone?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PreferredOutpostArn?: string | null
[src]
§
ReplicationGroupId?: string | null
[src]
§
ReplicationGroupLogDeliveryEnabled?: boolean | null
[src]
§
SnapshotRetentionLimit?: number | null
[src]
§
SnapshotWindow?: string | null
[src]
§
TransitEncryptionEnabled?: boolean | null
[src]