GetPolicyRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
PolicyArn object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getpolicyrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetPolicyRequest",
  "title": "GetPolicyRequest",
  "type": "object",
  "required": [
    "PolicyArn"
  ],
  "properties": {
    "PolicyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/arnType"
        },
        {
          "description": "<p>The Amazon Resource Name (ARN) of the managed policy that you want information about.</p> <p>For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>"
        }
      ]
    }
  }
}