/dhall-aws-cloudformation/cloudformation/AWS::Redshift::ClusterParameterGroup/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Description : (./../../Fn.dhall).CfnText
, ParameterGroupFamily : (./../../Fn.dhall).CfnText
, ParameterGroupName : Optional (./../../Fn.dhall).CfnText
, Parameters : Optional (List (./Parameter.dhall).Type)
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ ParameterGroupName = None (./../../Fn.dhall).CfnText
, Parameters = None (List (./Parameter.dhall).Type)
, Tags = None (List (./../Tag.dhall).Type)
}
}