Class HostedRotationType
- Namespace
- Amazon.CDK.AWS.SecretsManager
- Assembly
- Amazon.CDK.AWS.SecretsManager.dll
Hosted rotation type.
public class HostedRotationType : DeputyBase
- Inheritance
-
HostedRotationType
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SecretsManager;
var hostedRotationType = HostedRotationType.MARIADB_MULTI_USER;
Remarks
ExampleMetadata: fixture=_generated
Properties
IsMultiUser
Whether the rotation uses the mutli user scheme.
public virtual bool? IsMultiUser { get; }
Property Value
- bool?
MARIADB_MULTI_USER
MariaDB Multi User.
public static HostedRotationType MARIADB_MULTI_USER { get; }
Property Value
MARIADB_SINGLE_USER
MariaDB Single User.
public static HostedRotationType MARIADB_SINGLE_USER { get; }
Property Value
MONGODB_MULTI_USER
MongoDB Multi User.
public static HostedRotationType MONGODB_MULTI_USER { get; }
Property Value
MONGODB_SINGLE_USER
MongoDB Single User.
public static HostedRotationType MONGODB_SINGLE_USER { get; }
Property Value
MYSQL_MULTI_USER
MySQL Multi User.
public static HostedRotationType MYSQL_MULTI_USER { get; }
Property Value
MYSQL_SINGLE_USER
MySQL Single User.
public static HostedRotationType MYSQL_SINGLE_USER { get; }
Property Value
Name
The type of rotation.
public virtual string Name { get; }
Property Value
ORACLE_MULTI_USER
Oracle Multi User.
public static HostedRotationType ORACLE_MULTI_USER { get; }
Property Value
ORACLE_SINGLE_USER
Oracle Single User.
public static HostedRotationType ORACLE_SINGLE_USER { get; }
Property Value
POSTGRESQL_MULTI_USER
PostgreSQL Multi User.
public static HostedRotationType POSTGRESQL_MULTI_USER { get; }
Property Value
POSTGRESQL_SINGLE_USER
PostgreSQL Single User.
public static HostedRotationType POSTGRESQL_SINGLE_USER { get; }
Property Value
REDSHIFT_MULTI_USER
Redshift Multi User.
public static HostedRotationType REDSHIFT_MULTI_USER { get; }
Property Value
REDSHIFT_SINGLE_USER
Redshift Single User.
public static HostedRotationType REDSHIFT_SINGLE_USER { get; }
Property Value
SQLSERVER_MULTI_USER
SQL Server Multi User.
public static HostedRotationType SQLSERVER_MULTI_USER { get; }
Property Value
SQLSERVER_SINGLE_USER
SQL Server Single User.
public static HostedRotationType SQLSERVER_SINGLE_USER { get; }