Skip to content

Commit d89eeec

Browse files
author
AWS
committed
AWS CloudTrail Update: Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
1 parent aed7ba8 commit d89eeec

File tree

4 files changed

+655
-1430
lines changed

4 files changed

+655
-1430
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudTrail",
4+
"contributor": "",
5+
"description": "Add new \"Channel\" APIs to enable users to manage channels used for CloudTrail Lake integrations, and \"Resource Policy\" APIs to enable users to manage the resource-based permissions policy attached to a channel."
6+
}

services/cloudtrail/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,18 @@
165165
"rules": [
166166
{
167167
"conditions": [],
168-
"endpoint": {
169-
"url": "https://cloudtrail-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
170-
"properties": {},
171-
"headers": {}
172-
},
173-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://cloudtrail-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
174180
}
175181
]
176182
},
@@ -313,12 +319,18 @@
313319
"rules": [
314320
{
315321
"conditions": [],
316-
"endpoint": {
317-
"url": "https://cloudtrail.{Region}.{PartitionResult#dualStackDnsSuffix}",
318-
"properties": {},
319-
"headers": {}
320-
},
321-
"type": "endpoint"
322+
"type": "tree",
323+
"rules": [
324+
{
325+
"conditions": [],
326+
"endpoint": {
327+
"url": "https://cloudtrail.{Region}.{PartitionResult#dualStackDnsSuffix}",
328+
"properties": {},
329+
"headers": {}
330+
},
331+
"type": "endpoint"
332+
}
333+
]
322334
}
323335
]
324336
},
@@ -331,12 +343,18 @@
331343
},
332344
{
333345
"conditions": [],
334-
"endpoint": {
335-
"url": "https://cloudtrail.{Region}.{PartitionResult#dnsSuffix}",
336-
"properties": {},
337-
"headers": {}
338-
},
339-
"type": "endpoint"
346+
"type": "tree",
347+
"rules": [
348+
{
349+
"conditions": [],
350+
"endpoint": {
351+
"url": "https://cloudtrail.{Region}.{PartitionResult#dnsSuffix}",
352+
"properties": {},
353+
"headers": {}
354+
},
355+
"type": "endpoint"
356+
}
357+
]
340358
}
341359
]
342360
}

0 commit comments

Comments
 (0)