Editor/CoreAPI/StackOutputKeys.cs (8 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 namespace AmazonGameLift.Editor { public static class StackOutputKeys { public const string ApiGatewayEndpoint = "ApiGatewayEndpoint"; public const string UserPoolClientId = "UserPoolClientId"; } }