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

Copy path to clipboard

Source

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