{ "$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-input-structure.json", "name": "GetResourcePolicyInput", "description": "GetResourcePolicyInput schema from Amazon CodeBuild", "type": "object", "properties": { "resourceArn": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": " The ARN of the resource that is associated with the resource policy. " } ] } }, "required": [ "resourceArn" ] }