class HostedRotationType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecretsManager.HostedRotationType |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecretsmanager#HostedRotationType |
![]() | software.amazon.awscdk.services.secretsmanager.HostedRotationType |
![]() | aws_cdk.aws_secretsmanager.HostedRotationType |
![]() | 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
Name | Type | Description |
---|---|---|
name | string | The type of rotation. |
is | boolean | Whether the rotation uses the mutli user scheme. |
static MARIADB_MULTI_USER | Hosted | MariaDB Multi User. |
static MARIADB_SINGLE_USER | Hosted | MariaDB Single User. |
static MONGODB_MULTI_USER | Hosted | MongoDB Multi User. |
static MONGODB_SINGLE_USER | Hosted | MongoDB Single User. |
static MYSQL_MULTI_USER | Hosted | MySQL Multi User. |
static MYSQL_SINGLE_USER | Hosted | MySQL Single User. |
static ORACLE_MULTI_USER | Hosted | Oracle Multi User. |
static ORACLE_SINGLE_USER | Hosted | Oracle Single User. |
static POSTGRESQL_MULTI_USER | Hosted | PostgreSQL Multi User. |
static POSTGRESQL_SINGLE_USER | Hosted | PostgreSQL Single User. |
static REDSHIFT_MULTI_USER | Hosted | Redshift Multi User. |
static REDSHIFT_SINGLE_USER | Hosted | Redshift Single User. |
static SQLSERVER_MULTI_USER | Hosted | SQL Server Multi User. |
static SQLSERVER_SINGLE_USER | Hosted | SQL 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:
Hosted
MariaDB Multi User.
static MARIADB_SINGLE_USER
Type:
Hosted
MariaDB Single User.
static MONGODB_MULTI_USER
Type:
Hosted
MongoDB Multi User.
static MONGODB_SINGLE_USER
Type:
Hosted
MongoDB Single User.
static MYSQL_MULTI_USER
Type:
Hosted
MySQL Multi User.
static MYSQL_SINGLE_USER
Type:
Hosted
MySQL Single User.
static ORACLE_MULTI_USER
Type:
Hosted
Oracle Multi User.
static ORACLE_SINGLE_USER
Type:
Hosted
Oracle Single User.
static POSTGRESQL_MULTI_USER
Type:
Hosted
PostgreSQL Multi User.
static POSTGRESQL_SINGLE_USER
Type:
Hosted
PostgreSQL Single User.
static REDSHIFT_MULTI_USER
Type:
Hosted
Redshift Multi User.
static REDSHIFT_SINGLE_USER
Type:
Hosted
Redshift Single User.
static SQLSERVER_MULTI_USER
Type:
Hosted
SQL Server Multi User.
static SQLSERVER_SINGLE_USER
Type:
Hosted
SQL Server Single User.