def create_cache_cluster()

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


    def create_cache_cluster(self, *,
        CacheClusterId: str,
        ReplicationGroupId: str = ...,
        AZMode: str = ...,
        PreferredAvailabilityZone: str = ...,
        PreferredAvailabilityZones: List[str] = ...,
        NumCacheNodes: int = ...,
        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 = ...