OBJECT
PermissionPolicy
Description
AWS permission policy details.
link GraphQL Schema definition
- type PermissionPolicy {
- # External artifact key to uniquely identify the AWS artifact such as cross
- # account role.
- AwsCloudExternalArtifact! :
- # List of AWS-managed policy ARNs to be attached to the role.
- String!]! : [
- # List of custom policy documents to be attached to the role.
- CustomerManagedPolicy!]! : [
- }