ENUM
AwsCloudExternalArtifact
Description
Keywords for AWS external artifacts.
link GraphQL Schema definition
- enum AwsCloudExternalArtifact {
- # Keyword to capture AWS Account access key.
- # Unspecified.
- # Keyword to capture cross account role.
- # Keyword to capture EKS worker node instance profile.
- # Keyword to capture EKS master node role.
- # Keyword to capture EKS worker node instance profile.
- # Keyword to capture EKS worker node role.
- # Keyword to capture AWS account IAM user.
- # Keyword to capture AWS account secret key.
- # Keyword to capture stack ARN.
- # Keyword to capture stack name.
- }
link Require by
- ArtifactPolicyRepresents the trust policy for a role.
- ExternalArtifactMapKey value pair for external artifacts associated with an AWS account.
- ExternalArtifactMapReplyA map of an AWS artifact to its value.
- ExternalArtifactsKey value pair for external artifacts associated with an AWS account.
- PermissionPolicyAWS permission policy details.