@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.250Z") @Stability(value=Experimental) 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
(experimental) A fluent builder for
SecretRotation. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| 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) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, 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=Experimental)
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.