/dhall-aws-cloudformation/cloudformation/AWS::CloudFormation::ResourceDefaultVersion/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ TypeName : Optional (./../../Fn.dhall).CfnText
, TypeVersionArn : Optional (./../../Fn.dhall).CfnText
, VersionId : Optional (./../../Fn.dhall).CfnText
}
, default =
{ TypeName = None (./../../Fn.dhall).CfnText
, TypeVersionArn = None (./../../Fn.dhall).CfnText
, VersionId = None (./../../Fn.dhall).CfnText
}
}