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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.SingleUserHostedRotationOptions
SingleUserHostedRotationOptions.Builder, SingleUserHostedRotationOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSingleUserHostedRotationOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
A string of the characters that you don't want in the password.final String
A 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 IVpc
getVpc()
The VPC where the Lambda rotation function will run.final SubnetSelection
The type of subnets in the VPC where the Lambda rotation function will run.final int
hashCode()
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
-
getExcludeCharacters
Description copied from interface:SingleUserHostedRotationOptions
A string of the characters that you don't want in the password.Default: the same exclude characters as the ones used for the secret or " %+~`#$invalid input: '&'*()|[]{}:;invalid input: '<'>?!'/@\"\\"
- Specified by:
getExcludeCharacters
in interfaceSingleUserHostedRotationOptions
-
getFunctionName
Description copied from interface:SingleUserHostedRotationOptions
A name for the Lambda created to rotate the secret.Default: - a CloudFormation generated name
- Specified by:
getFunctionName
in interfaceSingleUserHostedRotationOptions
-
getSecurityGroups
Description copied from interface:SingleUserHostedRotationOptions
A list of security groups for the Lambda created to rotate the secret.Default: - a new security group is created
- Specified by:
getSecurityGroups
in interfaceSingleUserHostedRotationOptions
-
getVpc
Description copied from interface:SingleUserHostedRotationOptions
The VPC where the Lambda rotation function will run.Default: - the Lambda is not deployed in a VPC
- Specified by:
getVpc
in interfaceSingleUserHostedRotationOptions
-
getVpcSubnets
Description copied from interface:SingleUserHostedRotationOptions
The type of subnets in the VPC where the Lambda rotation function will run.Default: - the Vpc default strategy if not specified.
- Specified by:
getVpcSubnets
in interfaceSingleUserHostedRotationOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-