@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.904Z") @Stability(value=Experimental) public interface RotationSingleUserOptions extends software.amazon.jsii.JsiiSerializable
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() |
default Duration |
getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
default String |
getExcludeCharacters()
(experimental) Specifies characters to not include in generated passwords.
|
@Stability(value=Experimental) @Nullable default Duration getAutomaticallyAfter()
Default: - 30 days
@Stability(value=Experimental) @Nullable default String getExcludeCharacters()
Default: " %+~`#$&*()|[]{}:;<>?!'/
@Stability(value=Experimental) static RotationSingleUserOptions.Builder builder()
RotationSingleUserOptions.Builder
of RotationSingleUserOptions
Copyright © 2021. All rights reserved.