Uses of Class
software.amazon.awscdk.services.secretsmanager.SecretRotationApplication
Packages that use SecretRotationApplication
Package
Description
Amazon Relational Database Service Construct Library
AWS Secrets Manager Construct Library
-
Uses of SecretRotationApplication in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return SecretRotationApplicationModifier 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 SecretRotationApplicationIClusterEngine.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 SecretRotationApplicationIInstanceEngine.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 SecretRotationApplicationIClusterEngine.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 SecretRotationApplicationIInstanceEngine.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
Fields in software.amazon.awscdk.services.secretsmanager declared as SecretRotationApplicationModifier and TypeFieldDescriptionstatic final SecretRotationApplicationSecretRotationApplication.MARIADB_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for RDS MariaDB using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.MARIADB_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for RDS MariaDB using the single user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.MONGODB_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for MongoDB using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.MONGODB_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for MongoDB using the single user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.MYSQL_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for RDS MySQL using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.MYSQL_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for RDS MySQL using the single user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.ORACLE_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for RDS Oracle using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.ORACLE_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for RDS Oracle using the single user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.POSTGRES_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.POSTGRES_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the single user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.REDSHIFT_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for Amazon Redshift using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.REDSHIFT_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for Amazon Redshift using the single user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.SQLSERVER_ROTATION_MULTI_USERConducts an AWS SecretsManager secret rotation for RDS SQL Server using the multi user rotation scheme.static final SecretRotationApplicationSecretRotationApplication.SQLSERVER_ROTATION_SINGLE_USERConducts an AWS SecretsManager secret rotation for RDS SQL Server using the single user rotation scheme.Methods in software.amazon.awscdk.services.secretsmanager that return SecretRotationApplicationModifier and TypeMethodDescriptionSecretRotationApplication.Builder.build()SecretRotationProps.getApplication()The serverless application for the rotation.SecretRotationProps.Jsii$Proxy.getApplication()Methods in software.amazon.awscdk.services.secretsmanager with parameters of type SecretRotationApplicationModifier and TypeMethodDescriptionSecretRotation.Builder.application(SecretRotationApplication application) The serverless application for the rotation.SecretRotationProps.Builder.application(SecretRotationApplication application) Sets the value ofSecretRotationProps.getApplication()