@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.504Z") @Stability(value=Stable) public interface RotationSingleUserOptions extends software.amazon.jsii.JsiiSerializable, CommonRotationUserOptions
Example:
import software.amazon.awscdk.*;
DatabaseInstance instance;
instance.addRotationSingleUser(RotationSingleUserOptions.builder()
.automaticallyAfter(Duration.days(7)) // defaults to 30 days
.excludeCharacters("!@#$%^&*")
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
RotationSingleUserOptions.Builder
A builder for
RotationSingleUserOptions |
static class |
RotationSingleUserOptions.Jsii$Proxy
An implementation for
RotationSingleUserOptions |
| Modifier and Type | Method and Description |
|---|---|
static RotationSingleUserOptions.Builder |
builder() |
getAutomaticallyAfter, getEndpoint, getExcludeCharacters, getVpcSubnets@Stability(value=Stable) static RotationSingleUserOptions.Builder builder()
builder in interface CommonRotationUserOptionsRotationSingleUserOptions.Builder of RotationSingleUserOptionsCopyright © 2022. All rights reserved.