@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.014Z") @Stability(value=Experimental) public class HostedRotationType extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static HostedRotationType |
MARIADB_MULTI_USER
(experimental) MariaDB Multi User.
|
static HostedRotationType |
MARIADB_SINGLE_USER
(experimental) MariaDB Single User.
|
static HostedRotationType |
MONGODB_MULTI_USER
(experimental) MongoDB Multi User.
|
static HostedRotationType |
MONGODB_SINGLE_USER
(experimental) MongoDB Single User.
|
static HostedRotationType |
MYSQL_MULTI_USER
(experimental) MySQL Multi User.
|
static HostedRotationType |
MYSQL_SINGLE_USER
(experimental) MySQL Single User.
|
static HostedRotationType |
ORACLE_MULTI_USER
(experimental) Oracle Multi User.
|
static HostedRotationType |
ORACLE_SINGLE_USER
(experimental) Oracle Single User.
|
static HostedRotationType |
POSTGRESQL_MULTI_USER
(experimental) PostgreSQL Multi User.
|
static HostedRotationType |
POSTGRESQL_SINGLE_USER
(experimental) PostgreSQL Single User.
|
static HostedRotationType |
REDSHIFT_MULTI_USER
(experimental) Redshift Multi User.
|
static HostedRotationType |
REDSHIFT_SINGLE_USER
(experimental) Redshift Single User.
|
static HostedRotationType |
SQLSERVER_MULTI_USER
(experimental) SQL Server Multi User.
|
static HostedRotationType |
SQLSERVER_SINGLE_USER
(experimental) SQL Server Single User.
|
| Modifier | Constructor and Description |
|---|---|
protected |
HostedRotationType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
HostedRotationType(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsMultiUser()
(experimental) Whether the rotation uses the mutli user scheme.
|
String |
getName()
(experimental) The type of rotation.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final HostedRotationType MARIADB_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType MARIADB_SINGLE_USER
@Stability(value=Experimental) public static final HostedRotationType MONGODB_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType MONGODB_SINGLE_USER
@Stability(value=Experimental) public static final HostedRotationType MYSQL_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType MYSQL_SINGLE_USER
@Stability(value=Experimental) public static final HostedRotationType ORACLE_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType ORACLE_SINGLE_USER
@Stability(value=Experimental) public static final HostedRotationType POSTGRESQL_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType POSTGRESQL_SINGLE_USER
@Stability(value=Experimental) public static final HostedRotationType REDSHIFT_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType REDSHIFT_SINGLE_USER
@Stability(value=Experimental) public static final HostedRotationType SQLSERVER_MULTI_USER
@Stability(value=Experimental) public static final HostedRotationType SQLSERVER_SINGLE_USER
Copyright © 2021. All rights reserved.