interface IRotationScheduleRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecretsManager.IRotationScheduleRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecretsmanager#IRotationScheduleRef |
Java | software.amazon.awscdk.services.secretsmanager.IRotationScheduleRef |
Python | aws_cdk.aws_secretsmanager.IRotationScheduleRef |
TypeScript | aws-cdk-lib » aws_secretsmanager » IRotationScheduleRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a RotationSchedule.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| rotation | Rotation | A reference to a RotationSchedule resource. |
node
Type:
Node
The tree node.
rotationScheduleRef
Type:
Rotation
A reference to a RotationSchedule resource.

.NET
Go
Java
Python
TypeScript