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

ReplicationGroup

import type { ReplicationGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface ReplicationGroup {
ARN?: string | null;
AtRestEncryptionEnabled?: boolean | null;
AuthTokenEnabled?: boolean | null;
AuthTokenLastModifiedDate?: Date | number | null;
AutomaticFailover?: AutomaticFailoverStatus | null;
CacheNodeType?: string | null;
ClusterEnabled?: boolean | null;
ConfigurationEndpoint?: Endpoint | null;
Description?: string | null;
GlobalReplicationGroupInfo?: GlobalReplicationGroupInfo | null;
KmsKeyId?: string | null;
LogDeliveryConfigurations: LogDeliveryConfiguration[];
MemberClusters: string[];
MemberClustersOutpostArns: string[];
MultiAZ?: MultiAZStatus | null;
NodeGroups: NodeGroup[];
PendingModifiedValues?: ReplicationGroupPendingModifiedValues | null;
ReplicationGroupCreateTime?: Date | number | null;
ReplicationGroupId?: string | null;
SnapshotRetentionLimit?: number | null;
SnapshottingClusterId?: string | null;
SnapshotWindow?: string | null;
Status?: string | null;
TransitEncryptionEnabled?: boolean | null;
UserGroupIds: string[];
}

§Properties

§
ARN?: string | null
[src]
§
AtRestEncryptionEnabled?: boolean | null
[src]
§
AuthTokenEnabled?: boolean | null
[src]
§
AuthTokenLastModifiedDate?: Date | number | null
[src]
§
AutomaticFailover?: AutomaticFailoverStatus | null
[src]
§
CacheNodeType?: string | null
[src]
§
ClusterEnabled?: boolean | null
[src]
§
ConfigurationEndpoint?: Endpoint | null
[src]
§
Description?: string | null
[src]
§
GlobalReplicationGroupInfo?: GlobalReplicationGroupInfo | null
[src]
§
KmsKeyId?: string | null
[src]
§
LogDeliveryConfigurations: LogDeliveryConfiguration[]
[src]
§
MemberClusters: string[]
[src]
§
MemberClustersOutpostArns: string[]
[src]
§
MultiAZ?: MultiAZStatus | null
[src]
§
NodeGroups: NodeGroup[]
[src]
§
PendingModifiedValues?: ReplicationGroupPendingModifiedValues | null
[src]
§
ReplicationGroupCreateTime?: Date | number | null
[src]
§
ReplicationGroupId?: string | null
[src]
§
SnapshotRetentionLimit?: number | null
[src]
§
SnapshottingClusterId?: string | null
[src]
§
SnapshotWindow?: string | null
[src]
§
Status?: string | null
[src]
§
TransitEncryptionEnabled?: boolean | null
[src]
§
UserGroupIds: string[]
[src]