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.
  • externalArtifactKey: AwsCloudExternalArtifact!
  • # List of AWS-managed policy ARNs to be attached to the role.
  • awsManagedPolicies: [String!]!
  • # List of custom policy documents to be attached to the role.
  • customerManagedPolicies: [CustomerManagedPolicy!]!
  • }

link Require by