aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

[AWS::SSM::Parameter] - [Coverage] - Support for aws:ssm:integration DataType in AWS::SSM::Parameter #2030

Open prashantchaudhary11 opened 2 months ago

prashantchaudhary11 commented 2 months ago

Name of the resource

AWS::SSM::Parameter

Resource name

No response

Description

Requesting to add the support for aws:ssm:integration DataType in AWS::SSM::Parameter. Currently, CloudFormation supports only two data types - text and aws:ec2:image while the PutParameter API call supports aws:ssm:integration data type as well.

It's understandable the using aws:ssm:integration DataType requires the parameter to be of type SecureString which is also not supported by CloudFormation yet and there already exists a feature request for the same. Therefore, once CloudFormation starts supporting the SecureString type parameter, please add the support for aws:ssm:integration data type as well.

Other Details

No response