Class MultiUserHostedRotationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.secretsmanager.MultiUserHostedRotationOptions.Jsii$Proxy
- All Implemented Interfaces:
MultiUserHostedRotationOptions,SingleUserHostedRotationOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MultiUserHostedRotationOptions
@Stability(Stable)
@Internal
public static final class MultiUserHostedRotationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MultiUserHostedRotationOptions
An implementation for
MultiUserHostedRotationOptions-
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.MultiUserHostedRotationOptions
MultiUserHostedRotationOptions.Builder, MultiUserHostedRotationOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMultiUserHostedRotationOptions.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 ISecretThe master secret for a multi user rotation scheme.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 theMultiUserHostedRotationOptions.Builder.
-
-
Method Details
-
getMasterSecret
Description copied from interface:MultiUserHostedRotationOptionsThe master secret for a multi user rotation scheme.- Specified by:
getMasterSecretin interfaceMultiUserHostedRotationOptions
-
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()
-