toggle menu
pulumi-cloudflare-kotlin
4.16.0.2
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin
/
AccessKeysConfigurationArgs
Access
Keys
Configuration
Args
data
class
AccessKeysConfigurationArgs
(
val
accountId
:
Output
<
String
>
?
=
null
,
val
keyRotationIntervalDays
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
AccessKeysConfigurationArgs
>
Members
Constructors
Access
Keys
Configuration
Args
Link copied to clipboard
constructor
(
accountId
:
Output
<
String
>
?
=
null
,
keyRotationIntervalDays
:
Output
<
Int
>
?
=
null
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
Output
<
String
>
?
=
null
The account identifier to target for the resource.
key
Rotation
Interval
Days
Link copied to clipboard
val
keyRotationIntervalDays
:
Output
<
Int
>
?
=
null
Number of days to trigger a rotation of the keys.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccessKeysConfigurationArgs