AWSSecretsManagerSecretRotationRulesType
No description
type AWSSecretsManagerSecretRotationRulesType {
automaticallyAfterDays: Int64!
duration: String!
scheduleExpression: String!
}
Fields
AWSSecretsManagerSecretRotationRulesType.automaticallyAfterDays ● Int64! non-null scalar
The number of days after the previous rotation to rotate the secret
AWSSecretsManagerSecretRotationRulesType.duration ● String! non-null scalar
The length of the rotation window in hours, for example 3h for a three hour window
AWSSecretsManagerSecretRotationRulesType.scheduleExpression ● String! non-null scalar
A cron() or rate() expression that defines the schedule for rotating the secret
Member of
AWSSecretsManagerSecret object