toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.keyvault.kotlin.inputs
/
LifetimeActionArgs
Lifetime
Action
Args
data
class
LifetimeActionArgs
(
val
action
:
Output
<
ActionArgs
>
?
=
null
,
val
trigger
:
Output
<
TriggerArgs
>
?
=
null
)
:
ConvertibleToJava
<
LifetimeActionArgs
>
Members
Constructors
Lifetime
Action
Args
Link copied to clipboard
constructor
(
action
:
Output
<
ActionArgs
>
?
=
null
,
trigger
:
Output
<
TriggerArgs
>
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
Output
<
ActionArgs
>
?
=
null
The action of key rotation policy lifetimeAction.
trigger
Link copied to clipboard
val
trigger
:
Output
<
TriggerArgs
>
?
=
null
The trigger of key rotation policy lifetimeAction.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LifetimeActionArgs