@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:37.734Z") @Stability(value=Experimental) public interface SecretRotationApplicationOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.secretsmanager.*;
SecretRotationApplicationOptions secretRotationApplicationOptions = SecretRotationApplicationOptions.builder()
.isMultiUser(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretRotationApplicationOptions.Builder
A builder for
SecretRotationApplicationOptions |
static class |
SecretRotationApplicationOptions.Jsii$Proxy
An implementation for
SecretRotationApplicationOptions |
| Modifier and Type | Method and Description |
|---|---|
static SecretRotationApplicationOptions.Builder |
builder() |
default Boolean |
getIsMultiUser()
(experimental) Whether the rotation application uses the mutli user scheme.
|
@Stability(value=Experimental) @Nullable default Boolean getIsMultiUser()
Default: false
@Stability(value=Experimental) static SecretRotationApplicationOptions.Builder builder()
Copyright © 2022. All rights reserved.