// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 namespace AspNetAppElasticBeanstalkWindows.Configurations { /// /// The configuration settings that are passed in from the deploy tool to the CDK project. If /// custom settings are defined in the recipe definition then corresponding properties should be added here. /// /// This is a partial class with all of the settings defined by default in the recipe declared in the /// Generated directory's version of this file. /// public partial class Configuration { } }