OBJECT
ArtifactPolicy
Description
Represents the trust policy for a role.
link GraphQL Schema definition
- type ArtifactPolicy {
- # The role for the trust policy.
- AwsCloudExternalArtifact! :
- # Trust policy JSON document to be attached to the role.
- String! :
- # Message denoting the status of trust policy retrieval for the role (Empty if no
- # error).
- String! :
- }