| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotationApplication |
DatabaseClusterFromSnapshot.getMultiUserRotationApplication()
Application for multi user rotation to this cluster.
|
SecretRotationApplication |
IClusterEngine.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
IClusterEngine.Jsii$Proxy.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
default SecretRotationApplication |
IClusterEngine.Jsii$Default.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
DatabaseCluster.getMultiUserRotationApplication()
Application for multi user rotation to this cluster.
|
SecretRotationApplication |
IInstanceEngine.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
IInstanceEngine.Jsii$Proxy.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
default SecretRotationApplication |
IInstanceEngine.Jsii$Default.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
DatabaseClusterFromSnapshot.getSingleUserRotationApplication()
Application for single user rotation of the master password to this cluster.
|
SecretRotationApplication |
IClusterEngine.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
SecretRotationApplication |
IClusterEngine.Jsii$Proxy.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
default SecretRotationApplication |
IClusterEngine.Jsii$Default.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
SecretRotationApplication |
DatabaseCluster.getSingleUserRotationApplication()
Application for single user rotation of the master password to this cluster.
|
SecretRotationApplication |
IInstanceEngine.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
SecretRotationApplication |
IInstanceEngine.Jsii$Proxy.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
default SecretRotationApplication |
IInstanceEngine.Jsii$Default.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
| Modifier and Type | Field and Description |
|---|---|
static SecretRotationApplication |
SecretRotationApplication.MARIADB_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MARIADB_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MONGODB_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for MongoDB using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MONGODB_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for MongoDB using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MYSQL_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS MySQL using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MYSQL_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS MySQL using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.ORACLE_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS Oracle using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.ORACLE_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS Oracle using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.POSTGRES_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.POSTGRES_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.REDSHIFT_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.REDSHIFT_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.SQLSERVER_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.SQLSERVER_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the single user rotation scheme.
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotationApplication |
SecretRotationApplication.Builder.build() |
SecretRotationApplication |
SecretRotationProps.getApplication()
The serverless application for the rotation.
|
SecretRotationApplication |
SecretRotationProps.Jsii$Proxy.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation.Builder |
SecretRotation.Builder.application(SecretRotationApplication application)
The serverless application for the rotation.
|
SecretRotationProps.Builder |
SecretRotationProps.Builder.application(SecretRotationApplication application)
Sets the value of
SecretRotationProps.getApplication() |
Copyright © 2022. All rights reserved.