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

CreateReplicationGroupMessage

import type { CreateReplicationGroupMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface CreateReplicationGroupMessage {
AtRestEncryptionEnabled?: boolean | null;
AuthToken?: string | null;
AutomaticFailoverEnabled?: boolean | null;
AutoMinorVersionUpgrade?: boolean | null;
CacheNodeType?: string | null;
CacheParameterGroupName?: string | null;
CacheSecurityGroupNames?: string[] | null;
CacheSubnetGroupName?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
GlobalReplicationGroupId?: string | null;
KmsKeyId?: string | null;
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[] | null;
MultiAZEnabled?: boolean | null;
NodeGroupConfiguration?: NodeGroupConfiguration[] | null;
NotificationTopicArn?: string | null;
NumCacheClusters?: number | null;
NumNodeGroups?: number | null;
Port?: number | null;
PreferredCacheClusterAZs?: string[] | null;
PreferredMaintenanceWindow?: string | null;
PrimaryClusterId?: string | null;
ReplicasPerNodeGroup?: number | null;
ReplicationGroupDescription: string;
ReplicationGroupId: string;
SecurityGroupIds?: string[] | null;
SnapshotArns?: string[] | null;
SnapshotName?: string | null;
SnapshotRetentionLimit?: number | null;
SnapshotWindow?: string | null;
Tags?: Tag[] | null;
TransitEncryptionEnabled?: boolean | null;
UserGroupIds?: string[] | null;
}

§Properties

§
AtRestEncryptionEnabled?: boolean | null
[src]
§
AuthToken?: string | null
[src]
§
AutomaticFailoverEnabled?: boolean | null
[src]
§
AutoMinorVersionUpgrade?: boolean | null
[src]
§
CacheNodeType?: string | null
[src]
§
CacheParameterGroupName?: string | null
[src]
§
CacheSecurityGroupNames?: string[] | null
[src]
§
CacheSubnetGroupName?: string | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
GlobalReplicationGroupId?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[] | null
[src]
§
MultiAZEnabled?: boolean | null
[src]
§
NodeGroupConfiguration?: NodeGroupConfiguration[] | null
[src]
§
NotificationTopicArn?: string | null
[src]
§
NumCacheClusters?: number | null
[src]
§
NumNodeGroups?: number | null
[src]
§
Port?: number | null
[src]
§
PreferredCacheClusterAZs?: string[] | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PrimaryClusterId?: string | null
[src]
§
ReplicasPerNodeGroup?: number | null
[src]
§
ReplicationGroupDescription: string
[src]
§
ReplicationGroupId: string
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SnapshotArns?: string[] | null
[src]
§
SnapshotName?: string | null
[src]
§
SnapshotRetentionLimit?: number | null
[src]
§
SnapshotWindow?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
TransitEncryptionEnabled?: boolean | null
[src]
§
UserGroupIds?: string[] | null
[src]