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
§
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[] | null
[src]§
NodeGroupConfiguration?: NodeGroupConfiguration[] | null
[src]