OBJECT
CustomerManagedPolicy
Description
AWS customer created permission policy details.
link GraphQL Schema definition
- type CustomerManagedPolicy {
- # Feature associated with the policy.
- : CloudAccountFeature!
- # Policy document JSON string to be used as policy body in AWS.
- : String!
- # Custom name of the policy to be created in AWS.
- : String!
- }