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
:param str region_name: The Region name (required)
162
+
:param str availability_zone_name: The Availability Zone name (required)
163
+
:param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently.
164
+
:param str authorization: Access token (in JWT format) required to use any API endpoint.
165
+
:param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow.
:param str region_name: The Region name (required)
187
+
:param str availability_zone_name: The Availability Zone name (required)
188
+
:param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently.
189
+
:param str authorization: Access token (in JWT format) required to use any API endpoint.
190
+
:param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow.
:param str protection_policy_name: The Protection Policy name (required)
154
+
:param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently.
155
+
:param str authorization: Access token (in JWT format) required to use any API endpoint.
156
+
:param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow.
:param str protection_policy_name: The Protection Policy name (required)
178
+
:param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently.
179
+
:param str authorization: Access token (in JWT format) required to use any API endpoint.
180
+
:param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow.
0 commit comments