toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.secretsmanager.kotlin.outputs
/
SecretRotationRules
Secret
Rotation
Rules
data
class
SecretRotationRules
(
val
automaticallyAfterDays
:
Int
?
=
null
,
val
duration
:
String
?
=
null
,
val
scheduleExpression
:
String
?
=
null
)
Members
Constructors
Secret
Rotation
Rules
Link copied to clipboard
constructor
(
automaticallyAfterDays
:
Int
?
=
null
,
duration
:
String
?
=
null
,
scheduleExpression
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
automatically
After
Days
Link copied to clipboard
val
automaticallyAfterDays
:
Int
?
=
null
Specifies the number of days between automatic scheduled rotations of the secret.
duration
Link copied to clipboard
val
duration
:
String
?
=
null
schedule
Expression
Link copied to clipboard
val
scheduleExpression
:
String
?
=
null