ENUM

AwsCloudExternalArtifact

Description

Keywords for AWS external artifacts.

link GraphQL Schema definition

  • enum AwsCloudExternalArtifact {
  • # Keyword to capture AWS Account access key.
  • ACCESS_KEY
  • # Unspecified.
  • ARTIFACT_KEY_UNSPECIFIED
  • # Keyword to capture cross account role.
  • CROSSACCOUNT_ROLE_ARN
  • # Keyword to capture EKS worker node instance profile.
  • EXOCOMPUTE_EKS_MASTERNODE_INSTANCE_PROFILE
  • # Keyword to capture EKS master node role.
  • EXOCOMPUTE_EKS_MASTERNODE_ROLE_ARN
  • # Keyword to capture EKS worker node instance profile.
  • EXOCOMPUTE_EKS_WORKERNODE_INSTANCE_PROFILE
  • # Keyword to capture EKS worker node role.
  • EXOCOMPUTE_EKS_WORKERNODE_ROLE_ARN
  • # Keyword to capture AWS account IAM user.
  • IAM_USER_ARN
  • # Keyword to capture AWS account secret key.
  • SECRET_KEY
  • # Keyword to capture stack ARN.
  • STACK_ARN
  • # Keyword to capture stack name.
  • STACK_NAME
  • }