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.104.0 (build e79254c)",
date="2024-11-21T06:34:16.006Z")
@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
FieldsModifier and TypeFieldDescriptionstatic final HostedRotationTypeMariaDB Multi User.static final HostedRotationTypeMariaDB Single User.static final HostedRotationTypeMongoDB Multi User.static final HostedRotationTypeMongoDB Single User.static final HostedRotationTypeMySQL Multi User.static final HostedRotationTypeMySQL Single User.static final HostedRotationTypeOracle Multi User.static final HostedRotationTypeOracle Single User.static final HostedRotationTypePostgreSQL Multi User.static final HostedRotationTypePostgreSQL Single User.static final HostedRotationTypeRedshift Multi User.static final HostedRotationTypeRedshift Single User.static final HostedRotationTypeSQL Server Multi User.static final HostedRotationTypeSQL Server Single User. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHostedRotationType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedHostedRotationType(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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.
-