aws-cdk-lib.aws_secretsmanager.HostedRotationType

class HostedRotationType

LanguageType name
.NETAmazon.CDK.AWS.SecretsManager.HostedRotationType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssecretsmanager#HostedRotationType
Javasoftware.amazon.awscdk.services.secretsmanager.HostedRotationType
Pythonaws_cdk.aws_secretsmanager.HostedRotationType
TypeScript (source)aws-cdk-lib » aws_secretsmanager » HostedRotationType

Hosted rotation type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_secretsmanager as secretsmanager } from 'aws-cdk-lib';
const hostedRotationType = secretsmanager.HostedRotationType.MARIADB_MULTI_USER;

Properties

NameTypeDescription
namestringThe type of rotation.
isMultiUser?booleanWhether the rotation uses the mutli user scheme.
static MARIADB_MULTI_USERHostedRotationTypeMariaDB Multi User.
static MARIADB_SINGLE_USERHostedRotationTypeMariaDB Single User.
static MONGODB_MULTI_USERHostedRotationTypeMongoDB Multi User.
static MONGODB_SINGLE_USERHostedRotationTypeMongoDB Single User.
static MYSQL_MULTI_USERHostedRotationTypeMySQL Multi User.
static MYSQL_SINGLE_USERHostedRotationTypeMySQL Single User.
static ORACLE_MULTI_USERHostedRotationTypeOracle Multi User.
static ORACLE_SINGLE_USERHostedRotationTypeOracle Single User.
static POSTGRESQL_MULTI_USERHostedRotationTypePostgreSQL Multi User.
static POSTGRESQL_SINGLE_USERHostedRotationTypePostgreSQL Single User.
static REDSHIFT_MULTI_USERHostedRotationTypeRedshift Multi User.
static REDSHIFT_SINGLE_USERHostedRotationTypeRedshift Single User.
static SQLSERVER_MULTI_USERHostedRotationTypeSQL Server Multi User.
static SQLSERVER_SINGLE_USERHostedRotationTypeSQL Server Single User.

name

Type: string

The type of rotation.


isMultiUser?

Type: boolean (optional)

Whether the rotation uses the mutli user scheme.


static MARIADB_MULTI_USER

Type: HostedRotationType

MariaDB Multi User.


static MARIADB_SINGLE_USER

Type: HostedRotationType

MariaDB Single User.


static MONGODB_MULTI_USER

Type: HostedRotationType

MongoDB Multi User.


static MONGODB_SINGLE_USER

Type: HostedRotationType

MongoDB Single User.


static MYSQL_MULTI_USER

Type: HostedRotationType

MySQL Multi User.


static MYSQL_SINGLE_USER

Type: HostedRotationType

MySQL Single User.


static ORACLE_MULTI_USER

Type: HostedRotationType

Oracle Multi User.


static ORACLE_SINGLE_USER

Type: HostedRotationType

Oracle Single User.


static POSTGRESQL_MULTI_USER

Type: HostedRotationType

PostgreSQL Multi User.


static POSTGRESQL_SINGLE_USER

Type: HostedRotationType

PostgreSQL Single User.


static REDSHIFT_MULTI_USER

Type: HostedRotationType

Redshift Multi User.


static REDSHIFT_SINGLE_USER

Type: HostedRotationType

Redshift Single User.


static SQLSERVER_MULTI_USER

Type: HostedRotationType

SQL Server Multi User.


static SQLSERVER_SINGLE_USER

Type: HostedRotationType

SQL Server Single User.