// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT package config const ( ModeEC2 = "ec2" ModeOnPrem = "onPrem" ModeOnPremise = "onPremise" ModeWithIRSA = "withIRSA" )