| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HostedRotation |
RotationScheduleProps.Jsii$Proxy.getHostedRotation() |
default HostedRotation |
RotationScheduleOptions.getHostedRotation()
Hosted rotation.
|
HostedRotation |
RotationScheduleOptions.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 Type | Method and Description |
|---|---|
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.hostedRotation(HostedRotation hostedRotation)
Sets the value of
RotationScheduleOptions.getHostedRotation() |
RotationScheduleOptions.Builder |
RotationScheduleOptions.Builder.hostedRotation(HostedRotation hostedRotation)
Sets the value of
RotationScheduleOptions.getHostedRotation() |
RotationSchedule.Builder |
RotationSchedule.Builder.hostedRotation(HostedRotation hostedRotation)
Hosted rotation.
|
Copyright © 2022. All rights reserved.