PolicyGeneration
Contains details about the policy generation status and properties.
Contents
- jobId
-
The
JobId
that is returned by theStartPolicyGeneration
operation. TheJobId
can be used withGetGeneratedPolicy
to retrieve the generated policies or used withCancelPolicyGeneration
to cancel the policy generation request.Type: String
Required: Yes
- principalArn
-
The ARN of the IAM entity (user or role) for which you are generating a policy.
Type: String
Pattern:
arn:[^:]*:iam::[^:]*:(role|user)/.{1,576}
Required: Yes
- startedOn
-
A timestamp of when the policy generation started.
Type: Timestamp
Required: Yes
- status
-
The status of the policy generation request.
Type: String
Valid Values:
IN_PROGRESS | SUCCEEDED | FAILED | CANCELED
Required: Yes
- completedOn
-
A timestamp of when the policy generation was completed.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: