RotationSchedule

class RotationSchedule : KotlinCustomResource

Resource Type definition for AWS::SecretsManager::RotationSchedule

Properties

Link copied to clipboard
val awsId: Output<String>

The ARN of the secret.

Link copied to clipboard

Creates a new Lambda rotation function based on one of the Secrets Manager rotation function templates. To use a rotation function that already exists, specify RotationLambdaARN instead.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.

Link copied to clipboard

The ARN of an existing Lambda rotation function. To specify a rotation function that is also defined in this template, use the Ref function.

Link copied to clipboard

A structure that defines the rotation configuration for this secret.

Link copied to clipboard
val secretId: Output<String>

The ARN or name of the secret to rotate.

Link copied to clipboard
val urn: Output<String>