@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:03.504Z") @Stability(value=Experimental) public class DatabaseInstanceEngine extends software.amazon.jsii.JsiiObject
Provides mapping to DatabaseEngine used for secret rotation.
| Modifier and Type | Field and Description |
|---|---|
static IInstanceEngine |
MARIADB
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
mariaDb() method |
static IInstanceEngine |
MYSQL
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
mysql() method |
static IInstanceEngine |
ORACLE_EE
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
oracleEe() method |
static IInstanceEngine |
ORACLE_SE
Deprecated.
instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341
|
static IInstanceEngine |
ORACLE_SE1
Deprecated.
instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341
|
static IInstanceEngine |
ORACLE_SE2
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
oracleSe2() method |
static IInstanceEngine |
POSTGRES
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
postgres() method |
static IInstanceEngine |
SQL_SERVER_EE
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
sqlServerEe() method |
static IInstanceEngine |
SQL_SERVER_EX
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
sqlServerEx() method |
static IInstanceEngine |
SQL_SERVER_SE
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
sqlServerSe() method |
static IInstanceEngine |
SQL_SERVER_WEB
Deprecated.
using unversioned engines is an availability risk.
We recommend using versioned engines created using the
sqlServerWeb() method |
| Modifier | Constructor and Description |
|---|---|
|
DatabaseInstanceEngine() |
protected |
DatabaseInstanceEngine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DatabaseInstanceEngine(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IInstanceEngine |
mariaDb(MariaDbInstanceEngineProps props)
(experimental) Creates a new MariaDB instance engine.
|
static IInstanceEngine |
mysql(MySqlInstanceEngineProps props)
(experimental) Creates a new MySQL instance engine.
|
static IInstanceEngine |
oracleEe(OracleEeInstanceEngineProps props)
(experimental) Creates a new Oracle Enterprise Edition instance engine.
|
static IInstanceEngine |
oracleSe(OracleSeInstanceEngineProps props)
Deprecated.
instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341
|
static IInstanceEngine |
oracleSe1(OracleSe1InstanceEngineProps props)
Deprecated.
instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341
|
static IInstanceEngine |
oracleSe2(OracleSe2InstanceEngineProps props)
(experimental) Creates a new Oracle Standard Edition 1 instance engine.
|
static IInstanceEngine |
postgres(PostgresInstanceEngineProps props)
(experimental) Creates a new PostgreSQL instance engine.
|
static IInstanceEngine |
sqlServerEe(SqlServerEeInstanceEngineProps props)
(experimental) Creates a new SQL Server Enterprise Edition instance engine.
|
static IInstanceEngine |
sqlServerEx(SqlServerExInstanceEngineProps props)
(experimental) Creates a new SQL Server Express Edition instance engine.
|
static IInstanceEngine |
sqlServerSe(SqlServerSeInstanceEngineProps props)
(experimental) Creates a new SQL Server Standard Edition instance engine.
|
static IInstanceEngine |
sqlServerWeb(SqlServerWebInstanceEngineProps props)
(experimental) Creates a new SQL Server Web Edition instance engine.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine MARIADB
mariaDb() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine MYSQL
mysql() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine ORACLE_EE
oracleEe() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine ORACLE_SE
@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine ORACLE_SE1
@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine ORACLE_SE2
oracleSe2() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine POSTGRES
postgres() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine SQL_SERVER_EE
sqlServerEe() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine SQL_SERVER_EX
sqlServerEx() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine SQL_SERVER_SE
sqlServerSe() method@Stability(value=Deprecated) @Deprecated public static final IInstanceEngine SQL_SERVER_WEB
sqlServerWeb() methodprotected DatabaseInstanceEngine(software.amazon.jsii.JsiiObjectRef objRef)
protected DatabaseInstanceEngine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public DatabaseInstanceEngine()
@Stability(value=Experimental) @NotNull public static IInstanceEngine mariaDb(@NotNull MariaDbInstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine mysql(@NotNull MySqlInstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine oracleEe(@NotNull OracleEeInstanceEngineProps props)
props - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static IInstanceEngine oracleSe(@NotNull OracleSeInstanceEngineProps props)
props - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static IInstanceEngine oracleSe1(@NotNull OracleSe1InstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine oracleSe2(@NotNull OracleSe2InstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine postgres(@NotNull PostgresInstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine sqlServerEe(@NotNull SqlServerEeInstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine sqlServerEx(@NotNull SqlServerExInstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine sqlServerSe(@NotNull SqlServerSeInstanceEngineProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInstanceEngine sqlServerWeb(@NotNull SqlServerWebInstanceEngineProps props)
props - This parameter is required.Copyright © 2021. All rights reserved.