AWS CDK StringListParameter 允许模式问题
创始人
2024-11-14 13:00:23
0

AWS CDK中的StringListParameter允许您定义一个字符串列表参数。但是,该参数的默认行为是不允许指定一个模式(pattern)。如果您想要为StringListParameter添加一个模式,您可以通过以下步骤解决:

  1. 首先,您需要创建一个自定义的StringListParameter类,继承自cdk的core.StringListParameter类。在该类中,您可以重写validate()方法来添加对模式的验证。
import { StringListParameter, StringListParameterProps } from 'aws-cdk-lib/lib/aws-ssm';

export class CustomStringListParameter extends StringListParameter {
  private readonly pattern: RegExp;

  constructor(scope: Construct, id: string, props: StringListParameterProps) {
    super(scope, id, props);
    this.pattern = props.pattern ? new RegExp(props.pattern) : null;
  }

  protected validate(value: string[]): string[] {
    const errors = super.validate(value);
    if (this.pattern && value.length > 0) {
      for (const val of value) {
        if (!this.pattern.test(val)) {
          errors.push(`Value '${val}' does not match the pattern '${this.pattern}'`);
        }
      }
    }
    return errors;
  }
}
  1. 然后,您可以在您的CDK应用程序中使用这个自定义的StringListParameter类。在构造函数中,您可以提供一个pattern参数来指定模式。
import { Stack, Construct, App } from 'aws-cdk-lib';
import { CustomStringListParameter } from './custom-string-list-parameter';

class MyStack extends Stack {
  constructor(scope: Construct, id: string, props?: StackProps) {
    super(scope, id, props);

    // Create a custom string list parameter with pattern validation
    new CustomStringListParameter(this, 'MyStringListParameter', {
      parameterName: 'MyParameter',
      pattern: '^[A-Za-z0-9]+$',
    });
  }
}

const app = new App();
new MyStack(app, 'MyStack');
app.synth();

在上面的示例中,我们创建了一个自定义的StringListParameter类,并在构造函数中指定了一个模式(pattern)。在validate()方法中,我们将使用传递的模式对每个值进行验证,并返回错误列表(如果有的话)。

请注意,上述代码示例仅为演示目的,并未经过全面测试。在实际使用中,您可能需要根据自己的需求进行修改和优化。

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)hhpoker辅助靠谱,2024新版教程(有挂教学);约局吧能...
透视辅助!wepoker模拟器... 透视辅助!wepoker模拟器哪个好用(脚本)hhpoker辅助挂是真的,科技教程(有挂技巧);囊括...
透视代打!hhpkoer辅助器... 透视代打!hhpkoer辅助器视频(辅助挂)pokemmo脚本辅助,2024新版教程(有挂教程);风...
透视了解!约局吧德州真的有透视... 透视了解!约局吧德州真的有透视挂(透视脚本)德州局HHpoker透视脚本,必胜教程(有挂分析);亲,...
六分钟了解!wepoker挂底... 六分钟了解!wepoker挂底牌(透视)德普之星开辅助,详细教程(有挂解密);德普之星开辅助是一种具...
9分钟了解!wpk私人辅助(透... 9分钟了解!wpk私人辅助(透视)hhpoker德州透视,插件教程(有挂教学);风靡全球的特色经典游...
推荐一款!wepoker究竟有... 推荐一款!wepoker究竟有透视(脚本)哈糖大菠萝开挂,介绍教程(有挂技术);囊括全国各种wepo...
每日必备!wepoker有人用... 每日必备!wepoker有人用过(脚本)wpk有那种辅助,线上教程(有挂规律);wepoker有人用...
玩家必备教程!wejoker私... 玩家必备教程!wejoker私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...