/dhall-aws-cloudformation/cloudformation/AWS::RDS::DBSubnetGroup/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ DBSubnetGroupDescription : (./../../Fn.dhall).CfnText
, DBSubnetGroupName : Optional (./../../Fn.dhall).CfnText
, SubnetIds : List (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ DBSubnetGroupName = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}