| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RotationScheduleProps
(experimental) Construction properties for a RotationSchedule.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RotationScheduleOptions.Jsii$Proxy
An implementation for
RotationScheduleOptions |
static class |
RotationScheduleProps.Jsii$Proxy
An implementation for
RotationScheduleProps |
| Modifier and Type | Method and Description |
|---|---|
RotationScheduleOptions |
RotationScheduleOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
RotationSchedule |
ISecret.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
RotationSchedule |
ISecret.Jsii$Proxy.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
default RotationSchedule |
ISecret.Jsii$Default.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
RotationSchedule |
SecretTargetAttachment.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
RotationSchedule |
ISecretTargetAttachment.Jsii$Proxy.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
default RotationSchedule |
ISecretTargetAttachment.Jsii$Default.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
RotationSchedule |
Secret.addRotationSchedule(String id,
RotationScheduleOptions options)
(experimental) Adds a rotation schedule to the secret.
|
Copyright © 2021. All rights reserved.