@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.020Z") @Stability(value=Experimental) public class SecretRotationApplication extends software.amazon.jsii.JsiiObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SecretRotationApplication.Builder
(experimental) A fluent builder for
SecretRotationApplication. |
| Modifier and Type | Field and Description |
|---|---|
static SecretRotationApplication |
MARIADB_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the multi user rotation scheme.
|
static SecretRotationApplication |
MARIADB_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MariaDB using the single user rotation scheme.
|
static SecretRotationApplication |
MONGODB_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for MongoDB using the multi user rotation scheme.
|
static SecretRotationApplication |
MONGODB_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for MongoDB using the single user rotation scheme.
|
static SecretRotationApplication |
MYSQL_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MySQL using the multi user rotation scheme.
|
static SecretRotationApplication |
MYSQL_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS MySQL using the single user rotation scheme.
|
static SecretRotationApplication |
ORACLE_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS Oracle using the multi user rotation scheme.
|
static SecretRotationApplication |
ORACLE_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS Oracle using the single user rotation scheme.
|
static SecretRotationApplication |
POSTGRES_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the multi user rotation scheme.
|
static SecretRotationApplication |
POSTGRES_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS PostgreSQL using the single user rotation scheme.
|
static SecretRotationApplication |
REDSHIFT_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the multi user rotation scheme.
|
static SecretRotationApplication |
REDSHIFT_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for Amazon Redshift using the single user rotation scheme.
|
static SecretRotationApplication |
SQLSERVER_ROTATION_MULTI_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the multi user rotation scheme.
|
static SecretRotationApplication |
SQLSERVER_ROTATION_SINGLE_USER
(experimental) Conducts an AWS SecretsManager secret rotation for RDS SQL Server using the single user rotation scheme.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SecretRotationApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SecretRotationApplication(software.amazon.jsii.JsiiObjectRef objRef) |
|
SecretRotationApplication(String applicationId,
String semanticVersion) |
|
SecretRotationApplication(String applicationId,
String semanticVersion,
SecretRotationApplicationOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
(experimental) The application identifier of the rotation application.
|
Boolean |
getIsMultiUser()
(experimental) Whether the rotation application uses the mutli user scheme.
|
String |
getSemanticVersion()
(experimental) The semantic version of the rotation application.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final SecretRotationApplication MARIADB_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication MARIADB_ROTATION_SINGLE_USER
@Stability(value=Experimental) public static final SecretRotationApplication MONGODB_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication MONGODB_ROTATION_SINGLE_USER
@Stability(value=Experimental) public static final SecretRotationApplication MYSQL_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication MYSQL_ROTATION_SINGLE_USER
@Stability(value=Experimental) public static final SecretRotationApplication ORACLE_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication ORACLE_ROTATION_SINGLE_USER
@Stability(value=Experimental) public static final SecretRotationApplication POSTGRES_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication POSTGRES_ROTATION_SINGLE_USER
@Stability(value=Experimental) public static final SecretRotationApplication REDSHIFT_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication REDSHIFT_ROTATION_SINGLE_USER
@Stability(value=Experimental) public static final SecretRotationApplication SQLSERVER_ROTATION_MULTI_USER
@Stability(value=Experimental) public static final SecretRotationApplication SQLSERVER_ROTATION_SINGLE_USER
protected SecretRotationApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected SecretRotationApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SecretRotationApplication(@NotNull
String applicationId,
@NotNull
String semanticVersion,
@Nullable
SecretRotationApplicationOptions options)
applicationId - This parameter is required.semanticVersion - This parameter is required.options - @Stability(value=Experimental) @NotNull public String getApplicationId()
@Stability(value=Experimental) @NotNull public String getSemanticVersion()
@Stability(value=Experimental) @Nullable public Boolean getIsMultiUser()
Copyright © 2021. All rights reserved.