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

missing resource properties when building a template containing an AWS::EC2::VPNConnection #808

Description

@dhx-mike-palandra

Version: Rain v1.24.4 linux/amd64

Following is a CLI (bash+aws+jq+rain) which, if I'm reading the resource schema correctly, shows all missing resource properties for type AWS::EC2::VPNConnection:

jq -en '(input | .Schema | fromjson | (.properties | keys) - (.readOnlyProperties | map(sub(".*/"; "")))) as $schema | $schema - [input | .Resources[] | recurse | objects | keys[]]' <(aws --output json cloudformation describe-type --type RESOURCE --type-name AWS::EC2::VPNConnection) <(rain build --json AWS::EC2::VPNConnection)

On my host, this outputs the following missing resource properties:

[
  "PreSharedKeyStorage",
  "TunnelBandwidth",
  "VpnConcentratorId"
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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