aws-sdk-managedgrafana 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-managedgrafana/client.rb +61 -59
- data/lib/aws-sdk-managedgrafana/types.rb +81 -75
- data/lib/aws-sdk-managedgrafana.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95d1063eedc2551fd155e40eaa7b6bd779a0985a40b02bd76b0340793c0b8cc3
|
|
4
|
+
data.tar.gz: 8bf298a66f196a2e7cac0b6975d77569d1836221f2498a21db297b0f9a2ccb53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d96a64a32df7817926d52f10c648433c0bf1c52817536dadfb3cde8e14865b830aa0640fd483cda412d736e9a62e2b591c27d52735b747d6076a500aef4802c0
|
|
7
|
+
data.tar.gz: 9f3bdc522883c556b465a803f98728cc443f9a7d65c6bf9a72e20151c28791695e83060183faa1e032010bfceb9c19acccda97d1cb587bc7fd9f54e8220fb955
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.13.0
|
|
@@ -508,22 +508,23 @@ module Aws::ManagedGrafana
|
|
|
508
508
|
# in other accounts in an organization.
|
|
509
509
|
#
|
|
510
510
|
# @option params [required, String] :permission_type
|
|
511
|
-
#
|
|
512
|
-
#
|
|
513
|
-
# permissions that the workspace needs to use Amazon Web
|
|
514
|
-
# sources and notification channels.
|
|
515
|
-
#
|
|
516
|
-
#
|
|
517
|
-
#
|
|
518
|
-
#
|
|
519
|
-
#
|
|
520
|
-
#
|
|
521
|
-
#
|
|
522
|
-
#
|
|
523
|
-
#
|
|
524
|
-
#
|
|
525
|
-
#
|
|
526
|
-
#
|
|
511
|
+
# When creating a workspace through the Amazon Web Services API, CLI or
|
|
512
|
+
# Amazon Web Services CloudFormation, you must manage IAM roles and
|
|
513
|
+
# provision the permissions that the workspace needs to use Amazon Web
|
|
514
|
+
# Services data sources and notification channels.
|
|
515
|
+
#
|
|
516
|
+
# You must also specify a `workspaceRoleArn` for a role that you will
|
|
517
|
+
# manage for the workspace to use when accessing those datasources and
|
|
518
|
+
# notification channels.
|
|
519
|
+
#
|
|
520
|
+
# The ability for Amazon Managed Grafana to create and update IAM roles
|
|
521
|
+
# on behalf of the user is supported only in the Amazon Managed Grafana
|
|
522
|
+
# console, where this value may be set to `SERVICE_MANAGED`.
|
|
523
|
+
#
|
|
524
|
+
# <note markdown="1"> Use only the `CUSTOMER_MANAGED` permission type when creating a
|
|
525
|
+
# workspace with the API, CLI or Amazon Web Services CloudFormation.
|
|
526
|
+
#
|
|
527
|
+
# </note>
|
|
527
528
|
#
|
|
528
529
|
# For more information, see [Amazon Managed Grafana permissions and
|
|
529
530
|
# policies for Amazon Web Services data sources and notification
|
|
@@ -545,15 +546,7 @@ module Aws::ManagedGrafana
|
|
|
545
546
|
# sources for your Grafana workspace to connect to.
|
|
546
547
|
#
|
|
547
548
|
# @option params [Array<String>] :workspace_data_sources
|
|
548
|
-
#
|
|
549
|
-
# queried in this workspace. Specifying these data sources here enables
|
|
550
|
-
# Amazon Managed Grafana to create IAM roles and permissions that allow
|
|
551
|
-
# Amazon Managed Grafana to read data from these sources. You must still
|
|
552
|
-
# add them as data sources in the Grafana console in the workspace.
|
|
553
|
-
#
|
|
554
|
-
# If you don't specify a data source here, you can still add it as a
|
|
555
|
-
# data source in the workspace console later. However, you will then
|
|
556
|
-
# have to manually configure permissions for it.
|
|
549
|
+
# This parameter is for internal use only, and should not be used.
|
|
557
550
|
#
|
|
558
551
|
# @option params [String] :workspace_description
|
|
559
552
|
# A description for the workspace. This is used only to help you
|
|
@@ -576,10 +569,11 @@ module Aws::ManagedGrafana
|
|
|
576
569
|
# of an organization.
|
|
577
570
|
#
|
|
578
571
|
# @option params [String] :workspace_role_arn
|
|
579
|
-
#
|
|
580
|
-
#
|
|
581
|
-
#
|
|
582
|
-
#
|
|
572
|
+
# Specified the IAM role that grants permissions to the Amazon Web
|
|
573
|
+
# Services resources that the workspace will view data from, including
|
|
574
|
+
# both data sources and notification channels. You are responsible for
|
|
575
|
+
# managing the permissions for this role as new data sources or
|
|
576
|
+
# notification channels are added.
|
|
583
577
|
#
|
|
584
578
|
# @return [Types::CreateWorkspaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
585
579
|
#
|
|
@@ -1325,28 +1319,41 @@ module Aws::ManagedGrafana
|
|
|
1325
1319
|
#
|
|
1326
1320
|
# @option params [String] :organization_role_name
|
|
1327
1321
|
# The name of an IAM role that already exists to use to access resources
|
|
1328
|
-
# through Organizations.
|
|
1322
|
+
# through Organizations. This can only be used with a workspace that has
|
|
1323
|
+
# the `permissionType` set to `CUSTOMER_MANAGED`.
|
|
1329
1324
|
#
|
|
1330
1325
|
# @option params [String] :permission_type
|
|
1331
|
-
#
|
|
1332
|
-
#
|
|
1333
|
-
#
|
|
1334
|
-
# notification channels.
|
|
1326
|
+
# Use this parameter if you want to change a workspace from
|
|
1327
|
+
# `SERVICE_MANAGED` to `CUSTOMER_MANAGED`. This allows you to manage the
|
|
1328
|
+
# permissions that the workspace uses to access datasources and
|
|
1329
|
+
# notification channels. If the workspace is in a member Amazon Web
|
|
1330
|
+
# Services account of an organization, and that account is not a
|
|
1331
|
+
# delegated administrator account, and you want the workspace to access
|
|
1332
|
+
# data sources in other Amazon Web Services accounts in the
|
|
1333
|
+
# organization, you must choose `CUSTOMER_MANAGED`.
|
|
1335
1334
|
#
|
|
1336
|
-
# If you specify `CUSTOMER_MANAGED`, you
|
|
1337
|
-
#
|
|
1338
|
-
#
|
|
1339
|
-
# administrator account, and you want the workspace to access data
|
|
1340
|
-
# sources in other Amazon Web Services accounts in the organization, you
|
|
1341
|
-
# must choose `CUSTOMER_MANAGED`.
|
|
1335
|
+
# If you specify this as `CUSTOMER_MANAGED`, you must also specify a
|
|
1336
|
+
# `workspaceRoleArn` that the workspace will use for accessing Amazon
|
|
1337
|
+
# Web Services resources.
|
|
1342
1338
|
#
|
|
1343
|
-
# For more information
|
|
1344
|
-
# policies for Amazon Web Services data
|
|
1345
|
-
# channels][1]
|
|
1339
|
+
# For more information on the role and permissions needed, see [Amazon
|
|
1340
|
+
# Managed Grafana permissions and policies for Amazon Web Services data
|
|
1341
|
+
# sources and notification channels][1]
|
|
1342
|
+
#
|
|
1343
|
+
# <note markdown="1"> Do not use this to convert a `CUSTOMER_MANAGED` workspace to
|
|
1344
|
+
# `SERVICE_MANAGED`. Do not include this parameter if you want to leave
|
|
1345
|
+
# the workspace as `SERVICE_MANAGED`.
|
|
1346
|
+
#
|
|
1347
|
+
# You can convert a `CUSTOMER_MANAGED` workspace to `SERVICE_MANAGED`
|
|
1348
|
+
# using the Amazon Managed Grafana console. For more information, see
|
|
1349
|
+
# [Managing permissions for data sources and notification channels][2].
|
|
1350
|
+
#
|
|
1351
|
+
# </note>
|
|
1346
1352
|
#
|
|
1347
1353
|
#
|
|
1348
1354
|
#
|
|
1349
1355
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-manage-permissions.html
|
|
1356
|
+
# [2]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-datasource-and-notification.html
|
|
1350
1357
|
#
|
|
1351
1358
|
# @option params [Boolean] :remove_network_access_configuration
|
|
1352
1359
|
# Whether to remove the network access configuration from the workspace.
|
|
@@ -1373,15 +1380,7 @@ module Aws::ManagedGrafana
|
|
|
1373
1380
|
# sources for your Grafana workspace to connect to.
|
|
1374
1381
|
#
|
|
1375
1382
|
# @option params [Array<String>] :workspace_data_sources
|
|
1376
|
-
#
|
|
1377
|
-
# queried in this workspace. Specifying these data sources here enables
|
|
1378
|
-
# Amazon Managed Grafana to create IAM roles and permissions that allow
|
|
1379
|
-
# Amazon Managed Grafana to read data from these sources. You must still
|
|
1380
|
-
# add them as data sources in the Grafana console in the workspace.
|
|
1381
|
-
#
|
|
1382
|
-
# If you don't specify a data source here, you can still add it as a
|
|
1383
|
-
# data source later in the workspace console. However, you will then
|
|
1384
|
-
# have to manually configure permissions for it.
|
|
1383
|
+
# This parameter is for internal use only, and should not be used.
|
|
1385
1384
|
#
|
|
1386
1385
|
# @option params [String] :workspace_description
|
|
1387
1386
|
# A description for the workspace. This is used only to help you
|
|
@@ -1405,12 +1404,10 @@ module Aws::ManagedGrafana
|
|
|
1405
1404
|
# of an organization.
|
|
1406
1405
|
#
|
|
1407
1406
|
# @option params [String] :workspace_role_arn
|
|
1408
|
-
#
|
|
1409
|
-
#
|
|
1410
|
-
#
|
|
1411
|
-
#
|
|
1412
|
-
# `workspaceDataSources` or `workspaceNotificationDestinations`, a new
|
|
1413
|
-
# IAM role with the necessary permissions is automatically created.
|
|
1407
|
+
# Specifies an IAM role that grants permissions to Amazon Web Services
|
|
1408
|
+
# resources that the workspace accesses, such as data sources and
|
|
1409
|
+
# notification channels. If this workspace has `permissionType`
|
|
1410
|
+
# `CUSTOMER_MANAGED`, then this role is required.
|
|
1414
1411
|
#
|
|
1415
1412
|
# @return [Types::UpdateWorkspaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1416
1413
|
#
|
|
@@ -1496,6 +1493,11 @@ module Aws::ManagedGrafana
|
|
|
1496
1493
|
# groups in the assertion attribute are to have the `Admin` and `Editor`
|
|
1497
1494
|
# roles in the workspace.
|
|
1498
1495
|
#
|
|
1496
|
+
# <note markdown="1"> Changes to the authentication method for a workspace may take a few
|
|
1497
|
+
# minutes to take effect.
|
|
1498
|
+
#
|
|
1499
|
+
# </note>
|
|
1500
|
+
#
|
|
1499
1501
|
# @option params [required, Array<String>] :authentication_providers
|
|
1500
1502
|
# Specifies whether this workspace uses SAML 2.0, IAM Identity Center
|
|
1501
1503
|
# (successor to Single Sign-On), or both to authenticate users for using
|
|
@@ -1626,7 +1628,7 @@ module Aws::ManagedGrafana
|
|
|
1626
1628
|
params: params,
|
|
1627
1629
|
config: config)
|
|
1628
1630
|
context[:gem_name] = 'aws-sdk-managedgrafana'
|
|
1629
|
-
context[:gem_version] = '1.
|
|
1631
|
+
context[:gem_version] = '1.13.0'
|
|
1630
1632
|
Seahorse::Client::Request.new(handlers, context)
|
|
1631
1633
|
end
|
|
1632
1634
|
|
|
@@ -304,22 +304,23 @@ module Aws::ManagedGrafana
|
|
|
304
304
|
# @return [String]
|
|
305
305
|
#
|
|
306
306
|
# @!attribute [rw] permission_type
|
|
307
|
-
#
|
|
308
|
-
#
|
|
309
|
-
# the permissions that the workspace needs to use Amazon Web
|
|
310
|
-
# data sources and notification channels.
|
|
311
|
-
#
|
|
312
|
-
#
|
|
313
|
-
#
|
|
314
|
-
#
|
|
315
|
-
#
|
|
316
|
-
#
|
|
317
|
-
#
|
|
318
|
-
#
|
|
319
|
-
#
|
|
320
|
-
#
|
|
321
|
-
#
|
|
322
|
-
#
|
|
307
|
+
# When creating a workspace through the Amazon Web Services API, CLI
|
|
308
|
+
# or Amazon Web Services CloudFormation, you must manage IAM roles and
|
|
309
|
+
# provision the permissions that the workspace needs to use Amazon Web
|
|
310
|
+
# Services data sources and notification channels.
|
|
311
|
+
#
|
|
312
|
+
# You must also specify a `workspaceRoleArn` for a role that you will
|
|
313
|
+
# manage for the workspace to use when accessing those datasources and
|
|
314
|
+
# notification channels.
|
|
315
|
+
#
|
|
316
|
+
# The ability for Amazon Managed Grafana to create and update IAM
|
|
317
|
+
# roles on behalf of the user is supported only in the Amazon Managed
|
|
318
|
+
# Grafana console, where this value may be set to `SERVICE_MANAGED`.
|
|
319
|
+
#
|
|
320
|
+
# <note markdown="1"> Use only the `CUSTOMER_MANAGED` permission type when creating a
|
|
321
|
+
# workspace with the API, CLI or Amazon Web Services CloudFormation.
|
|
322
|
+
#
|
|
323
|
+
# </note>
|
|
323
324
|
#
|
|
324
325
|
# For more information, see [Amazon Managed Grafana permissions and
|
|
325
326
|
# policies for Amazon Web Services data sources and notification
|
|
@@ -345,16 +346,7 @@ module Aws::ManagedGrafana
|
|
|
345
346
|
# @return [Types::VpcConfiguration]
|
|
346
347
|
#
|
|
347
348
|
# @!attribute [rw] workspace_data_sources
|
|
348
|
-
#
|
|
349
|
-
# queried in this workspace. Specifying these data sources here
|
|
350
|
-
# enables Amazon Managed Grafana to create IAM roles and permissions
|
|
351
|
-
# that allow Amazon Managed Grafana to read data from these sources.
|
|
352
|
-
# You must still add them as data sources in the Grafana console in
|
|
353
|
-
# the workspace.
|
|
354
|
-
#
|
|
355
|
-
# If you don't specify a data source here, you can still add it as a
|
|
356
|
-
# data source in the workspace console later. However, you will then
|
|
357
|
-
# have to manually configure permissions for it.
|
|
349
|
+
# This parameter is for internal use only, and should not be used.
|
|
358
350
|
# @return [Array<String>]
|
|
359
351
|
#
|
|
360
352
|
# @!attribute [rw] workspace_description
|
|
@@ -382,10 +374,11 @@ module Aws::ManagedGrafana
|
|
|
382
374
|
# @return [Array<String>]
|
|
383
375
|
#
|
|
384
376
|
# @!attribute [rw] workspace_role_arn
|
|
385
|
-
#
|
|
386
|
-
#
|
|
387
|
-
#
|
|
388
|
-
#
|
|
377
|
+
# Specified the IAM role that grants permissions to the Amazon Web
|
|
378
|
+
# Services resources that the workspace will view data from, including
|
|
379
|
+
# both data sources and notification channels. You are responsible for
|
|
380
|
+
# managing the permissions for this role as new data sources or
|
|
381
|
+
# notification channels are added.
|
|
389
382
|
# @return [String]
|
|
390
383
|
#
|
|
391
384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/CreateWorkspaceRequest AWS API Documentation
|
|
@@ -1252,29 +1245,43 @@ module Aws::ManagedGrafana
|
|
|
1252
1245
|
#
|
|
1253
1246
|
# @!attribute [rw] organization_role_name
|
|
1254
1247
|
# The name of an IAM role that already exists to use to access
|
|
1255
|
-
# resources through Organizations.
|
|
1248
|
+
# resources through Organizations. This can only be used with a
|
|
1249
|
+
# workspace that has the `permissionType` set to `CUSTOMER_MANAGED`.
|
|
1256
1250
|
# @return [String]
|
|
1257
1251
|
#
|
|
1258
1252
|
# @!attribute [rw] permission_type
|
|
1259
|
-
#
|
|
1260
|
-
#
|
|
1261
|
-
# that the workspace
|
|
1262
|
-
# notification channels.
|
|
1263
|
-
#
|
|
1264
|
-
#
|
|
1265
|
-
#
|
|
1266
|
-
#
|
|
1267
|
-
#
|
|
1268
|
-
#
|
|
1269
|
-
#
|
|
1253
|
+
# Use this parameter if you want to change a workspace from
|
|
1254
|
+
# `SERVICE_MANAGED` to `CUSTOMER_MANAGED`. This allows you to manage
|
|
1255
|
+
# the permissions that the workspace uses to access datasources and
|
|
1256
|
+
# notification channels. If the workspace is in a member Amazon Web
|
|
1257
|
+
# Services account of an organization, and that account is not a
|
|
1258
|
+
# delegated administrator account, and you want the workspace to
|
|
1259
|
+
# access data sources in other Amazon Web Services accounts in the
|
|
1260
|
+
# organization, you must choose `CUSTOMER_MANAGED`.
|
|
1261
|
+
#
|
|
1262
|
+
# If you specify this as `CUSTOMER_MANAGED`, you must also specify a
|
|
1263
|
+
# `workspaceRoleArn` that the workspace will use for accessing Amazon
|
|
1264
|
+
# Web Services resources.
|
|
1265
|
+
#
|
|
1266
|
+
# For more information on the role and permissions needed, see [Amazon
|
|
1267
|
+
# Managed Grafana permissions and policies for Amazon Web Services
|
|
1268
|
+
# data sources and notification channels][1]
|
|
1269
|
+
#
|
|
1270
|
+
# <note markdown="1"> Do not use this to convert a `CUSTOMER_MANAGED` workspace to
|
|
1271
|
+
# `SERVICE_MANAGED`. Do not include this parameter if you want to
|
|
1272
|
+
# leave the workspace as `SERVICE_MANAGED`.
|
|
1273
|
+
#
|
|
1274
|
+
# You can convert a `CUSTOMER_MANAGED` workspace to `SERVICE_MANAGED`
|
|
1275
|
+
# using the Amazon Managed Grafana console. For more information, see
|
|
1276
|
+
# [Managing permissions for data sources and notification
|
|
1277
|
+
# channels][2].
|
|
1270
1278
|
#
|
|
1271
|
-
#
|
|
1272
|
-
# policies for Amazon Web Services data sources and notification
|
|
1273
|
-
# channels][1]
|
|
1279
|
+
# </note>
|
|
1274
1280
|
#
|
|
1275
1281
|
#
|
|
1276
1282
|
#
|
|
1277
1283
|
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-manage-permissions.html
|
|
1284
|
+
# [2]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-datasource-and-notification.html
|
|
1278
1285
|
# @return [String]
|
|
1279
1286
|
#
|
|
1280
1287
|
# @!attribute [rw] remove_network_access_configuration
|
|
@@ -1307,16 +1314,7 @@ module Aws::ManagedGrafana
|
|
|
1307
1314
|
# @return [Types::VpcConfiguration]
|
|
1308
1315
|
#
|
|
1309
1316
|
# @!attribute [rw] workspace_data_sources
|
|
1310
|
-
#
|
|
1311
|
-
# queried in this workspace. Specifying these data sources here
|
|
1312
|
-
# enables Amazon Managed Grafana to create IAM roles and permissions
|
|
1313
|
-
# that allow Amazon Managed Grafana to read data from these sources.
|
|
1314
|
-
# You must still add them as data sources in the Grafana console in
|
|
1315
|
-
# the workspace.
|
|
1316
|
-
#
|
|
1317
|
-
# If you don't specify a data source here, you can still add it as a
|
|
1318
|
-
# data source later in the workspace console. However, you will then
|
|
1319
|
-
# have to manually configure permissions for it.
|
|
1317
|
+
# This parameter is for internal use only, and should not be used.
|
|
1320
1318
|
# @return [Array<String>]
|
|
1321
1319
|
#
|
|
1322
1320
|
# @!attribute [rw] workspace_description
|
|
@@ -1346,13 +1344,10 @@ module Aws::ManagedGrafana
|
|
|
1346
1344
|
# @return [Array<String>]
|
|
1347
1345
|
#
|
|
1348
1346
|
# @!attribute [rw] workspace_role_arn
|
|
1349
|
-
#
|
|
1350
|
-
#
|
|
1351
|
-
#
|
|
1352
|
-
#
|
|
1353
|
-
# Services resources in `workspaceDataSources` or
|
|
1354
|
-
# `workspaceNotificationDestinations`, a new IAM role with the
|
|
1355
|
-
# necessary permissions is automatically created.
|
|
1347
|
+
# Specifies an IAM role that grants permissions to Amazon Web Services
|
|
1348
|
+
# resources that the workspace accesses, such as data sources and
|
|
1349
|
+
# notification channels. If this workspace has `permissionType`
|
|
1350
|
+
# `CUSTOMER_MANAGED`, then this role is required.
|
|
1356
1351
|
# @return [String]
|
|
1357
1352
|
#
|
|
1358
1353
|
# @see http://docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/UpdateWorkspaceRequest AWS API Documentation
|
|
@@ -1507,6 +1502,10 @@ module Aws::ManagedGrafana
|
|
|
1507
1502
|
# Specifies the Amazon Web Services data sources that have been
|
|
1508
1503
|
# configured to have IAM roles and permissions created to allow Amazon
|
|
1509
1504
|
# Managed Grafana to read data from these sources.
|
|
1505
|
+
#
|
|
1506
|
+
# This list is only used when the workspace was created through the
|
|
1507
|
+
# Amazon Web Services console, and the `permissionType` is
|
|
1508
|
+
# `SERVICE_MANAGED`.
|
|
1510
1509
|
# @return [Array<String>]
|
|
1511
1510
|
#
|
|
1512
1511
|
# @!attribute [rw] description
|
|
@@ -1576,25 +1575,32 @@ module Aws::ManagedGrafana
|
|
|
1576
1575
|
# @return [Array<String>]
|
|
1577
1576
|
#
|
|
1578
1577
|
# @!attribute [rw] permission_type
|
|
1579
|
-
# If this is `SERVICE_MANAGED`,
|
|
1580
|
-
#
|
|
1581
|
-
#
|
|
1578
|
+
# If this is `SERVICE_MANAGED`, and the workplace was created through
|
|
1579
|
+
# the Amazon Managed Grafana console, then Amazon Managed Grafana
|
|
1580
|
+
# automatically creates the IAM roles and provisions the permissions
|
|
1581
|
+
# that the workspace needs to use Amazon Web Services data sources and
|
|
1582
1582
|
# notification channels.
|
|
1583
1583
|
#
|
|
1584
|
-
# If this is `CUSTOMER_MANAGED`, you manage those roles and
|
|
1585
|
-
# permissions yourself.
|
|
1586
|
-
# account of an organization and that account is not a delegated
|
|
1587
|
-
# administrator account, and you want the workspace to access data
|
|
1588
|
-
# sources in other Amazon Web Services accounts in the organization,
|
|
1589
|
-
# you must choose `CUSTOMER_MANAGED`.
|
|
1584
|
+
# If this is `CUSTOMER_MANAGED`, you must manage those roles and
|
|
1585
|
+
# permissions yourself.
|
|
1590
1586
|
#
|
|
1591
|
-
#
|
|
1592
|
-
#
|
|
1593
|
-
#
|
|
1587
|
+
# If you are working with a workspace in a member account of an
|
|
1588
|
+
# organization and that account is not a delegated administrator
|
|
1589
|
+
# account, and you want the workspace to access data sources in other
|
|
1590
|
+
# Amazon Web Services accounts in the organization, this parameter
|
|
1591
|
+
# must be set to `CUSTOMER_MANAGED`.
|
|
1594
1592
|
#
|
|
1593
|
+
# For more information about converting between customer and service
|
|
1594
|
+
# managed, see [Managing permissions for data sources and notification
|
|
1595
|
+
# channels][1]. For more information about the roles and permissions
|
|
1596
|
+
# that must be managed for customer managed workspaces, see [Amazon
|
|
1597
|
+
# Managed Grafana permissions and policies for Amazon Web Services
|
|
1598
|
+
# data sources and notification channels][2]
|
|
1595
1599
|
#
|
|
1596
1600
|
#
|
|
1597
|
-
#
|
|
1601
|
+
#
|
|
1602
|
+
# [1]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-datasource-and-notification.html
|
|
1603
|
+
# [2]: https://docs.aws.amazon.com/grafana/latest/userguide/AMG-manage-permissions.html
|
|
1598
1604
|
# @return [String]
|
|
1599
1605
|
#
|
|
1600
1606
|
# @!attribute [rw] stack_set_name
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-managedgrafana
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|