public static final class SingleUserHostedRotationOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SingleUserHostedRotationOptions
SingleUserHostedRotationOptions
SingleUserHostedRotationOptions.Builder, SingleUserHostedRotationOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFunctionName()
A name for the Lambda created to rotate the secret.
|
java.util.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFunctionName()
SingleUserHostedRotationOptions
Default: - a CloudFormation generated name
getFunctionName
in interface SingleUserHostedRotationOptions
public final java.util.List<ISecurityGroup> getSecurityGroups()
SingleUserHostedRotationOptions
Default: - a new security group is created
getSecurityGroups
in interface SingleUserHostedRotationOptions
public final IVpc getVpc()
SingleUserHostedRotationOptions
Default: - the Lambda is not deployed in a VPC
getVpc
in interface SingleUserHostedRotationOptions
public final SubnetSelection getVpcSubnets()
SingleUserHostedRotationOptions
Default: - the Vpc default strategy if not specified.
getVpcSubnets
in interface SingleUserHostedRotationOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()