/dhall-aws-cloudformation/cloudformation/AWS::ServiceCatalogAppRegistry::AttributeGroup/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Attributes : (./../../Prelude.dhall).JSON.Type
, Description : Optional (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, Tags :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
, default =
{ Description = None (./../../Fn.dhall).CfnText
, Tags =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}