cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

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

Open prashantchaudhary11 opened this issue 1 year ago • 0 comments

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

prashantchaudhary11 avatar May 02 '24 13:05 prashantchaudhary11