3
0

AWSResourceMappingConstants.h 994 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. #pragma once
  9. namespace AWSCore
  10. {
  11. static constexpr const char AWSChinaRegionPrefix[] = "cn-";
  12. static constexpr const char AWSFeatureGemRESTApiIdKeyNameSuffix[] = ".RESTApiId";
  13. static constexpr const char AWSFeatureGemRESTApiStageKeyNameSuffix[] = ".RESTApiStage";
  14. static constexpr const char ResourceMappingAccountIdKeyName[] = "AccountId";
  15. static constexpr const char ResourceMappingResourcesKeyName[] = "AWSResourceMappings";
  16. static constexpr const char ResourceMappingNameIdKeyName[] = "Name/ID";
  17. static constexpr const char ResourceMappingRegionKeyName[] = "Region";
  18. static constexpr const char ResourceMappingTypeKeyName[] = "Type";
  19. static constexpr const char ResourceMappingVersionKeyName[] = "Version";
  20. } // namespace AWSCore