Skip to content

Commit cf1b89d

Browse files
kddejonggithub-actions[bot]
authored andcommitted
1 parent 1920608 commit cf1b89d

File tree

209 files changed

+20442
-5226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+20442
-5226
lines changed

server/schema/resources.schema.json

Lines changed: 943 additions & 27 deletions
Large diffs are not rendered by default.

server/schema/resources/aws-amazonmq-broker.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@
7777
},
7878
"AuthenticationStrategy": {
7979
"type": "string",
80-
"anyOf": [
81-
{
82-
"enum": [
83-
"SIMPLE",
84-
"LDAP"
85-
],
86-
"type": "string"
87-
},
88-
{
89-
"pattern": "^[Ss][Ii][Mm][Pp][Ll][Ee]$"
90-
},
91-
{
92-
"pattern": "^[Ll][Dd][Aa][Pp]$"
93-
}
94-
],
9580
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n"
9681
},
9782
"LdapServerMetadata": {

server/schema/resources/aws-apigateway-account.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"readOnlyProperties": [
3434
"/properties/Id"
3535
],
36-
"description": "The ``AWS::ApiGateway::Account`` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account.",
36+
"description": "The ``AWS::ApiGateway::Account`` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one ``AWS::ApiGateway::Account`` resource per region per account. \n When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access.",
3737
"additionalProperties": false,
3838
"primaryIdentifier": [
3939
"/properties/Id"

server/schema/resources/aws-apigateway-apikey.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"markdownDescription": "\n\n---\n\nRequired: No \nType: Boolean \nUpdate requires: Replacement\n"
3232
},
3333
"Name": {
34-
"description": "A name for the API key. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the API key name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).\n If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.",
34+
"description": "A name for the API key. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the API key name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).\n If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.",
3535
"type": "string",
36-
"markdownDescription": "A name for the API key. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the API key name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).\n If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n"
36+
"markdownDescription": "A name for the API key. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the API key name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).\n If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n"
3737
},
3838
"StageKeys": {
3939
"description": "",
@@ -83,25 +83,25 @@
8383
"additionalProperties": false,
8484
"properties": {
8585
"Key": {
86-
"description": "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.",
86+
"description": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.",
8787
"type": "string",
8888
"minLength": 1,
8989
"maxLength": 128,
90-
"markdownDescription": "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.\n\n---\n\nRequired: Yes \nType: String \nMinimum Length: 1 \nMaximum Length: 128 \nUpdate requires: No interruption\n"
90+
"markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.\n\n---\n\nRequired: Yes \nType: String \nMinimum Length: 1 \nMaximum Length: 128 \nUpdate requires: No interruption\n"
9191
},
9292
"Value": {
93-
"description": "The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ",
93+
"description": "The value for the specified tag key.",
9494
"type": "string",
9595
"maxLength": 256,
96-
"markdownDescription": "The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. \n\n---\n\nRequired: Yes \nType: String \nMaximum Length: 256 \nUpdate requires: No interruption\n"
96+
"markdownDescription": "The value for the specified tag key.\n\n---\n\nRequired: Yes \nType: String \nMaximum Length: 256 \nUpdate requires: No interruption\n"
9797
}
9898
},
9999
"required": [
100100
"Value",
101101
"Key"
102102
],
103-
"description": "",
104-
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
103+
"description": "An array of key-value pairs to apply to this resource.\n For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).",
104+
"markdownDescription": "An array of key-value pairs to apply to this resource.\n For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
105105
}
106106
},
107107
"tagging": {

server/schema/resources/aws-apigateway-basepathmapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"typeName": "AWS::ApiGateway::BasePathMapping",
3-
"description": "The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL.",
3+
"description": "The ``AWS::ApiGateway::BasePathMapping`` resource creates a base path that clients who call your API must use in the invocation URL. Supported only for public custom domain names.",
44
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway",
55
"additionalProperties": false,
66
"properties": {

server/schema/resources/aws-apigateway-clientcertificate.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,21 @@
3131
"properties": {
3232
"Key": {
3333
"type": "string",
34-
"markdownDescription": "\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
34+
"description": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.",
35+
"markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
3536
},
3637
"Value": {
3738
"type": "string",
38-
"markdownDescription": "\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
39+
"description": "The value for the specified tag key.",
40+
"markdownDescription": "The value for the specified tag key.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
3941
}
4042
},
4143
"required": [
4244
"Value",
4345
"Key"
4446
],
45-
"description": "",
46-
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
47+
"description": "An array of key-value pairs to apply to this resource.\n For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).",
48+
"markdownDescription": "An array of key-value pairs to apply to this resource.\n For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
4749
}
4850
},
4951
"tagging": {

server/schema/resources/aws-apigateway-deployment.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,26 +279,26 @@
279279
"markdownDescription": "The ``CanarySetting`` property type specifies settings for the canary deployment in this stage.\n ``CanarySetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
280280
},
281281
"Tag": {
282-
"description": "",
282+
"description": "An array of key-value pairs to apply to this resource.\n For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).",
283283
"additionalProperties": false,
284284
"type": "object",
285285
"properties": {
286286
"Value": {
287-
"description": "The value for the tag",
287+
"description": "The value for the specified tag key.",
288288
"type": "string",
289-
"markdownDescription": "The value for the tag\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
289+
"markdownDescription": "The value for the specified tag key.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
290290
},
291291
"Key": {
292-
"description": "The key name of the tag",
292+
"description": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.",
293293
"type": "string",
294-
"markdownDescription": "The key name of the tag\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
294+
"markdownDescription": "A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.\n\n---\n\nRequired: Yes \nType: String \nUpdate requires: No interruption\n"
295295
}
296296
},
297297
"required": [
298298
"Value",
299299
"Key"
300300
],
301-
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
301+
"markdownDescription": "An array of key-value pairs to apply to this resource.\n For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
302302
},
303303
"DeploymentCanarySettings": {
304304
"description": "The ``DeploymentCanarySettings`` property type specifies settings for the canary deployment.",
@@ -331,7 +331,7 @@
331331
"markdownDescription": "The ``DeploymentCanarySettings`` property type specifies settings for the canary deployment.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
332332
},
333333
"AccessLogSetting": {
334-
"description": "The ``AccessLogSetting`` property type specifies settings for logging access in this stage.\n ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.",
334+
"description": "The ``AccessLogSetting`` property type specifies settings for logging access in this stage.\n ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.",
335335
"additionalProperties": false,
336336
"type": "object",
337337
"properties": {
@@ -346,7 +346,7 @@
346346
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
347347
}
348348
},
349-
"markdownDescription": "The ``AccessLogSetting`` property type specifies settings for logging access in this stage.\n ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
349+
"markdownDescription": "The ``AccessLogSetting`` property type specifies settings for logging access in this stage.\n ``AccessLogSetting`` is a property of the [StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
350350
}
351351
},
352352
"properties": {

server/schema/resources/aws-apigateway-documentationpart.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nAllowed Values: API | AUTHORIZER | MODEL | RESOURCE | METHOD | PATH_PARAMETER | QUERY_PARAMETER | REQUEST_HEADER | REQUEST_BODY | RESPONSE | RESPONSE_HEADER | RESPONSE_BODY \nUpdate requires: No interruption\n"
7171
}
7272
},
73-
"description": "The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.\n For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.",
74-
"markdownDescription": "The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.\n For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
73+
"description": "The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.\n For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.",
74+
"markdownDescription": "The ``Location`` property specifies the location of the Amazon API Gateway API entity that the documentation applies to. ``Location`` is a property of the [AWS::ApiGateway::DocumentationPart](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-documentationpart.html) resource.\n For more information about each property, including constraints and valid values, see [DocumentationPart](https://docs.aws.amazon.com/apigateway/latest/api/API_DocumentationPartLocation.html) in the *Amazon API Gateway REST API Reference*.\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
7575
}
7676
},
7777
"required": [

0 commit comments

Comments
 (0)