Uses of Class
software.amazon.awscdk.services.secretsmanager.HostedRotation
Package
Description
AWS Secrets Manager Construct Library
-
Uses of HostedRotation in software.amazon.awscdk.services.secretsmanager
Modifier and TypeMethodDescriptiondefault HostedRotation
RotationScheduleOptions.getHostedRotation()
Hosted rotation.final HostedRotation
RotationScheduleOptions.Jsii$Proxy.getHostedRotation()
final HostedRotation
RotationScheduleProps.Jsii$Proxy.getHostedRotation()
static HostedRotation
HostedRotation.mariaDbMultiUser
(MultiUserHostedRotationOptions options) MariaDB Multi User.static HostedRotation
HostedRotation.mariaDbSingleUser()
MariaDB Single User.static HostedRotation
HostedRotation.mariaDbSingleUser
(SingleUserHostedRotationOptions options) MariaDB Single User.static HostedRotation
HostedRotation.mongoDbMultiUser
(MultiUserHostedRotationOptions options) MongoDB Multi User.static HostedRotation
HostedRotation.mongoDbSingleUser()
MongoDB Single User.static HostedRotation
HostedRotation.mongoDbSingleUser
(SingleUserHostedRotationOptions options) MongoDB Single User.static HostedRotation
HostedRotation.mysqlMultiUser
(MultiUserHostedRotationOptions options) MySQL Multi User.static HostedRotation
HostedRotation.mysqlSingleUser()
MySQL Single User.static HostedRotation
HostedRotation.mysqlSingleUser
(SingleUserHostedRotationOptions options) MySQL Single User.static HostedRotation
HostedRotation.oracleMultiUser
(MultiUserHostedRotationOptions options) Oracle Multi User.static HostedRotation
HostedRotation.oracleSingleUser()
Oracle Single User.static HostedRotation
HostedRotation.oracleSingleUser
(SingleUserHostedRotationOptions options) Oracle Single User.static HostedRotation
HostedRotation.postgreSqlMultiUser
(MultiUserHostedRotationOptions options) PostgreSQL Multi User.static HostedRotation
HostedRotation.postgreSqlSingleUser()
PostgreSQL Single User.static HostedRotation
HostedRotation.postgreSqlSingleUser
(SingleUserHostedRotationOptions options) PostgreSQL Single User.static HostedRotation
HostedRotation.redshiftMultiUser
(MultiUserHostedRotationOptions options) Redshift Multi User.static HostedRotation
HostedRotation.redshiftSingleUser()
Redshift Single User.static HostedRotation
HostedRotation.redshiftSingleUser
(SingleUserHostedRotationOptions options) Redshift Single User.static HostedRotation
HostedRotation.sqlServerMultiUser
(MultiUserHostedRotationOptions options) SQL Server Multi User.static HostedRotation
HostedRotation.sqlServerSingleUser()
SQL Server Single User.static HostedRotation
HostedRotation.sqlServerSingleUser
(SingleUserHostedRotationOptions options) SQL Server Single User.Modifier and TypeMethodDescriptionRotationSchedule.Builder.hostedRotation
(HostedRotation hostedRotation) Hosted rotation.RotationScheduleOptions.Builder.hostedRotation
(HostedRotation hostedRotation) Sets the value ofRotationScheduleOptions.getHostedRotation()
RotationScheduleProps.Builder.hostedRotation
(HostedRotation hostedRotation) Sets the value ofRotationScheduleOptions.getHostedRotation()