| 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()
(experimental) Hosted rotation.
|
HostedRotation |
RotationScheduleOptions.Jsii$Proxy.getHostedRotation() |
static HostedRotation |
HostedRotation.mariaDbMultiUser(MultiUserHostedRotationOptions options)
(experimental) MariaDB Multi User.
|
static HostedRotation |
HostedRotation.mariaDbSingleUser()
(experimental) MariaDB Single User.
|
static HostedRotation |
HostedRotation.mariaDbSingleUser(SingleUserHostedRotationOptions options)
(experimental) MariaDB Single User.
|
static HostedRotation |
HostedRotation.mongoDbMultiUser(MultiUserHostedRotationOptions options)
(experimental) MongoDB Multi User.
|
static HostedRotation |
HostedRotation.mongoDbSingleUser()
(experimental) MongoDB Single User.
|
static HostedRotation |
HostedRotation.mongoDbSingleUser(SingleUserHostedRotationOptions options)
(experimental) MongoDB Single User.
|
static HostedRotation |
HostedRotation.mysqlMultiUser(MultiUserHostedRotationOptions options)
(experimental) MySQL Multi User.
|
static HostedRotation |
HostedRotation.mysqlSingleUser()
(experimental) MySQL Single User.
|
static HostedRotation |
HostedRotation.mysqlSingleUser(SingleUserHostedRotationOptions options)
(experimental) MySQL Single User.
|
static HostedRotation |
HostedRotation.oracleMultiUser(MultiUserHostedRotationOptions options)
(experimental) Oracle Multi User.
|
static HostedRotation |
HostedRotation.oracleSingleUser()
(experimental) Oracle Single User.
|
static HostedRotation |
HostedRotation.oracleSingleUser(SingleUserHostedRotationOptions options)
(experimental) Oracle Single User.
|
static HostedRotation |
HostedRotation.postgreSqlMultiUser(MultiUserHostedRotationOptions options)
(experimental) PostgreSQL Multi User.
|
static HostedRotation |
HostedRotation.postgreSqlSingleUser()
(experimental) PostgreSQL Single User.
|
static HostedRotation |
HostedRotation.postgreSqlSingleUser(SingleUserHostedRotationOptions options)
(experimental) PostgreSQL Single User.
|
static HostedRotation |
HostedRotation.redshiftMultiUser(MultiUserHostedRotationOptions options)
(experimental) Redshift Multi User.
|
static HostedRotation |
HostedRotation.redshiftSingleUser()
(experimental) Redshift Single User.
|
static HostedRotation |
HostedRotation.redshiftSingleUser(SingleUserHostedRotationOptions options)
(experimental) Redshift Single User.
|
static HostedRotation |
HostedRotation.sqlServerMultiUser(MultiUserHostedRotationOptions options)
(experimental) SQL Server Multi User.
|
static HostedRotation |
HostedRotation.sqlServerSingleUser()
(experimental) SQL Server Single User.
|
static HostedRotation |
HostedRotation.sqlServerSingleUser(SingleUserHostedRotationOptions options)
(experimental) SQL Server Single User.
|
| Modifier and Type | Method and Description |
|---|---|
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.hostedRotation(HostedRotation hostedRotation)
Sets the value of
RotationScheduleOptions.getHostedRotation() |
RotationSchedule.Builder |
RotationSchedule.Builder.hostedRotation(HostedRotation hostedRotation)
(experimental) Hosted rotation.
|
RotationScheduleOptions.Builder |
RotationScheduleOptions.Builder.hostedRotation(HostedRotation hostedRotation)
Sets the value of
RotationScheduleOptions.getHostedRotation() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration automaticallyAfter,
HostedRotation hostedRotation,
IFunction rotationLambda)
Constructor that initializes the object based on literal property values passed by the
RotationScheduleOptions.Builder. |
Jsii$Proxy(ISecret secret,
Duration automaticallyAfter,
HostedRotation hostedRotation,
IFunction rotationLambda)
Constructor that initializes the object based on literal property values passed by the
RotationScheduleProps.Builder. |
Copyright © 2021. All rights reserved.