ProjectPolicy
Describes a project policy in the response from ListProjectPolicies.
Contents
- CreationTimestamp
-
The Unix datetime for the creation of the project policy.
Type: Timestamp
Required: No
- LastUpdatedTimestamp
-
The Unix datetime for when the project policy was last updated.
Type: Timestamp
Required: No
- PolicyDocument
-
The JSON document for the project policy.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Pattern:
[\u0009\u000A\u000D\u0020-\u00FF]+
Required: No
- PolicyName
-
The name of the project policy.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_.\-]+
Required: No
- PolicyRevisionId
-
The revision ID of the project policy.
Type: String
Length Constraints: Maximum length of 64.
Pattern:
[0-9A-Fa-f]+
Required: No
- ProjectArn
-
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: