@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.055Z") @Stability(value=Stable) public class SecretRotation extends software.constructs.Construct
Example:
Secret mySecret;
IConnectable myDatabase;
Vpc myVpc;
SecretRotation.Builder.create(this, "SecretRotation")
.application(SecretRotationApplication.MYSQL_ROTATION_SINGLE_USER) // MySQL single user scheme
.secret(mySecret)
.target(myDatabase) // a Connectable
.vpc(myVpc) // The VPC where the secret rotation application will be deployed
.excludeCharacters(" %+:;{}")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
SecretRotation.Builder
A fluent builder for
SecretRotation. |
| Modifier | Constructor and Description |
|---|---|
|
SecretRotation(software.constructs.Construct scope,
String id,
SecretRotationProps props) |
protected |
SecretRotation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SecretRotation(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SecretRotation(software.amazon.jsii.JsiiObjectRef objRef)
protected SecretRotation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public SecretRotation(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
SecretRotationProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.