@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:13.906Z") @Stability(value=Experimental) public class RotationSchedule extends Resource
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
import software.amazon.awscdk.services.lambda.*;
import software.amazon.awscdk.services.secretsmanager.*;
Duration duration;
Function function_;
HostedRotation hostedRotation;
Secret secret;
RotationSchedule rotationSchedule = RotationSchedule.Builder.create(this, "MyRotationSchedule")
.secret(secret)
// the properties below are optional
.automaticallyAfter(duration)
.hostedRotation(hostedRotation)
.rotationLambda(function_)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
RotationSchedule.Builder
(experimental) A fluent builder for
RotationSchedule. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
RotationSchedule(software.constructs.Construct scope,
String id,
RotationScheduleProps props) |
protected |
RotationSchedule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RotationSchedule(software.amazon.jsii.JsiiObjectRef objRef) |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected RotationSchedule(software.amazon.jsii.JsiiObjectRef objRef)
protected RotationSchedule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public RotationSchedule(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
RotationScheduleProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.