@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.021Z") @Stability(value=Experimental) public interface SingleUserHostedRotationOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SingleUserHostedRotationOptions.Builder
A builder for
SingleUserHostedRotationOptions |
static class |
SingleUserHostedRotationOptions.Jsii$Proxy
An implementation for
SingleUserHostedRotationOptions |
| Modifier and Type | Method and Description |
|---|---|
static SingleUserHostedRotationOptions.Builder |
builder() |
default String |
getFunctionName()
(experimental) A name for the Lambda created to rotate the secret.
|
default List<ISecurityGroup> |
getSecurityGroups()
(experimental) A list of security groups for the Lambda created to rotate the secret.
|
default IVpc |
getVpc()
(experimental) The VPC where the Lambda rotation function will run.
|
default SubnetSelection |
getVpcSubnets()
(experimental) The type of subnets in the VPC where the Lambda rotation function will run.
|
@Stability(value=Experimental) @Nullable default String getFunctionName()
Default: - a CloudFormation generated name
@Stability(value=Experimental) @Nullable default List<ISecurityGroup> getSecurityGroups()
Default: - a new security group is created
@Stability(value=Experimental) @Nullable default IVpc getVpc()
Default: - the Lambda is not deployed in a VPC
@Stability(value=Experimental) @Nullable default SubnetSelection getVpcSubnets()
Default: - the Vpc default strategy if not specified.
@Stability(value=Experimental) static SingleUserHostedRotationOptions.Builder builder()
Copyright © 2021. All rights reserved.