Amazon CodePipeline · JSON Structure

Amazon Codepipeline Action Type Permissions Structure

Details identifying the users with permissions to use the action type.

Type: object Properties: 1 Required: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

ActionTypePermissions is a JSON Structure definition published by Amazon CodePipeline, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

allowedAccounts

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-action-type-permissions-structure.json",
  "name": "ActionTypePermissions",
  "description": "Details identifying the users with permissions to use the action type.",
  "type": "object",
  "properties": {
    "allowedAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AllowedAccounts"
        },
        {
          "description": "A list of Amazon Web Services account IDs with access to use the action type in their pipelines."
        }
      ]
    }
  },
  "required": [
    "allowedAccounts"
  ]
}