|
1 | 1 | {
|
| 2 | + "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", |
| 3 | + "tagging": { |
| 4 | + "permissions": [ |
| 5 | + "apigateway:PUT", |
| 6 | + "apigateway:PATCH", |
| 7 | + "apigateway:DELETE", |
| 8 | + "apigateway:GET", |
| 9 | + "apigateway:POST" |
| 10 | + ], |
| 11 | + "taggable": true, |
| 12 | + "tagOnCreate": true, |
| 13 | + "tagUpdatable": true, |
| 14 | + "tagProperty": "/properties/Tags", |
| 15 | + "cloudFormationSystemTags": true |
| 16 | + }, |
| 17 | + "handlers": { |
| 18 | + "read": { |
| 19 | + "permissions": [ |
| 20 | + "apigateway:GET" |
| 21 | + ] |
| 22 | + }, |
| 23 | + "create": { |
| 24 | + "permissions": [ |
| 25 | + "apigateway:POST", |
| 26 | + "apigateway:GET", |
| 27 | + "apigateway:UpdateDomainNamePolicy" |
| 28 | + ] |
| 29 | + }, |
| 30 | + "update": { |
| 31 | + "permissions": [ |
| 32 | + "apigateway:GET", |
| 33 | + "apigateway:PUT", |
| 34 | + "apigateway:PATCH", |
| 35 | + "apigateway:UpdateDomainNamePolicy" |
| 36 | + ] |
| 37 | + }, |
| 38 | + "list": { |
| 39 | + "permissions": [ |
| 40 | + "apigateway:GET" |
| 41 | + ] |
| 42 | + }, |
| 43 | + "delete": { |
| 44 | + "permissions": [ |
| 45 | + "apigateway:DELETE", |
| 46 | + "apigateway:GET", |
| 47 | + "apigateway:UpdateDomainNamePolicy" |
| 48 | + ] |
| 49 | + } |
| 50 | + }, |
2 | 51 | "typeName": "AWS::ApiGateway::DomainNameV2",
|
| 52 | + "readOnlyProperties": [ |
| 53 | + "/properties/DomainNameId", |
| 54 | + "/properties/DomainNameArn" |
| 55 | + ], |
3 | 56 | "description": "Resource Type definition for AWS::ApiGateway::DomainNameV2.",
|
4 |
| - "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git", |
| 57 | + "createOnlyProperties": [ |
| 58 | + "/properties/DomainName", |
| 59 | + "/properties/SecurityPolicy", |
| 60 | + "/properties/EndpointConfiguration" |
| 61 | + ], |
| 62 | + "additionalProperties": false, |
| 63 | + "primaryIdentifier": [ |
| 64 | + "/properties/DomainNameArn" |
| 65 | + ], |
5 | 66 | "definitions": {
|
6 | 67 | "EndpointConfiguration": {
|
| 68 | + "additionalProperties": false, |
7 | 69 | "type": "object",
|
8 | 70 | "properties": {
|
| 71 | + "IpAddressType": { |
| 72 | + "type": "string", |
| 73 | + "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n" |
| 74 | + }, |
9 | 75 | "Types": {
|
10 | 76 | "type": "array",
|
11 | 77 | "items": {
|
|
15 | 81 | "markdownDescription": "\n\n---\n\nRequired: No \nType: Array \nUpdate requires: No interruption\n"
|
16 | 82 | }
|
17 | 83 | },
|
18 |
| - "additionalProperties": false, |
19 | 84 | "markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
|
20 | 85 | },
|
21 | 86 | "Tag": {
|
| 87 | + "additionalProperties": false, |
22 | 88 | "type": "object",
|
23 | 89 | "properties": {
|
24 |
| - "Key": { |
| 90 | + "Value": { |
25 | 91 | "type": "string",
|
26 | 92 | "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
|
27 | 93 | },
|
28 |
| - "Value": { |
| 94 | + "Key": { |
29 | 95 | "type": "string",
|
30 | 96 | "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n"
|
31 | 97 | }
|
32 | 98 | },
|
33 |
| - "additionalProperties": false, |
34 | 99 | "markdownDescription": "\n\n---\n\nRequired: No \nUpdate requires: No interruption\n"
|
35 | 100 | }
|
36 | 101 | },
|
37 | 102 | "properties": {
|
38 |
| - "CertificateArn": { |
39 |
| - "type": "string", |
40 |
| - "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n" |
41 |
| - }, |
42 |
| - "DomainName": { |
43 |
| - "type": "string", |
44 |
| - "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n" |
45 |
| - }, |
46 |
| - "EndpointConfiguration": { |
47 |
| - "$ref": "#/definitions/EndpointConfiguration" |
48 |
| - }, |
49 |
| - "SecurityPolicy": { |
50 |
| - "type": "string", |
51 |
| - "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n" |
52 |
| - }, |
53 | 103 | "Policy": {
|
54 | 104 | "type": [
|
55 | 105 | "object",
|
|
61 | 111 | "type": "string",
|
62 | 112 | "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\nRead only property: Yes"
|
63 | 113 | },
|
64 |
| - "DomainNameArn": { |
| 114 | + "DomainName": { |
| 115 | + "type": "string", |
| 116 | + "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n" |
| 117 | + }, |
| 118 | + "SecurityPolicy": { |
65 | 119 | "type": "string",
|
| 120 | + "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: Replacement\n" |
| 121 | + }, |
| 122 | + "DomainNameArn": { |
66 | 123 | "description": "The amazon resource name (ARN) of the domain name resource.",
|
| 124 | + "type": "string", |
67 | 125 | "markdownDescription": "The amazon resource name (ARN) of the domain name resource.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\nRead only property: Yes"
|
68 | 126 | },
|
| 127 | + "EndpointConfiguration": { |
| 128 | + "$ref": "#/definitions/EndpointConfiguration" |
| 129 | + }, |
69 | 130 | "Tags": {
|
70 | 131 | "type": "array",
|
71 | 132 | "items": {
|
72 | 133 | "$ref": "#/definitions/Tag"
|
73 | 134 | },
|
74 | 135 | "markdownDescription": "\n\n---\n\nRequired: No \nType: Array \nUpdate requires: No interruption\n"
|
75 |
| - } |
76 |
| - }, |
77 |
| - "tagging": { |
78 |
| - "taggable": true, |
79 |
| - "tagOnCreate": true, |
80 |
| - "tagUpdatable": true, |
81 |
| - "cloudFormationSystemTags": true, |
82 |
| - "tagProperty": "/properties/Tags", |
83 |
| - "permissions": [ |
84 |
| - "apigateway:PUT", |
85 |
| - "apigateway:PATCH", |
86 |
| - "apigateway:DELETE", |
87 |
| - "apigateway:GET", |
88 |
| - "apigateway:POST" |
89 |
| - ] |
90 |
| - }, |
91 |
| - "additionalProperties": false, |
92 |
| - "primaryIdentifier": [ |
93 |
| - "/properties/DomainNameArn" |
94 |
| - ], |
95 |
| - "createOnlyProperties": [ |
96 |
| - "/properties/DomainName", |
97 |
| - "/properties/SecurityPolicy", |
98 |
| - "/properties/EndpointConfiguration" |
99 |
| - ], |
100 |
| - "readOnlyProperties": [ |
101 |
| - "/properties/DomainNameId", |
102 |
| - "/properties/DomainNameArn" |
103 |
| - ], |
104 |
| - "handlers": { |
105 |
| - "create": { |
106 |
| - "permissions": [ |
107 |
| - "apigateway:POST", |
108 |
| - "apigateway:GET", |
109 |
| - "apigateway:UpdateDomainNamePolicy" |
110 |
| - ] |
111 |
| - }, |
112 |
| - "read": { |
113 |
| - "permissions": [ |
114 |
| - "apigateway:GET" |
115 |
| - ] |
116 |
| - }, |
117 |
| - "update": { |
118 |
| - "permissions": [ |
119 |
| - "apigateway:GET", |
120 |
| - "apigateway:PUT", |
121 |
| - "apigateway:PATCH", |
122 |
| - "apigateway:UpdateDomainNamePolicy" |
123 |
| - ] |
124 |
| - }, |
125 |
| - "delete": { |
126 |
| - "permissions": [ |
127 |
| - "apigateway:DELETE", |
128 |
| - "apigateway:GET", |
129 |
| - "apigateway:UpdateDomainNamePolicy" |
130 |
| - ] |
131 | 136 | },
|
132 |
| - "list": { |
133 |
| - "permissions": [ |
134 |
| - "apigateway:GET" |
135 |
| - ] |
| 137 | + "CertificateArn": { |
| 138 | + "type": "string", |
| 139 | + "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\n" |
136 | 140 | }
|
137 | 141 | },
|
138 | 142 | "attributes": {
|
|
141 | 145 | "markdownDescription": "\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\nRead only property: Yes"
|
142 | 146 | },
|
143 | 147 | "DomainNameArn": {
|
144 |
| - "type": "string", |
145 | 148 | "description": "The amazon resource name (ARN) of the domain name resource.",
|
| 149 | + "type": "string", |
146 | 150 | "markdownDescription": "The amazon resource name (ARN) of the domain name resource.\n\n---\n\nRequired: No \nType: String \nUpdate requires: No interruption\nRead only property: Yes"
|
147 | 151 | }
|
148 | 152 | }
|
|
0 commit comments