def create_db_cluster()

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


    def create_db_cluster(self, *,
        DBClusterIdentifier: str,
        Engine: str,
        AvailabilityZones: List[str] = ...,
        BackupRetentionPeriod: int = ...,
        CharacterSetName: str = ...,
        DatabaseName: str = ...,
        DBClusterParameterGroupName: str = ...,
        VpcSecurityGroupIds: List[str] = ...,
        DBSubnetGroupName: str = ...,
        EngineVersion: str = ...,
        Port: int = ...,
        MasterUsername: str = ...,
        MasterUserPassword: str = ...,
        OptionGroupName: str = ...,
        PreferredBackupWindow: str = ...,
        PreferredMaintenanceWindow: str = ...,
        ReplicationSourceIdentifier: str = ...,
        Tags: List[RDSTag] = ...,
        StorageEncrypted: bool = ...,
        KmsKeyId: str = ...,
        PreSignedUrl: str = ...,
        EnableIAMDatabaseAuthentication: bool = ...,
        BacktrackWindow: int = ...,
        EnableCloudwatchLogsExports: List[str] = ...,
        EngineMode: str = ...,
        ScalingConfiguration: RDSScalingConfiguration = ...,
        DeletionProtection: bool = ...,
        GlobalClusterIdentifier: str = ...,
        CopyTagsToSnapshot: bool = ...,
        SourceRegion: str = ...