Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Support aws:ssm:integration data type #189

@thomasklinger1234

Description

@thomasklinger1234

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions