Account Immutability Policy Properties Args
data class AccountImmutabilityPolicyPropertiesArgs(val allowProtectedAppendWrites: Output<Boolean>? = null, val immutabilityPeriodSinceCreationInDays: Output<Int>? = null, val state: Output<Either<String, AccountImmutabilityPolicyState>>? = null) : ConvertibleToJava<AccountImmutabilityPolicyPropertiesArgs>
This defines account-level immutability policy properties.
Constructors
Link copied to clipboard
fun AccountImmutabilityPolicyPropertiesArgs(allowProtectedAppendWrites: Output<Boolean>? = null, immutabilityPeriodSinceCreationInDays: Output<Int>? = null, state: Output<Either<String, AccountImmutabilityPolicyState>>? = null)
Functions
Properties
Link copied to clipboard
The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted.