/dhall-aws-cloudformation/cloudformation/AWS::Backup::BackupVault/LockConfigurationType.dhall

Copy path to clipboard

Source

{ Type =
{ ChangeableForDays : Optional Integer
, MaxRetentionDays : Optional Integer
, MinRetentionDays : Integer
}
, default =
{ ChangeableForDays = None Integer, MaxRetentionDays = None Integer }
}