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
§
CacheParameterGroup?: CacheParameterGroupStatus | null
[src]§
CacheSecurityGroups: CacheSecurityGroupMembership[]
[src]§
LogDeliveryConfigurations: LogDeliveryConfiguration[]
[src]§
NotificationConfiguration?: NotificationConfiguration | null
[src]§
PendingModifiedValues?: PendingModifiedValues | null
[src]§
SecurityGroups: SecurityGroupMembership[]
[src]