Properties
| Name | Type | Description |
|---|---|---|
| PolicyArn | object | |
| VersionId | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetPolicyVersionRequest",
"title": "GetPolicyVersionRequest",
"type": "object",
"required": [
"PolicyArn",
"VersionId"
],
"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>"
}
]
},
"VersionId": {
"allOf": [
{
"$ref": "#/components/schemas/policyVersionIdType"
},
{
"description": "<p>Identifies the policy version to retrieve.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.</p>"
}
]
}
}
}