@Stability(value=Stable) @Internal public static final class MultiUserHostedRotationOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MultiUserHostedRotationOptions
MultiUserHostedRotationOptionssoftware.amazon.jsii.JsiiObject.InitializationModeMultiUserHostedRotationOptions.Builder, MultiUserHostedRotationOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(MultiUserHostedRotationOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MultiUserHostedRotationOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getExcludeCharacters()
A string of the characters that you don't want in the password.
|
String |
getFunctionName()
A name for the Lambda created to rotate the secret.
|
ISecret |
getMasterSecret()
The master secret for a multi user rotation scheme.
|
List<ISecurityGroup> |
getSecurityGroups()
A list of security groups for the Lambda created to rotate the secret.
|
IVpc |
getVpc()
The VPC where the Lambda rotation function will run.
|
SubnetSelection |
getVpcSubnets()
The type of subnets in the VPC where the Lambda rotation function will run.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(MultiUserHostedRotationOptions.Builder builder)
MultiUserHostedRotationOptions.Builder.public final ISecret getMasterSecret()
MultiUserHostedRotationOptionsgetMasterSecret in interface MultiUserHostedRotationOptionspublic final String getExcludeCharacters()
SingleUserHostedRotationOptionsDefault: the same exclude characters as the ones used for the secret or " %+~`#$&*()|[]{}:;<>?!'/
getExcludeCharacters in interface SingleUserHostedRotationOptionspublic final String getFunctionName()
SingleUserHostedRotationOptionsDefault: - a CloudFormation generated name
getFunctionName in interface SingleUserHostedRotationOptionspublic final List<ISecurityGroup> getSecurityGroups()
SingleUserHostedRotationOptionsDefault: - a new security group is created
getSecurityGroups in interface SingleUserHostedRotationOptionspublic final IVpc getVpc()
SingleUserHostedRotationOptionsDefault: - the Lambda is not deployed in a VPC
getVpc in interface SingleUserHostedRotationOptionspublic final SubnetSelection getVpcSubnets()
SingleUserHostedRotationOptionsDefault: - the Vpc default strategy if not specified.
getVpcSubnets in interface SingleUserHostedRotationOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.