/dhall-aws-cloudformation/cloudformation/AWS::ElastiCache::ParameterGroup/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ CacheParameterGroupFamily : (./../../Fn.dhall).CfnText
, Description : (./../../Fn.dhall).CfnText
, Properties :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ Properties =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, Tags = None (List (./../Tag.dhall).Type)
}
}