Uses of Class
software.amazon.awscdk.services.secretsmanager.SecretRotationApplication
Package
Description
Amazon Relational Database Service Construct Library
AWS Secrets Manager Construct Library
-
Uses of SecretRotationApplication in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionDatabaseCluster.getMultiUserRotationApplication()
Application for multi user rotation to this cluster.DatabaseClusterFromSnapshot.getMultiUserRotationApplication()
Application for multi user rotation to this cluster.IClusterEngine.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.IClusterEngine.Jsii$Proxy.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.IInstanceEngine.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.IInstanceEngine.Jsii$Proxy.getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.DatabaseCluster.getSingleUserRotationApplication()
Application for single user rotation of the master password to this cluster.DatabaseClusterFromSnapshot.getSingleUserRotationApplication()
Application for single user rotation of the master password to this cluster.IClusterEngine.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.IClusterEngine.Jsii$Proxy.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.IInstanceEngine.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.IInstanceEngine.Jsii$Proxy.getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario. -
Uses of SecretRotationApplication in software.amazon.awscdk.services.secretsmanager
Modifier and TypeFieldDescriptionstatic final SecretRotationApplication
SecretRotationApplication.MARIADB_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.MARIADB_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the single user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.MONGODB_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for MongoDB using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.MONGODB_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for MongoDB using the single user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.MYSQL_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS MySQL using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.MYSQL_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS MySQL using the single user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.ORACLE_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS Oracle using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.ORACLE_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS Oracle using the single user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.POSTGRES_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.POSTGRES_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the single user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.REDSHIFT_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.REDSHIFT_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the single user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.SQLSERVER_ROTATION_MULTI_USER
Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the multi user rotation scheme.static final SecretRotationApplication
SecretRotationApplication.SQLSERVER_ROTATION_SINGLE_USER
Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the single user rotation scheme.Modifier and TypeMethodDescriptionSecretRotationApplication.Builder.build()
SecretRotationProps.getApplication()
The serverless application for the rotation.SecretRotationProps.Jsii$Proxy.getApplication()
Modifier and TypeMethodDescriptionSecretRotation.Builder.application
(SecretRotationApplication application) The serverless application for the rotation.SecretRotationProps.Builder.application
(SecretRotationApplication application) Sets the value ofSecretRotationProps.getApplication()