/dhall-aws-cloudformation/cloudformation/AWS::Redshift::ClusterSubnetGroup/Properties.dhall
Copy path to clipboardSource
{ Type =
{ Description : (./../../Fn.dhall).CfnText
, SubnetIds : List (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default.Tags = None (List (./../Tag.dhall).Type)
}