| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotationApplication |
IClusterEngine.getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
IClusterEngine.Jsii$Proxy.getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
default SecretRotationApplication |
IClusterEngine.Jsii$Default.getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
IInstanceEngine.getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
IInstanceEngine.Jsii$Proxy.getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
default SecretRotationApplication |
IInstanceEngine.Jsii$Default.getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
IClusterEngine.getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
SecretRotationApplication |
IClusterEngine.Jsii$Proxy.getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
default SecretRotationApplication |
IClusterEngine.Jsii$Default.getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
SecretRotationApplication |
IInstanceEngine.getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
SecretRotationApplication |
IInstanceEngine.Jsii$Proxy.getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
default SecretRotationApplication |
IInstanceEngine.Jsii$Default.getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
| Modifier and Type | Field and Description |
|---|---|
static SecretRotationApplication |
SecretRotationApplication.MARIADB_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MARIADB_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MONGODB_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for MongoDB using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MONGODB_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for MongoDB using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MYSQL_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MySQL using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.MYSQL_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MySQL using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.ORACLE_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS Oracle using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.ORACLE_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS Oracle using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.POSTGRES_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.POSTGRES_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.REDSHIFT_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.REDSHIFT_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the single user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.SQLSERVER_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the multi user rotation scheme.
|
static SecretRotationApplication |
SecretRotationApplication.SQLSERVER_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the single user rotation scheme.
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotationApplication |
SecretRotationApplication.Builder.build() |
SecretRotationApplication |
SecretRotationProps.getApplication()
(experimental) The serverless application for the rotation.
|
SecretRotationApplication |
SecretRotationProps.Jsii$Proxy.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
SecretRotation.Builder |
SecretRotation.Builder.application(SecretRotationApplication application)
(experimental) The serverless application for the rotation.
|
SecretRotationProps.Builder |
SecretRotationProps.Builder.application(SecretRotationApplication application)
Sets the value of
SecretRotationProps.getApplication() |
| Constructor and Description |
|---|
Jsii$Proxy(SecretRotationApplication application,
ISecret secret,
IConnectable target,
IVpc vpc,
Duration automaticallyAfter,
String excludeCharacters,
ISecret masterSecret,
ISecurityGroup securityGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
SecretRotationProps.Builder. |
Copyright © 2021. All rights reserved.