AWS::Neptune::DBClusterParameterGroup
AWS::Neptune::DBClusterParameterGroup
资源创建新的 Amazon Neptune 数据库集群参数组。
向数据库群集应用参数组可能需要重启实例,从而造成实例重启期间数据库运行中断。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "Type" : "AWS::Neptune::DBClusterParameterGroup", "Properties" : { "Description" :
String
, "Family" :String
, "Name" :String
, "Parameters" :Json
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Neptune::DBClusterParameterGroup Properties: Description:
String
Family:String
Name:String
Parameters:Json
Tags:- Tag
属性
Description
-
为此数据库集群参数组提供客户指定的描述。
必需:是
类型:字符串
Update requires: Replacement
Family
-
必须是
neptune1
。必需:是
类型:字符串
Update requires: Replacement
Name
-
提供数据库集群参数组的名称。
必需:否
类型:字符串
Update requires: Replacement
Parameters
-
要为数据库群集参数组设置的参数。
参数表示为由键/值对组成的 JSON 对象。
如果更新参数,可能会发生一些中断,具体取决于更新的参数。
必需:是
类型:Json
Update requires: No interruption
Tags
-
要附加到此参数组的标签。
必需:否
类型:Tag 的列表
Update requires: No interruption
返回值
Ref
在将此资源的逻辑 ID 传递给内部 Ref
函数时,Ref
返回 资源名称。
For more information about using the Ref
function, see Ref.