toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storage.kotlin.inputs
/
KeyPolicyArgs
Key
Policy
Args
data
class
KeyPolicyArgs
(
val
keyExpirationPeriodInDays
:
Output
<
Int
>
)
:
ConvertibleToJava
<
KeyPolicyArgs
>
KeyPolicy assigned to the storage account.
Members
Constructors
Key
Policy
Args
Link copied to clipboard
constructor
(
keyExpirationPeriodInDays
:
Output
<
Int
>
)
Properties
key
Expiration
Period
In
Days
Link copied to clipboard
val
keyExpirationPeriodInDays
:
Output
<
Int
>
The key expiration period in days.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KeyPolicyArgs