Skip to content

Commit 918021f

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

File tree

113 files changed

+10709
-3832
lines changed

Some content is hidden

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

113 files changed

+10709
-3832
lines changed

server/schema/resources.schema.json

Lines changed: 417 additions & 9 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": {
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
{
2+
"typeName": "AWS::ApplicationSignals::GroupingConfiguration",
3+
"description": "Resource Type definition for AWS::ApplicationSignals::GroupingConfiguration",
4+
"sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-applicationsignals",
5+
"definitions": {
6+
"AccountId": {
7+
"description": "The identifier for the specified AWS account.",
8+
"type": "string",
9+
"maxLength": 12,
10+
"minLength": 12,
11+
"markdownDescription": "The identifier for the specified AWS account.\n\n---\n\nRequired: No \nType: String \nMinimum Length: 12 \nMaximum Length: 12 \nPattern: ^[0-9]{12}$ \nUpdate requires: No interruption\n"
12+
},
13+
"GroupingString": {
14+
"type": "string",
15+
"minLength": 1,
16+
"maxLength": 128,
17+
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nMinimum Length: 1 \nMaximum Length: 128 \nUpdate requires: No interruption\n"
18+
},
19+
"GroupingAttributeDefinition": {
20+
"type": "object",
21+
"properties": {
22+
"GroupingName": {
23+
"$ref": "#/definitions/GroupingString"
24+
},
25+
"GroupingSourceKeys": {
26+
"type": "array",
27+
"insertionOrder": true,
28+
"minItems": 1,
29+
"items": {
30+
"$ref": "#/definitions/GroupingString"
31+
},
32+
"markdownDescription": "\n\n---\n\nRequired: Yes \nType: Array \nUpdate requires: No interruption\n"
33+
},
34+
"DefaultGroupingValue": {
35+
"$ref": "#/definitions/GroupingString"
36+
}
37+
},
38+
"required": [
39+
"GroupingName",
40+
"GroupingSourceKeys"
41+
],
42+
"additionalProperties": false,
43+
"markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
44+
},
45+
"GroupingAttributeDefinitions": {
46+
"type": "array",
47+
"insertionOrder": false,
48+
"items": {
49+
"$ref": "#/definitions/GroupingAttributeDefinition"
50+
},
51+
"markdownDescription": "\n\n---\n\nRequired: No \nType: Array \nUpdate requires: No interruption\n"
52+
},
53+
"Timestamp": {
54+
"type": "string",
55+
"markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
56+
}
57+
},
58+
"properties": {
59+
"GroupingAttributeDefinitions": {
60+
"$ref": "#/definitions/GroupingAttributeDefinitions"
61+
},
62+
"UpdatedAt": {
63+
"$ref": "#/definitions/Timestamp"
64+
},
65+
"AccountId": {
66+
"$ref": "#/definitions/AccountId"
67+
}
68+
},
69+
"additionalProperties": false,
70+
"required": [
71+
"GroupingAttributeDefinitions"
72+
],
73+
"readOnlyProperties": [
74+
"/properties/UpdatedAt",
75+
"/properties/AccountId"
76+
],
77+
"primaryIdentifier": [
78+
"/properties/AccountId"
79+
],
80+
"handlers": {
81+
"create": {
82+
"permissions": [
83+
"application-signals:PutGroupingConfiguration",
84+
"application-signals:ListGroupingAttributeDefinitions"
85+
]
86+
},
87+
"read": {
88+
"permissions": [
89+
"application-signals:ListGroupingAttributeDefinitions"
90+
]
91+
},
92+
"update": {
93+
"permissions": [
94+
"application-signals:PutGroupingConfiguration",
95+
"application-signals:ListGroupingAttributeDefinitions"
96+
]
97+
},
98+
"delete": {
99+
"permissions": [
100+
"application-signals:DeleteGroupingConfiguration",
101+
"application-signals:ListGroupingAttributeDefinitions"
102+
]
103+
},
104+
"list": {
105+
"permissions": []
106+
}
107+
},
108+
"tagging": {
109+
"taggable": false
110+
},
111+
"attributes": {
112+
"UpdatedAt": {
113+
"$ref": "#/definitions/Timestamp"
114+
},
115+
"AccountId": {
116+
"$ref": "#/definitions/AccountId"
117+
}
118+
}
119+
}

0 commit comments

Comments
 (0)