@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:44.622Z") public class SecretRotation extends 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 . |
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
SecretRotation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SecretRotation(software.amazon.jsii.JsiiObjectRef objRef) |
|
SecretRotation(software.constructs.Construct scope,
java.lang.String id,
SecretRotationProps props) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected SecretRotation(software.amazon.jsii.JsiiObjectRef objRef)
protected SecretRotation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public SecretRotation(software.constructs.Construct scope, java.lang.String id, SecretRotationProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.