Amazon CodeBuild · JSON Structure

Amazon Codebuild Get Resource Policy Output Structure

GetResourcePolicyOutput schema from Amazon CodeBuild

Type: object Properties: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

policy

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-codebuild/refs/heads/main/json-structure/amazon-codebuild-get-resource-policy-output-structure.json",
  "name": "GetResourcePolicyOutput",
  "description": "GetResourcePolicyOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The resource policy for the resource identified by the input ARN parameter. "
        }
      ]
    }
  }
}