Skip to content

Resource Suppression: set of undefined schema is not supported #1510

@breathingdust

Description

@breathingdust

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
  • The resources and data sources in this provider are generated from the CloudFormation schema, so they can only support the actions that the underlying schema supports. For this reason submitted bugs should be limited to defects in the generation and runtime code of the provider. Customizing behavior of the resource, or noting a gap in behavior are not valid bugs and should be submitted as enhancements to AWS via the CloudFormation Open Coverage Roadmap.

Description

The emitter is currently unable to handle sets of undefined, so if the resource schema includes this structure then generation will fail.

Affected Resource(s)

  • aws_connect_rule

Schema Definition

"Actions": {
"description": "The list of actions that will be executed when a rule is triggered.",
"type": "object",
"properties": {
"AssignContactCategoryActions": {
"$ref": "#/definitions/AssignContactCategoryActions"
},
"EventBridgeActions": {
"$ref": "#/definitions/EventBridgeActions"
},
"TaskActions": {
"$ref": "#/definitions/TaskActions"
},
"SendNotificationActions": {
"$ref": "#/definitions/SendNotificationActions"
},
"CreateCaseActions": {
"$ref": "#/definitions/CreateCaseActions"
},
"UpdateCaseActions": {
"$ref": "#/definitions/UpdateCaseActions"
},
"EndAssociatedTasksActions": {
"$ref": "#/definitions/EndAssociatedTasksActions"
}
},
"additionalProperties": false
},

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugresource-suppressionIssue that prevents a resource from being generated.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions