@robhan-cdk-lib/aws_grafana 0.0.1 → 0.0.2
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.
- package/.jsii +100 -108
- package/API.md +130 -93
- package/lib/workspace.d.ts +108 -54
- package/lib/workspace.js +5 -15
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -4418,7 +4418,7 @@
|
|
|
4418
4418
|
"kind": "enum",
|
|
4419
4419
|
"locationInModule": {
|
|
4420
4420
|
"filename": "src/workspace.ts",
|
|
4421
|
-
"line":
|
|
4421
|
+
"line": 399
|
|
4422
4422
|
},
|
|
4423
4423
|
"members": [
|
|
4424
4424
|
{
|
|
@@ -4566,7 +4566,7 @@
|
|
|
4566
4566
|
"kind": "enum",
|
|
4567
4567
|
"locationInModule": {
|
|
4568
4568
|
"filename": "src/workspace.ts",
|
|
4569
|
-
"line":
|
|
4569
|
+
"line": 414
|
|
4570
4570
|
},
|
|
4571
4571
|
"members": [
|
|
4572
4572
|
{
|
|
@@ -4716,46 +4716,33 @@
|
|
|
4716
4716
|
"assembly": "@robhan-cdk-lib/aws_grafana",
|
|
4717
4717
|
"base": "constructs.Construct",
|
|
4718
4718
|
"docs": {
|
|
4719
|
-
"remarks": "
|
|
4719
|
+
"remarks": "In a workspace, you can create Grafana dashboards and visualizations to\nanalyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware\nto run the Grafana server.",
|
|
4720
4720
|
"stability": "stable",
|
|
4721
|
-
"summary": "
|
|
4721
|
+
"summary": "Specifies a workspace."
|
|
4722
4722
|
},
|
|
4723
4723
|
"fqn": "@robhan-cdk-lib/aws_grafana.Workspace",
|
|
4724
4724
|
"initializer": {
|
|
4725
4725
|
"docs": {
|
|
4726
|
-
"
|
|
4727
|
-
"throws": "Error if any of the provided properties fail validation"
|
|
4728
|
-
},
|
|
4729
|
-
"stability": "stable",
|
|
4730
|
-
"summary": "Creates a new Amazon Managed Grafana workspace."
|
|
4726
|
+
"stability": "stable"
|
|
4731
4727
|
},
|
|
4732
4728
|
"locationInModule": {
|
|
4733
4729
|
"filename": "src/workspace.ts",
|
|
4734
|
-
"line":
|
|
4730
|
+
"line": 1206
|
|
4735
4731
|
},
|
|
4736
4732
|
"parameters": [
|
|
4737
4733
|
{
|
|
4738
|
-
"docs": {
|
|
4739
|
-
"summary": "- The scope in which to define this construct."
|
|
4740
|
-
},
|
|
4741
4734
|
"name": "scope",
|
|
4742
4735
|
"type": {
|
|
4743
4736
|
"fqn": "constructs.Construct"
|
|
4744
4737
|
}
|
|
4745
4738
|
},
|
|
4746
4739
|
{
|
|
4747
|
-
"docs": {
|
|
4748
|
-
"summary": "- The scoped construct ID."
|
|
4749
|
-
},
|
|
4750
4740
|
"name": "id",
|
|
4751
4741
|
"type": {
|
|
4752
4742
|
"primitive": "string"
|
|
4753
4743
|
}
|
|
4754
4744
|
},
|
|
4755
4745
|
{
|
|
4756
|
-
"docs": {
|
|
4757
|
-
"summary": "- Configuration properties for the workspace."
|
|
4758
|
-
},
|
|
4759
4746
|
"name": "props",
|
|
4760
4747
|
"type": {
|
|
4761
4748
|
"fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceProps"
|
|
@@ -4766,19 +4753,20 @@
|
|
|
4766
4753
|
"kind": "class",
|
|
4767
4754
|
"locationInModule": {
|
|
4768
4755
|
"filename": "src/workspace.ts",
|
|
4769
|
-
"line":
|
|
4756
|
+
"line": 476
|
|
4770
4757
|
},
|
|
4771
4758
|
"name": "Workspace",
|
|
4772
4759
|
"properties": [
|
|
4773
4760
|
{
|
|
4774
4761
|
"docs": {
|
|
4762
|
+
"remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.",
|
|
4775
4763
|
"stability": "stable",
|
|
4776
|
-
"summary": "
|
|
4764
|
+
"summary": "Specifies whether the workspace can access AWS resources in this AWS account only, or whether it can also access AWS resources in other accounts in the same organization."
|
|
4777
4765
|
},
|
|
4778
4766
|
"immutable": true,
|
|
4779
4767
|
"locationInModule": {
|
|
4780
4768
|
"filename": "src/workspace.ts",
|
|
4781
|
-
"line":
|
|
4769
|
+
"line": 1060
|
|
4782
4770
|
},
|
|
4783
4771
|
"name": "accountAccessType",
|
|
4784
4772
|
"type": {
|
|
@@ -4788,12 +4776,12 @@
|
|
|
4788
4776
|
{
|
|
4789
4777
|
"docs": {
|
|
4790
4778
|
"stability": "stable",
|
|
4791
|
-
"summary": "
|
|
4779
|
+
"summary": "Specifies whether this workspace uses SAML 2.0, AWS IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace."
|
|
4792
4780
|
},
|
|
4793
4781
|
"immutable": true,
|
|
4794
4782
|
"locationInModule": {
|
|
4795
4783
|
"filename": "src/workspace.ts",
|
|
4796
|
-
"line":
|
|
4784
|
+
"line": 1066
|
|
4797
4785
|
},
|
|
4798
4786
|
"name": "authenticationProviders",
|
|
4799
4787
|
"type": {
|
|
@@ -4808,12 +4796,12 @@
|
|
|
4808
4796
|
{
|
|
4809
4797
|
"docs": {
|
|
4810
4798
|
"stability": "stable",
|
|
4811
|
-
"summary": "
|
|
4799
|
+
"summary": "The date that the workspace was created."
|
|
4812
4800
|
},
|
|
4813
4801
|
"immutable": true,
|
|
4814
4802
|
"locationInModule": {
|
|
4815
4803
|
"filename": "src/workspace.ts",
|
|
4816
|
-
"line":
|
|
4804
|
+
"line": 1168
|
|
4817
4805
|
},
|
|
4818
4806
|
"name": "creationTimestamp",
|
|
4819
4807
|
"type": {
|
|
@@ -4823,12 +4811,12 @@
|
|
|
4823
4811
|
{
|
|
4824
4812
|
"docs": {
|
|
4825
4813
|
"stability": "stable",
|
|
4826
|
-
"summary": "
|
|
4814
|
+
"summary": "The URL that users can use to access the Grafana console in the workspace."
|
|
4827
4815
|
},
|
|
4828
4816
|
"immutable": true,
|
|
4829
4817
|
"locationInModule": {
|
|
4830
4818
|
"filename": "src/workspace.ts",
|
|
4831
|
-
"line":
|
|
4819
|
+
"line": 1173
|
|
4832
4820
|
},
|
|
4833
4821
|
"name": "endpoint",
|
|
4834
4822
|
"type": {
|
|
@@ -4838,12 +4826,12 @@
|
|
|
4838
4826
|
{
|
|
4839
4827
|
"docs": {
|
|
4840
4828
|
"stability": "stable",
|
|
4841
|
-
"summary": "
|
|
4829
|
+
"summary": "Specifies the version of Grafana supported by this workspace."
|
|
4842
4830
|
},
|
|
4843
4831
|
"immutable": true,
|
|
4844
4832
|
"locationInModule": {
|
|
4845
4833
|
"filename": "src/workspace.ts",
|
|
4846
|
-
"line":
|
|
4834
|
+
"line": 1178
|
|
4847
4835
|
},
|
|
4848
4836
|
"name": "grafanaVersion",
|
|
4849
4837
|
"type": {
|
|
@@ -4853,12 +4841,12 @@
|
|
|
4853
4841
|
{
|
|
4854
4842
|
"docs": {
|
|
4855
4843
|
"stability": "stable",
|
|
4856
|
-
"summary": "
|
|
4844
|
+
"summary": "The unique ID of this workspace."
|
|
4857
4845
|
},
|
|
4858
4846
|
"immutable": true,
|
|
4859
4847
|
"locationInModule": {
|
|
4860
4848
|
"filename": "src/workspace.ts",
|
|
4861
|
-
"line":
|
|
4849
|
+
"line": 1183
|
|
4862
4850
|
},
|
|
4863
4851
|
"name": "id",
|
|
4864
4852
|
"type": {
|
|
@@ -4868,12 +4856,12 @@
|
|
|
4868
4856
|
{
|
|
4869
4857
|
"docs": {
|
|
4870
4858
|
"stability": "stable",
|
|
4871
|
-
"summary": "
|
|
4859
|
+
"summary": "The most recent date that the workspace was modified."
|
|
4872
4860
|
},
|
|
4873
4861
|
"immutable": true,
|
|
4874
4862
|
"locationInModule": {
|
|
4875
4863
|
"filename": "src/workspace.ts",
|
|
4876
|
-
"line":
|
|
4864
|
+
"line": 1188
|
|
4877
4865
|
},
|
|
4878
4866
|
"name": "modificationTimestamp",
|
|
4879
4867
|
"type": {
|
|
@@ -4882,13 +4870,14 @@
|
|
|
4882
4870
|
},
|
|
4883
4871
|
{
|
|
4884
4872
|
"docs": {
|
|
4873
|
+
"remarks": "If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.\n\nIf you are working with a workspace in a member account of an organization and that account is\nnot a delegated administrator account, and you want the workspace to access data sources in\nother AWS accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.",
|
|
4885
4874
|
"stability": "stable",
|
|
4886
|
-
"summary": "
|
|
4875
|
+
"summary": "If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use AWS data sources and notification channels."
|
|
4887
4876
|
},
|
|
4888
4877
|
"immutable": true,
|
|
4889
4878
|
"locationInModule": {
|
|
4890
4879
|
"filename": "src/workspace.ts",
|
|
4891
|
-
"line":
|
|
4880
|
+
"line": 1125
|
|
4892
4881
|
},
|
|
4893
4882
|
"name": "permissionType",
|
|
4894
4883
|
"type": {
|
|
@@ -4898,12 +4887,12 @@
|
|
|
4898
4887
|
{
|
|
4899
4888
|
"docs": {
|
|
4900
4889
|
"stability": "stable",
|
|
4901
|
-
"summary": "
|
|
4890
|
+
"summary": "Specifies whether the workspace's SAML configuration is complete."
|
|
4902
4891
|
},
|
|
4903
4892
|
"immutable": true,
|
|
4904
4893
|
"locationInModule": {
|
|
4905
4894
|
"filename": "src/workspace.ts",
|
|
4906
|
-
"line":
|
|
4895
|
+
"line": 1193
|
|
4907
4896
|
},
|
|
4908
4897
|
"name": "samlConfigurationStatus",
|
|
4909
4898
|
"type": {
|
|
@@ -4913,12 +4902,12 @@
|
|
|
4913
4902
|
{
|
|
4914
4903
|
"docs": {
|
|
4915
4904
|
"stability": "stable",
|
|
4916
|
-
"summary": "
|
|
4905
|
+
"summary": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
|
|
4917
4906
|
},
|
|
4918
4907
|
"immutable": true,
|
|
4919
4908
|
"locationInModule": {
|
|
4920
4909
|
"filename": "src/workspace.ts",
|
|
4921
|
-
"line":
|
|
4910
|
+
"line": 1199
|
|
4922
4911
|
},
|
|
4923
4912
|
"name": "ssoClientId",
|
|
4924
4913
|
"type": {
|
|
@@ -4928,12 +4917,12 @@
|
|
|
4928
4917
|
{
|
|
4929
4918
|
"docs": {
|
|
4930
4919
|
"stability": "stable",
|
|
4931
|
-
"summary": "
|
|
4920
|
+
"summary": "The current status of the workspace."
|
|
4932
4921
|
},
|
|
4933
4922
|
"immutable": true,
|
|
4934
4923
|
"locationInModule": {
|
|
4935
4924
|
"filename": "src/workspace.ts",
|
|
4936
|
-
"line":
|
|
4925
|
+
"line": 1204
|
|
4937
4926
|
},
|
|
4938
4927
|
"name": "status",
|
|
4939
4928
|
"type": {
|
|
@@ -4943,12 +4932,12 @@
|
|
|
4943
4932
|
{
|
|
4944
4933
|
"docs": {
|
|
4945
4934
|
"stability": "stable",
|
|
4946
|
-
"summary": "
|
|
4935
|
+
"summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
|
|
4947
4936
|
},
|
|
4948
4937
|
"immutable": true,
|
|
4949
4938
|
"locationInModule": {
|
|
4950
4939
|
"filename": "src/workspace.ts",
|
|
4951
|
-
"line":
|
|
4940
|
+
"line": 1071
|
|
4952
4941
|
},
|
|
4953
4942
|
"name": "clientToken",
|
|
4954
4943
|
"optional": true,
|
|
@@ -4958,13 +4947,14 @@
|
|
|
4958
4947
|
},
|
|
4959
4948
|
{
|
|
4960
4949
|
"docs": {
|
|
4950
|
+
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
|
|
4961
4951
|
"stability": "stable",
|
|
4962
|
-
"summary": "
|
|
4952
|
+
"summary": "Specifies the AWS data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources."
|
|
4963
4953
|
},
|
|
4964
4954
|
"immutable": true,
|
|
4965
4955
|
"locationInModule": {
|
|
4966
4956
|
"filename": "src/workspace.ts",
|
|
4967
|
-
"line":
|
|
4957
|
+
"line": 1080
|
|
4968
4958
|
},
|
|
4969
4959
|
"name": "dataSources",
|
|
4970
4960
|
"optional": true,
|
|
@@ -4980,12 +4970,12 @@
|
|
|
4980
4970
|
{
|
|
4981
4971
|
"docs": {
|
|
4982
4972
|
"stability": "stable",
|
|
4983
|
-
"summary": "
|
|
4973
|
+
"summary": "The user-defined description of the workspace."
|
|
4984
4974
|
},
|
|
4985
4975
|
"immutable": true,
|
|
4986
4976
|
"locationInModule": {
|
|
4987
4977
|
"filename": "src/workspace.ts",
|
|
4988
|
-
"line":
|
|
4978
|
+
"line": 1085
|
|
4989
4979
|
},
|
|
4990
4980
|
"name": "description",
|
|
4991
4981
|
"optional": true,
|
|
@@ -4996,12 +4986,12 @@
|
|
|
4996
4986
|
{
|
|
4997
4987
|
"docs": {
|
|
4998
4988
|
"stability": "stable",
|
|
4999
|
-
"summary": "
|
|
4989
|
+
"summary": "The name of the workspace."
|
|
5000
4990
|
},
|
|
5001
4991
|
"immutable": true,
|
|
5002
4992
|
"locationInModule": {
|
|
5003
4993
|
"filename": "src/workspace.ts",
|
|
5004
|
-
"line":
|
|
4994
|
+
"line": 1090
|
|
5005
4995
|
},
|
|
5006
4996
|
"name": "name",
|
|
5007
4997
|
"optional": true,
|
|
@@ -5012,12 +5002,12 @@
|
|
|
5012
5002
|
{
|
|
5013
5003
|
"docs": {
|
|
5014
5004
|
"stability": "stable",
|
|
5015
|
-
"summary": "
|
|
5005
|
+
"summary": "The configuration settings for network access to your workspace."
|
|
5016
5006
|
},
|
|
5017
5007
|
"immutable": true,
|
|
5018
5008
|
"locationInModule": {
|
|
5019
5009
|
"filename": "src/workspace.ts",
|
|
5020
|
-
"line":
|
|
5010
|
+
"line": 1095
|
|
5021
5011
|
},
|
|
5022
5012
|
"name": "networkAccessControl",
|
|
5023
5013
|
"optional": true,
|
|
@@ -5028,12 +5018,12 @@
|
|
|
5028
5018
|
{
|
|
5029
5019
|
"docs": {
|
|
5030
5020
|
"stability": "stable",
|
|
5031
|
-
"summary": "
|
|
5021
|
+
"summary": "The AWS notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels."
|
|
5032
5022
|
},
|
|
5033
5023
|
"immutable": true,
|
|
5034
5024
|
"locationInModule": {
|
|
5035
5025
|
"filename": "src/workspace.ts",
|
|
5036
|
-
"line":
|
|
5026
|
+
"line": 1101
|
|
5037
5027
|
},
|
|
5038
5028
|
"name": "notificationDestinations",
|
|
5039
5029
|
"optional": true,
|
|
@@ -5049,12 +5039,12 @@
|
|
|
5049
5039
|
{
|
|
5050
5040
|
"docs": {
|
|
5051
5041
|
"stability": "stable",
|
|
5052
|
-
"summary": "
|
|
5042
|
+
"summary": "Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization."
|
|
5053
5043
|
},
|
|
5054
5044
|
"immutable": true,
|
|
5055
5045
|
"locationInModule": {
|
|
5056
5046
|
"filename": "src/workspace.ts",
|
|
5057
|
-
"line":
|
|
5047
|
+
"line": 1107
|
|
5058
5048
|
},
|
|
5059
5049
|
"name": "organizationalUnits",
|
|
5060
5050
|
"optional": true,
|
|
@@ -5070,12 +5060,12 @@
|
|
|
5070
5060
|
{
|
|
5071
5061
|
"docs": {
|
|
5072
5062
|
"stability": "stable",
|
|
5073
|
-
"summary": "
|
|
5063
|
+
"summary": "The name of the IAM role that is used to access resources through Organizations."
|
|
5074
5064
|
},
|
|
5075
5065
|
"immutable": true,
|
|
5076
5066
|
"locationInModule": {
|
|
5077
5067
|
"filename": "src/workspace.ts",
|
|
5078
|
-
"line":
|
|
5068
|
+
"line": 1112
|
|
5079
5069
|
},
|
|
5080
5070
|
"name": "organizationRoleName",
|
|
5081
5071
|
"optional": true,
|
|
@@ -5085,13 +5075,14 @@
|
|
|
5085
5075
|
},
|
|
5086
5076
|
{
|
|
5087
5077
|
"docs": {
|
|
5078
|
+
"remarks": "Setting to true allows workspace\nadmins to install, uninstall, and update plugins from within the Grafana workspace.\n\nThis option is only valid for workspaces that support Grafana version 9 or newer.",
|
|
5088
5079
|
"stability": "stable",
|
|
5089
|
-
"summary": "Whether
|
|
5080
|
+
"summary": "Whether plugin administration is enabled in the workspace."
|
|
5090
5081
|
},
|
|
5091
5082
|
"immutable": true,
|
|
5092
5083
|
"locationInModule": {
|
|
5093
5084
|
"filename": "src/workspace.ts",
|
|
5094
|
-
"line":
|
|
5085
|
+
"line": 1133
|
|
5095
5086
|
},
|
|
5096
5087
|
"name": "pluginAdminEnabled",
|
|
5097
5088
|
"optional": true,
|
|
@@ -5102,12 +5093,12 @@
|
|
|
5102
5093
|
{
|
|
5103
5094
|
"docs": {
|
|
5104
5095
|
"stability": "stable",
|
|
5105
|
-
"summary": "IAM role
|
|
5096
|
+
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
5106
5097
|
},
|
|
5107
5098
|
"immutable": true,
|
|
5108
5099
|
"locationInModule": {
|
|
5109
5100
|
"filename": "src/workspace.ts",
|
|
5110
|
-
"line":
|
|
5101
|
+
"line": 1139
|
|
5111
5102
|
},
|
|
5112
5103
|
"name": "role",
|
|
5113
5104
|
"optional": true,
|
|
@@ -5118,12 +5109,12 @@
|
|
|
5118
5109
|
{
|
|
5119
5110
|
"docs": {
|
|
5120
5111
|
"stability": "stable",
|
|
5121
|
-
"summary": "SAML
|
|
5112
|
+
"summary": "If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace."
|
|
5122
5113
|
},
|
|
5123
5114
|
"immutable": true,
|
|
5124
5115
|
"locationInModule": {
|
|
5125
5116
|
"filename": "src/workspace.ts",
|
|
5126
|
-
"line":
|
|
5117
|
+
"line": 1146
|
|
5127
5118
|
},
|
|
5128
5119
|
"name": "samlConfiguration",
|
|
5129
5120
|
"optional": true,
|
|
@@ -5134,12 +5125,12 @@
|
|
|
5134
5125
|
{
|
|
5135
5126
|
"docs": {
|
|
5136
5127
|
"stability": "stable",
|
|
5137
|
-
"summary": "
|
|
5128
|
+
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
5138
5129
|
},
|
|
5139
5130
|
"immutable": true,
|
|
5140
5131
|
"locationInModule": {
|
|
5141
5132
|
"filename": "src/workspace.ts",
|
|
5142
|
-
"line":
|
|
5133
|
+
"line": 1152
|
|
5143
5134
|
},
|
|
5144
5135
|
"name": "stackSetName",
|
|
5145
5136
|
"optional": true,
|
|
@@ -5150,12 +5141,12 @@
|
|
|
5150
5141
|
{
|
|
5151
5142
|
"docs": {
|
|
5152
5143
|
"stability": "stable",
|
|
5153
|
-
"summary": "
|
|
5144
|
+
"summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
|
|
5154
5145
|
},
|
|
5155
5146
|
"immutable": true,
|
|
5156
5147
|
"locationInModule": {
|
|
5157
5148
|
"filename": "src/workspace.ts",
|
|
5158
|
-
"line":
|
|
5149
|
+
"line": 1158
|
|
5159
5150
|
},
|
|
5160
5151
|
"name": "vpcConfiguration",
|
|
5161
5152
|
"optional": true,
|
|
@@ -5184,14 +5175,14 @@
|
|
|
5184
5175
|
{
|
|
5185
5176
|
"abstract": true,
|
|
5186
5177
|
"docs": {
|
|
5187
|
-
"remarks": "
|
|
5178
|
+
"remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.\n\nRequired field.",
|
|
5188
5179
|
"stability": "stable",
|
|
5189
|
-
"summary": "
|
|
5180
|
+
"summary": "Specifies whether the workspace can access AWS resources in this AWS account only, or whether it can also access AWS resources in other accounts in the same organization."
|
|
5190
5181
|
},
|
|
5191
5182
|
"immutable": true,
|
|
5192
5183
|
"locationInModule": {
|
|
5193
5184
|
"filename": "src/workspace.ts",
|
|
5194
|
-
"line":
|
|
5185
|
+
"line": 272
|
|
5195
5186
|
},
|
|
5196
5187
|
"name": "accountAccessType",
|
|
5197
5188
|
"type": {
|
|
@@ -5203,12 +5194,12 @@
|
|
|
5203
5194
|
"docs": {
|
|
5204
5195
|
"remarks": "Required field.",
|
|
5205
5196
|
"stability": "stable",
|
|
5206
|
-
"summary": "
|
|
5197
|
+
"summary": "Specifies whether this workspace uses SAML 2.0, AWS IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace."
|
|
5207
5198
|
},
|
|
5208
5199
|
"immutable": true,
|
|
5209
5200
|
"locationInModule": {
|
|
5210
5201
|
"filename": "src/workspace.ts",
|
|
5211
|
-
"line":
|
|
5202
|
+
"line": 280
|
|
5212
5203
|
},
|
|
5213
5204
|
"name": "authenticationProviders",
|
|
5214
5205
|
"type": {
|
|
@@ -5223,14 +5214,14 @@
|
|
|
5223
5214
|
{
|
|
5224
5215
|
"abstract": true,
|
|
5225
5216
|
"docs": {
|
|
5226
|
-
"remarks": "
|
|
5217
|
+
"remarks": "If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.\n\nIf you are working with a workspace in a member account of an organization and that account is\nnot a delegated administrator account, and you want the workspace to access data sources in\nother AWS accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.\n\nRequired field.",
|
|
5227
5218
|
"stability": "stable",
|
|
5228
|
-
"summary": "
|
|
5219
|
+
"summary": "If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use AWS data sources and notification channels."
|
|
5229
5220
|
},
|
|
5230
5221
|
"immutable": true,
|
|
5231
5222
|
"locationInModule": {
|
|
5232
5223
|
"filename": "src/workspace.ts",
|
|
5233
|
-
"line":
|
|
5224
|
+
"line": 358
|
|
5234
5225
|
},
|
|
5235
5226
|
"name": "permissionType",
|
|
5236
5227
|
"type": {
|
|
@@ -5242,12 +5233,12 @@
|
|
|
5242
5233
|
"docs": {
|
|
5243
5234
|
"remarks": "Must be 1-64 characters long and contain only printable ASCII characters.",
|
|
5244
5235
|
"stability": "stable",
|
|
5245
|
-
"summary": "
|
|
5236
|
+
"summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
|
|
5246
5237
|
},
|
|
5247
5238
|
"immutable": true,
|
|
5248
5239
|
"locationInModule": {
|
|
5249
5240
|
"filename": "src/workspace.ts",
|
|
5250
|
-
"line":
|
|
5241
|
+
"line": 287
|
|
5251
5242
|
},
|
|
5252
5243
|
"name": "clientToken",
|
|
5253
5244
|
"optional": true,
|
|
@@ -5258,13 +5249,14 @@
|
|
|
5258
5249
|
{
|
|
5259
5250
|
"abstract": true,
|
|
5260
5251
|
"docs": {
|
|
5252
|
+
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
|
|
5261
5253
|
"stability": "stable",
|
|
5262
|
-
"summary": "
|
|
5254
|
+
"summary": "Specifies the AWS data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources."
|
|
5263
5255
|
},
|
|
5264
5256
|
"immutable": true,
|
|
5265
5257
|
"locationInModule": {
|
|
5266
5258
|
"filename": "src/workspace.ts",
|
|
5267
|
-
"line":
|
|
5259
|
+
"line": 295
|
|
5268
5260
|
},
|
|
5269
5261
|
"name": "dataSources",
|
|
5270
5262
|
"optional": true,
|
|
@@ -5282,12 +5274,12 @@
|
|
|
5282
5274
|
"docs": {
|
|
5283
5275
|
"remarks": "Maximum length of 2048 characters.",
|
|
5284
5276
|
"stability": "stable",
|
|
5285
|
-
"summary": "
|
|
5277
|
+
"summary": "The user-defined description of the workspace."
|
|
5286
5278
|
},
|
|
5287
5279
|
"immutable": true,
|
|
5288
5280
|
"locationInModule": {
|
|
5289
5281
|
"filename": "src/workspace.ts",
|
|
5290
|
-
"line":
|
|
5282
|
+
"line": 302
|
|
5291
5283
|
},
|
|
5292
5284
|
"name": "description",
|
|
5293
5285
|
"optional": true,
|
|
@@ -5298,14 +5290,14 @@
|
|
|
5298
5290
|
{
|
|
5299
5291
|
"abstract": true,
|
|
5300
5292
|
"docs": {
|
|
5301
|
-
"remarks": "
|
|
5293
|
+
"remarks": "Defaults to the latest version\non create (for example, 9.4), or the current version of the workspace on update.\nCan only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from\n9.4 to 8.4).\n\nMust be 1-255 characters long.",
|
|
5302
5294
|
"stability": "stable",
|
|
5303
|
-
"summary": "
|
|
5295
|
+
"summary": "Specifies the version of Grafana to support in the workspace."
|
|
5304
5296
|
},
|
|
5305
5297
|
"immutable": true,
|
|
5306
5298
|
"locationInModule": {
|
|
5307
5299
|
"filename": "src/workspace.ts",
|
|
5308
|
-
"line":
|
|
5300
|
+
"line": 312
|
|
5309
5301
|
},
|
|
5310
5302
|
"name": "grafanaVersion",
|
|
5311
5303
|
"optional": true,
|
|
@@ -5316,14 +5308,14 @@
|
|
|
5316
5308
|
{
|
|
5317
5309
|
"abstract": true,
|
|
5318
5310
|
"docs": {
|
|
5319
|
-
"remarks": "Must be 1-255 characters long and contain only alphanumeric characters, hyphens, dots,
|
|
5311
|
+
"remarks": "Must be 1-255 characters long and contain only alphanumeric characters, hyphens, dots,\nunderscores, and tildes.",
|
|
5320
5312
|
"stability": "stable",
|
|
5321
|
-
"summary": "
|
|
5313
|
+
"summary": "The name of the workspace."
|
|
5322
5314
|
},
|
|
5323
5315
|
"immutable": true,
|
|
5324
5316
|
"locationInModule": {
|
|
5325
5317
|
"filename": "src/workspace.ts",
|
|
5326
|
-
"line":
|
|
5318
|
+
"line": 320
|
|
5327
5319
|
},
|
|
5328
5320
|
"name": "name",
|
|
5329
5321
|
"optional": true,
|
|
@@ -5335,12 +5327,12 @@
|
|
|
5335
5327
|
"abstract": true,
|
|
5336
5328
|
"docs": {
|
|
5337
5329
|
"stability": "stable",
|
|
5338
|
-
"summary": "
|
|
5330
|
+
"summary": "The configuration settings for network access to your workspace."
|
|
5339
5331
|
},
|
|
5340
5332
|
"immutable": true,
|
|
5341
5333
|
"locationInModule": {
|
|
5342
5334
|
"filename": "src/workspace.ts",
|
|
5343
|
-
"line":
|
|
5335
|
+
"line": 325
|
|
5344
5336
|
},
|
|
5345
5337
|
"name": "networkAccessControl",
|
|
5346
5338
|
"optional": true,
|
|
@@ -5352,12 +5344,12 @@
|
|
|
5352
5344
|
"abstract": true,
|
|
5353
5345
|
"docs": {
|
|
5354
5346
|
"stability": "stable",
|
|
5355
|
-
"summary": "
|
|
5347
|
+
"summary": "The AWS notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels."
|
|
5356
5348
|
},
|
|
5357
5349
|
"immutable": true,
|
|
5358
5350
|
"locationInModule": {
|
|
5359
5351
|
"filename": "src/workspace.ts",
|
|
5360
|
-
"line":
|
|
5352
|
+
"line": 331
|
|
5361
5353
|
},
|
|
5362
5354
|
"name": "notificationDestinations",
|
|
5363
5355
|
"optional": true,
|
|
@@ -5374,12 +5366,12 @@
|
|
|
5374
5366
|
"abstract": true,
|
|
5375
5367
|
"docs": {
|
|
5376
5368
|
"stability": "stable",
|
|
5377
|
-
"summary": "
|
|
5369
|
+
"summary": "Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization."
|
|
5378
5370
|
},
|
|
5379
5371
|
"immutable": true,
|
|
5380
5372
|
"locationInModule": {
|
|
5381
5373
|
"filename": "src/workspace.ts",
|
|
5382
|
-
"line":
|
|
5374
|
+
"line": 337
|
|
5383
5375
|
},
|
|
5384
5376
|
"name": "organizationalUnits",
|
|
5385
5377
|
"optional": true,
|
|
@@ -5402,7 +5394,7 @@
|
|
|
5402
5394
|
"immutable": true,
|
|
5403
5395
|
"locationInModule": {
|
|
5404
5396
|
"filename": "src/workspace.ts",
|
|
5405
|
-
"line":
|
|
5397
|
+
"line": 343
|
|
5406
5398
|
},
|
|
5407
5399
|
"name": "organizationRoleName",
|
|
5408
5400
|
"optional": true,
|
|
@@ -5413,14 +5405,14 @@
|
|
|
5413
5405
|
{
|
|
5414
5406
|
"abstract": true,
|
|
5415
5407
|
"docs": {
|
|
5416
|
-
"remarks": "
|
|
5408
|
+
"remarks": "Setting to true allows workspace\nadmins to install, uninstall, and update plugins from within the Grafana workspace.\n\nThis option is only valid for workspaces that support Grafana version 9 or newer.\n\nDefault: false",
|
|
5417
5409
|
"stability": "stable",
|
|
5418
|
-
"summary": "Whether
|
|
5410
|
+
"summary": "Whether plugin administration is enabled in the workspace."
|
|
5419
5411
|
},
|
|
5420
5412
|
"immutable": true,
|
|
5421
5413
|
"locationInModule": {
|
|
5422
5414
|
"filename": "src/workspace.ts",
|
|
5423
|
-
"line":
|
|
5415
|
+
"line": 368
|
|
5424
5416
|
},
|
|
5425
5417
|
"name": "pluginAdminEnabled",
|
|
5426
5418
|
"optional": true,
|
|
@@ -5432,12 +5424,12 @@
|
|
|
5432
5424
|
"abstract": true,
|
|
5433
5425
|
"docs": {
|
|
5434
5426
|
"stability": "stable",
|
|
5435
|
-
"summary": "IAM role to
|
|
5427
|
+
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
5436
5428
|
},
|
|
5437
5429
|
"immutable": true,
|
|
5438
5430
|
"locationInModule": {
|
|
5439
5431
|
"filename": "src/workspace.ts",
|
|
5440
|
-
"line":
|
|
5432
|
+
"line": 374
|
|
5441
5433
|
},
|
|
5442
5434
|
"name": "role",
|
|
5443
5435
|
"optional": true,
|
|
@@ -5449,12 +5441,12 @@
|
|
|
5449
5441
|
"abstract": true,
|
|
5450
5442
|
"docs": {
|
|
5451
5443
|
"stability": "stable",
|
|
5452
|
-
"summary": "SAML
|
|
5444
|
+
"summary": "If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace."
|
|
5453
5445
|
},
|
|
5454
5446
|
"immutable": true,
|
|
5455
5447
|
"locationInModule": {
|
|
5456
5448
|
"filename": "src/workspace.ts",
|
|
5457
|
-
"line":
|
|
5449
|
+
"line": 381
|
|
5458
5450
|
},
|
|
5459
5451
|
"name": "samlConfiguration",
|
|
5460
5452
|
"optional": true,
|
|
@@ -5466,12 +5458,12 @@
|
|
|
5466
5458
|
"abstract": true,
|
|
5467
5459
|
"docs": {
|
|
5468
5460
|
"stability": "stable",
|
|
5469
|
-
"summary": "
|
|
5461
|
+
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
5470
5462
|
},
|
|
5471
5463
|
"immutable": true,
|
|
5472
5464
|
"locationInModule": {
|
|
5473
5465
|
"filename": "src/workspace.ts",
|
|
5474
|
-
"line":
|
|
5466
|
+
"line": 387
|
|
5475
5467
|
},
|
|
5476
5468
|
"name": "stackSetName",
|
|
5477
5469
|
"optional": true,
|
|
@@ -5483,12 +5475,12 @@
|
|
|
5483
5475
|
"abstract": true,
|
|
5484
5476
|
"docs": {
|
|
5485
5477
|
"stability": "stable",
|
|
5486
|
-
"summary": "
|
|
5478
|
+
"summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
|
|
5487
5479
|
},
|
|
5488
5480
|
"immutable": true,
|
|
5489
5481
|
"locationInModule": {
|
|
5490
5482
|
"filename": "src/workspace.ts",
|
|
5491
|
-
"line":
|
|
5483
|
+
"line": 393
|
|
5492
5484
|
},
|
|
5493
5485
|
"name": "vpcConfiguration",
|
|
5494
5486
|
"optional": true,
|
|
@@ -5500,6 +5492,6 @@
|
|
|
5500
5492
|
"symbolId": "src/workspace:WorkspaceProps"
|
|
5501
5493
|
}
|
|
5502
5494
|
},
|
|
5503
|
-
"version": "0.0.
|
|
5504
|
-
"fingerprint": "
|
|
5495
|
+
"version": "0.0.2",
|
|
5496
|
+
"fingerprint": "sdTJyPlwHSgR2hoVTe2r9y5X54eciu+qFiECmYItUMQ="
|
|
5505
5497
|
}
|