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
feat(client-eventbridge): Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
* <p>Creates an API destination, which is an HTTP invocation endpoint configured as a target
31
31
* for events.</p>
32
-
* <p>API destinations do not support private destinations, such as interface VPC endpoints.</p>
33
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-api-destinations.html">API destinations</a> in the <i>EventBridge User Guide</i>.</p>
32
+
* <p>API destinations do not support private destinations, such as interface VPC
33
+
* endpoints.</p>
34
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-api-destinations.html">API destinations</a> in the
35
+
* <i>EventBridge User Guide</i>.</p>
34
36
* @example
35
37
* Use a bare-bones client and the command you need to make an API call.
* </code> to set a customer managed key on an event bus with an archives or schema discovery enabled.</p>
53
+
* </li>
54
+
* </ul>
55
+
* <p>To enable archives or schema discovery on an event bus, choose to
56
+
* use an Amazon Web Services owned key. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption.html">Data encryption in EventBridge</a> in the <i>Amazon EventBridge User Guide</i>.</p>
57
+
* </note>
35
58
* @example
36
59
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates a global endpoint. Global endpoints improve your application's availability by making it regional-fault tolerant. To do this, you define a primary and secondary Region
31
-
* with event buses in each Region. You also create a Amazon Route 53 health check that will tell EventBridge to route events to the secondary Region when an "unhealthy" state
32
-
* is encountered and events will be routed back to the primary Region when the health check reports a "healthy" state.</p>
30
+
* <p>Creates a global endpoint. Global endpoints improve your application's availability by
31
+
* making it regional-fault tolerant. To do this, you define a primary and secondary Region with
32
+
* event buses in each Region. You also create a Amazon Route 53 health check that will
33
+
* tell EventBridge to route events to the secondary Region when an "unhealthy" state is
34
+
* encountered and events will be routed back to the primary Region when the health check reports
35
+
* a "healthy" state.</p>
33
36
* @example
34
37
* Use a bare-bones client and the command you need to make an API call.
* <p>Delete an existing global endpoint. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the <i>Amazon EventBridge User Guide</i>.</p>
30
+
* <p>Delete an existing global endpoint. For more information about global endpoints, see
31
+
* <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event
32
+
* replication</a> in the <i>
33
+
* <i>Amazon EventBridge User Guide</i>
34
+
* </i>.</p>
31
35
* @example
32
36
* Use a bare-bones client and the command you need to make an API call.
0 commit comments