AWS::CloudFormation::Interface ParameterGroup - Amazon CloudFormation
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

AWS::CloudFormation::Interface ParameterGroup

ParameterGroupAWS::CloudFormation::Interface 资源的一个属性,用于定义参数组和要包含在此组中的参数。

语法

JSON

{ "Label" : Label, "Parameters" : [ String, ... ] }

YAML

Label: Label Parameters: - String

属性

Label

参数组的名称。

必需:否

类型AWS::CloudFormation::Interface Label

Parameters

要包含在组中的参数逻辑 ID (区分大小写) 的列表。参数必须已在模板的 Parameters 部分中定义。参数只能包含在一个参数组中。

控制台在 Other parameters 组中按字母顺序列出未与参数组关联的参数。

必需:否

类型:字符串值列表