@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:35.663Z") @Stability(value=Stable) public interface RotationSingleUserOptions extends software.amazon.jsii.JsiiSerializable, CommonRotationUserOptions
Example:
import software.amazon.awscdk.core.*; 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 CommonRotationUserOptions
RotationSingleUserOptions.Builder
of RotationSingleUserOptions
Copyright © 2023. All rights reserved.