toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.secretsmanager.kotlin.outputs
/
GetSecretRotationRule
Get
Secret
Rotation
Rule
data
class
GetSecretRotationRule
(
val
automaticallyAfterDays
:
Int
,
val
duration
:
String
,
val
scheduleExpression
:
String
)
Members
Constructors
Get
Secret
Rotation
Rule
Link copied to clipboard
constructor
(
automaticallyAfterDays
:
Int
,
duration
:
String
,
scheduleExpression
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
automatically
After
Days
Link copied to clipboard
val
automaticallyAfterDays
:
Int
duration
Link copied to clipboard
val
duration
:
String
schedule
Expression
Link copied to clipboard
val
scheduleExpression
:
String