Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support aws:ssm:integration data type #189

Open
thomasklinger1234 opened this issue Jun 16, 2022 · 0 comments
Open

Support aws:ssm:integration data type #189

thomasklinger1234 opened this issue Jun 16, 2022 · 0 comments

Comments

@thomasklinger1234
Copy link

Summary

According to the documentation, the AWS::SSM::Parameter resource does not support the data type aws:ssm:integration which is required to create webhook integrations.

Desired Result

I can create the following resource:

MyIntegration:
  Type: AWS::SSM::Parameter
  Properties:
    Name: /d9d01087-4a3f-49e0-b0b4-d568d7826553/ssm/integrations/webhook/test
    Type: String
    DataType: "aws:ssm:integration"
    Value: |
      {"url": "<some-url>", "description": "webhook URL"}

Currently, we need to work around this limitation by creating it via script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant