/dhall-aws-cloudformation/cloudformation/AWS::EC2::KeyPair.dhall

Copy path to clipboard

Source

{ Properties = ./AWS::EC2::KeyPair/Properties.dhall
, Resources = ./AWS::EC2::KeyPair/Resources.dhall
, GetAttr =
{ KeyFingerprint = (./../Fn.dhall).GetAttOf "KeyFingerprint"
, KeyPairId = (./../Fn.dhall).GetAttOf "KeyPairId"
}
}