@Stability(value=Experimental) @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(ISecret masterSecret,
String functionName,
List<? extends ISecurityGroup> securityGroups,
IVpc vpc,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
MultiUserHostedRotationOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getFunctionName()
(experimental) A name for the Lambda created to rotate the secret.
|
ISecret |
getMasterSecret()
(experimental) The master secret for a multi user rotation scheme.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) A list of security groups for the Lambda created to rotate the secret.
|
IVpc |
getVpc()
(experimental) The VPC where the Lambda rotation function will run.
|
SubnetSelection |
getVpcSubnets()
(experimental) 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(ISecret masterSecret, String functionName, List<? extends ISecurityGroup> securityGroups, IVpc vpc, SubnetSelection vpcSubnets)
MultiUserHostedRotationOptions.Builder.public final ISecret getMasterSecret()
MultiUserHostedRotationOptionsgetMasterSecret in interface MultiUserHostedRotationOptionspublic 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 © 2021. All rights reserved.