def create_replication_group()

in botocore-stubs/botocore-stubs/client.pyi [0:0]


    def create_replication_group(self, *,
        ReplicationGroupId: str,
        ReplicationGroupDescription: str,
        PrimaryClusterId: str = ...,
        AutomaticFailoverEnabled: bool = ...,
        NumCacheClusters: int = ...,
        PreferredCacheClusterAZs: List[str] = ...,
        NumNodeGroups: int = ...,
        ReplicasPerNodeGroup: int = ...,
        NodeGroupConfiguration: List[ElastiCacheNodeGroupConfiguration] = ...,
        CacheNodeType: str = ...,
        Engine: str = ...,
        EngineVersion: str = ...,
        CacheParameterGroupName: str = ...,
        CacheSubnetGroupName: str = ...,
        CacheSecurityGroupNames: List[str] = ...,
        SecurityGroupIds: List[str] = ...,
        Tags: List[ElastiCacheTag] = ...,
        SnapshotArns: List[str] = ...,
        SnapshotName: str = ...,
        PreferredMaintenanceWindow: str = ...,
        Port: int = ...,
        NotificationTopicArn: str = ...,
        AutoMinorVersionUpgrade: bool = ...,
        SnapshotRetentionLimit: int = ...,
        SnapshotWindow: str = ...,
        AuthToken: str = ...,
        TransitEncryptionEnabled: bool = ...,
        AtRestEncryptionEnabled: bool = ...