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