// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\r
// SPDX-License-Identifier: Apache-2.0
namespace AWS.Deploy.Common.Recipes.Validation
{
public enum RecipeValidatorList
{
///
/// Must be paired with
///
FargateTaskSizeCpuMemoryLimits,
///
/// Must be paired with
///
ValidDockerfilePath
}
}