Class HostedRotationType
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.secretsmanager.HostedRotationType
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.288Z")
@Stability(Stable)
public class HostedRotationType
extends software.amazon.jsii.JsiiObject
Hosted rotation type.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.secretsmanager.*; HostedRotationType hostedRotationType = HostedRotationType.MARIADB_MULTI_USER;
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HostedRotationType
MariaDB Multi User.static final HostedRotationType
MariaDB Single User.static final HostedRotationType
MongoDB Multi User.static final HostedRotationType
MongoDB Single User.static final HostedRotationType
MySQL Multi User.static final HostedRotationType
MySQL Single User.static final HostedRotationType
Oracle Multi User.static final HostedRotationType
Oracle Single User.static final HostedRotationType
PostgreSQL Multi User.static final HostedRotationType
PostgreSQL Single User.static final HostedRotationType
Redshift Multi User.static final HostedRotationType
Redshift Single User.static final HostedRotationType
SQL Server Multi User.static final HostedRotationType
SQL Server Single User. -
Constructor Summary
ModifierConstructorDescriptionprotected
HostedRotationType
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
HostedRotationType
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionWhether the rotation uses the mutli user scheme.getName()
The type of rotation.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
MARIADB_MULTI_USER
MariaDB Multi User. -
MARIADB_SINGLE_USER
MariaDB Single User. -
MONGODB_MULTI_USER
MongoDB Multi User. -
MONGODB_SINGLE_USER
MongoDB Single User. -
MYSQL_MULTI_USER
MySQL Multi User. -
MYSQL_SINGLE_USER
MySQL Single User. -
ORACLE_MULTI_USER
Oracle Multi User. -
ORACLE_SINGLE_USER
Oracle Single User. -
POSTGRESQL_MULTI_USER
PostgreSQL Multi User. -
POSTGRESQL_SINGLE_USER
PostgreSQL Single User. -
REDSHIFT_MULTI_USER
Redshift Multi User. -
REDSHIFT_SINGLE_USER
Redshift Single User. -
SQLSERVER_MULTI_USER
SQL Server Multi User. -
SQLSERVER_SINGLE_USER
SQL Server Single User.
-
-
Constructor Details
-
HostedRotationType
protected HostedRotationType(software.amazon.jsii.JsiiObjectRef objRef) -
HostedRotationType
protected HostedRotationType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
getName
The type of rotation. -
getIsMultiUser
Whether the rotation uses the mutli user scheme.
-