AccessKeysConfigurationArgs

data class AccessKeysConfigurationArgs(val accountId: Output<String>? = null, val keyRotationIntervalDays: Output<Int>? = null) : ConvertibleToJava<AccessKeysConfigurationArgs>

Access Keys Configuration defines the rotation policy for the keys that access will use to sign data.

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, keyRotationIntervalDays: Output<Int>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

The account identifier to target for the resource.

Link copied to clipboard
val keyRotationIntervalDays: Output<Int>? = null

Number of days to trigger a rotation of the keys.

Functions

Link copied to clipboard
open override fun toJava(): AccessKeysConfigurationArgs