/dhall-aws-cloudformation/cloudformation/AWS::Forecast::Dataset/AttributesItems.dhall

Copy path to clipboard

Source

{ Type =
{ AttributeName : Optional (./../../Fn.dhall).CfnText
, AttributeType : Optional (./../../Fn.dhall).CfnText
}
, default =
{ AttributeName = None (./../../Fn.dhall).CfnText
, AttributeType = None (./../../Fn.dhall).CfnText
}
}