interface RotationScheduleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecretsManager.RotationScheduleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecretsmanager#RotationScheduleReference |
![]() | software.amazon.awscdk.services.secretsmanager.RotationScheduleReference |
![]() | aws_cdk.aws_secretsmanager.RotationScheduleReference |
![]() | aws-cdk-lib » aws_secretsmanager » RotationScheduleReference |
A reference to a RotationSchedule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_secretsmanager as secretsmanager } from 'aws-cdk-lib';
const rotationScheduleReference: secretsmanager.RotationScheduleReference = {
rotationScheduleId: 'rotationScheduleId',
};
Properties
Name | Type | Description |
---|---|---|
rotation | string | The Id of the RotationSchedule resource. |
rotationScheduleId
Type:
string
The Id of the RotationSchedule resource.