/dhall-aws-cloudformation/cloudformation/AWS::QLDB::Ledger/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ DeletionProtection : Optional Bool
, KmsKey : Optional (./../../Fn.dhall).CfnText
, Name : Optional (./../../Fn.dhall).CfnText
, PermissionsMode : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ DeletionProtection = None Bool
, KmsKey = None (./../../Fn.dhall).CfnText
, Name = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}