Thomas Rhoads

Results 2 issues of Thomas Rhoads

Fixes https://github.com/cloudtools/troposphere/issues/1834

By [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#aws-resource-fms-policy--examples), the YAML representation of the SecurityServicePolicyData has two child nodes... _Type_ and _ManagedServiceData_. They are represented in YAML as follows: ```yaml PolicyWAFv2: Type: AWS::FMS::Policy Properties: ExcludeResourceTags:...