OBJECT

CustomerManagedPolicy

Description

AWS customer created permission policy details.

link GraphQL Schema definition

  • type CustomerManagedPolicy {
  • # Feature associated with the policy.
  • feature: CloudAccountFeature!
  • # Custom name of the policy to be created in AWS.
  • policyName: String!
  • # Policy document JSON string to be used as policy body in AWS.
  • policyDocumentJson: String!
  • }