/dhall-aws-cloudformation/cloudformation/AWS::PCAConnectorAD::Template/PrivateKeyFlagsV2.dhall

Copy path to clipboard

Source

{ Type =
{ ClientVersion : (./../../Fn.dhall).CfnText
, ExportableKey : Optional Bool
, StrongKeyProtectionRequired : Optional Bool
}
, default =
{ ExportableKey = None Bool, StrongKeyProtectionRequired = None Bool }
}