Class SingleUserHostedRotationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.secretsmanager.SingleUserHostedRotationOptions.Jsii$Proxy
- All Implemented Interfaces:
- SingleUserHostedRotationOptions,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SingleUserHostedRotationOptions
@Stability(Stable)
@Internal
public static final class SingleUserHostedRotationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SingleUserHostedRotationOptions
An implementation for 
SingleUserHostedRotationOptions- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.SingleUserHostedRotationOptionsSingleUserHostedRotationOptions.Builder, SingleUserHostedRotationOptions.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSingleUserHostedRotationOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA name for the Lambda created to rotate the secret.final List<ISecurityGroup>A list of security groups for the Lambda created to rotate the secret.final IVpcgetVpc()The VPC where the Lambda rotation function will run.final SubnetSelectionThe type of subnets in the VPC where the Lambda rotation function will run.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theSingleUserHostedRotationOptions.Builder.
 
- 
- 
Method Details- 
getFunctionNameDescription copied from interface:SingleUserHostedRotationOptionsA name for the Lambda created to rotate the secret.Default: - a CloudFormation generated name - Specified by:
- getFunctionNamein interface- SingleUserHostedRotationOptions
 
- 
getSecurityGroupsDescription copied from interface:SingleUserHostedRotationOptionsA list of security groups for the Lambda created to rotate the secret.Default: - a new security group is created - Specified by:
- getSecurityGroupsin interface- SingleUserHostedRotationOptions
 
- 
getVpcDescription copied from interface:SingleUserHostedRotationOptionsThe VPC where the Lambda rotation function will run.Default: - the Lambda is not deployed in a VPC - Specified by:
- getVpcin interface- SingleUserHostedRotationOptions
 
- 
getVpcSubnetsDescription copied from interface:SingleUserHostedRotationOptionsThe type of subnets in the VPC where the Lambda rotation function will run.Default: - the Vpc default strategy if not specified. - Specified by:
- getVpcSubnetsin interface- SingleUserHostedRotationOptions
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-