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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.SingleUserHostedRotationOptions
SingleUserHostedRotationOptions.Builder, SingleUserHostedRotationOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theSingleUserHostedRotationOptions.Builder.
-
-
Method Details
-
getFunctionName
Description copied from interface:SingleUserHostedRotationOptionsA name for the Lambda created to rotate the secret.Default: - a CloudFormation generated name
- Specified by:
getFunctionNamein interfaceSingleUserHostedRotationOptions
-
getSecurityGroups
Description 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 interfaceSingleUserHostedRotationOptions
-
getVpc
Description copied from interface:SingleUserHostedRotationOptionsThe VPC where the Lambda rotation function will run.Default: - the Lambda is not deployed in a VPC
- Specified by:
getVpcin interfaceSingleUserHostedRotationOptions
-
getVpcSubnets
Description 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 interfaceSingleUserHostedRotationOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-