/dhall-aws-cloudformation/cloudformation/AWS::Pinpoint::Segment/AttributeDimension.dhall
Copy path to clipboardSource
{ Type =
{ AttributeType : Optional (./../../Fn.dhall).CfnText
, Values : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ AttributeType = None (./../../Fn.dhall).CfnText
, Values = None (List (./../../Fn.dhall).CfnText)
}
}