You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownDescription": "Specifies whether the parameter is required\\. \n*Required*: Yes \n*Type*: Boolean \n*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)",
8053
+
"title": "Required",
8054
+
"type": "boolean"
8055
+
}
8056
+
},
8057
+
"required": [
8058
+
"Required"
8059
+
],
8060
+
"type": "object"
8061
+
},
8048
8062
"AWS::ApiGatewayV2::Stage": {
8049
8063
"additionalProperties": false,
8050
8064
"properties": {
@@ -8987,6 +9001,9 @@
8987
9001
"markdownDescription": "An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version\\. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version\\. \n*Required*: No \n*Type*: Double \n*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)",
"markdownDescription": "Property description not available\\. \n*Required*: No \n*Type*: List of [ClusterEndpoint](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53recoverycontrol-cluster-clusterendpoint.html) \n*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)",
162528
-
"title": "ClusterEndpoints",
162529
-
"type": "array"
162530
-
},
162531
162727
"Name": {
162532
162728
"markdownDescription": "Name of the cluster\\. You can use any non\\-white space character in the name\\. \n*Required*: No \n*Type*: String \n*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)",
162533
162729
"title": "Name",
@@ -162542,6 +162738,9 @@
162542
162738
"type": "array"
162543
162739
}
162544
162740
},
162741
+
"required": [
162742
+
"Name"
162743
+
],
162545
162744
"type": "object"
162546
162745
},
162547
162746
"Type": {
@@ -162560,7 +162759,8 @@
162560
162759
}
162561
162760
},
162562
162761
"required": [
162563
-
"Type"
162762
+
"Type",
162763
+
"Properties"
162564
162764
],
162565
162765
"type": "object"
162566
162766
},
@@ -180840,6 +181040,9 @@
180840
181040
"title": "RotationType",
180841
181041
"type": "string"
180842
181042
},
181043
+
"Runtime": {
181044
+
"type": "string"
181045
+
},
180843
181046
"SuperuserSecretArn": {
180844
181047
"markdownDescription": "The ARN of the secret that contains elevated credentials\\. You must create the superuser secret before you can set this property\\. The Lambda rotation function uses this secret for the [ Alternating users rotation strategy](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets_strategies.html#rotating-secrets-two-users)\\. \nYou can specify `MasterSecretArn` or `SuperuserSecretArn` but not both\\. They represent the same superuser secret\\. \n*Required*: No \n*Type*: String \n*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)",
0 commit comments