@robhan-cdk-lib/aws_grafana 0.0.401 → 0.1.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.
- package/.compatignore +37 -0
- package/.jsii +1555 -342
- package/API.md +593 -196
- package/lib/workspace-base.d.ts +228 -24
- package/lib/workspace-base.js +14 -6
- package/lib/workspace.d.ts +134 -32
- package/lib/workspace.js +115 -83
- package/package.json +7 -9
- package/lib/validation/workspace-base.d.ts +0 -121
- package/lib/validation/workspace-base.js +0 -427
package/.jsii
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"
|
|
11
|
-
"aws-cdk-lib": "^2.243.0",
|
|
10
|
+
"aws-cdk-lib": "^2.266.0",
|
|
12
11
|
"constructs": "^10.5.1"
|
|
13
12
|
},
|
|
14
13
|
"dependencyClosure": {
|
|
@@ -94,31 +93,6 @@
|
|
|
94
93
|
}
|
|
95
94
|
}
|
|
96
95
|
},
|
|
97
|
-
"@robhan-cdk-lib/utils": {
|
|
98
|
-
"targets": {
|
|
99
|
-
"dotnet": {
|
|
100
|
-
"namespace": "Robhan.CdkLib",
|
|
101
|
-
"packageId": "Robhan.CdkLib.Utils"
|
|
102
|
-
},
|
|
103
|
-
"go": {
|
|
104
|
-
"moduleName": "github.com/robert-hanuschke/robhan-cdk-lib-utils"
|
|
105
|
-
},
|
|
106
|
-
"java": {
|
|
107
|
-
"maven": {
|
|
108
|
-
"artifactId": "cdk-utils",
|
|
109
|
-
"groupId": "io.github.robert-hanuschke"
|
|
110
|
-
},
|
|
111
|
-
"package": "io.github.roberthanuschke.cdk.utils"
|
|
112
|
-
},
|
|
113
|
-
"js": {
|
|
114
|
-
"npm": "@robhan-cdk-lib/utils"
|
|
115
|
-
},
|
|
116
|
-
"python": {
|
|
117
|
-
"distName": "robhan_cdk_lib.utils",
|
|
118
|
-
"module": "robhan_cdk_lib.utils"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
96
|
"aws-cdk-lib": {
|
|
123
97
|
"submodules": {
|
|
124
98
|
"aws-cdk-lib.alexa_ask": {
|
|
@@ -472,6 +446,19 @@
|
|
|
472
446
|
}
|
|
473
447
|
}
|
|
474
448
|
},
|
|
449
|
+
"aws-cdk-lib.aws_artifact": {
|
|
450
|
+
"targets": {
|
|
451
|
+
"dotnet": {
|
|
452
|
+
"namespace": "Amazon.CDK.AWS.Artifact"
|
|
453
|
+
},
|
|
454
|
+
"java": {
|
|
455
|
+
"package": "software.amazon.awscdk.services.artifact"
|
|
456
|
+
},
|
|
457
|
+
"python": {
|
|
458
|
+
"module": "aws_cdk.aws_artifact"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
},
|
|
475
462
|
"aws-cdk-lib.aws_athena": {
|
|
476
463
|
"targets": {
|
|
477
464
|
"dotnet": {
|
|
@@ -550,6 +537,19 @@
|
|
|
550
537
|
}
|
|
551
538
|
}
|
|
552
539
|
},
|
|
540
|
+
"aws-cdk-lib.aws_awsexternalanthropic": {
|
|
541
|
+
"targets": {
|
|
542
|
+
"dotnet": {
|
|
543
|
+
"namespace": "Amazon.CDK.AWS.AWSExternalAnthropic"
|
|
544
|
+
},
|
|
545
|
+
"java": {
|
|
546
|
+
"package": "software.amazon.awscdk.services.awsexternalanthropic"
|
|
547
|
+
},
|
|
548
|
+
"python": {
|
|
549
|
+
"module": "aws_cdk.aws_awsexternalanthropic"
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
553
|
"aws-cdk-lib.aws_b2bi": {
|
|
554
554
|
"targets": {
|
|
555
555
|
"dotnet": {
|
|
@@ -589,6 +589,19 @@
|
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
},
|
|
592
|
+
"aws-cdk-lib.aws_backupsearch": {
|
|
593
|
+
"targets": {
|
|
594
|
+
"dotnet": {
|
|
595
|
+
"namespace": "Amazon.CDK.AWS.BackupSearch"
|
|
596
|
+
},
|
|
597
|
+
"java": {
|
|
598
|
+
"package": "software.amazon.awscdk.services.backupsearch"
|
|
599
|
+
},
|
|
600
|
+
"python": {
|
|
601
|
+
"module": "aws_cdk.aws_backupsearch"
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
},
|
|
592
605
|
"aws-cdk-lib.aws_batch": {
|
|
593
606
|
"targets": {
|
|
594
607
|
"dotnet": {
|
|
@@ -615,6 +628,19 @@
|
|
|
615
628
|
}
|
|
616
629
|
}
|
|
617
630
|
},
|
|
631
|
+
"aws-cdk-lib.aws_bcmpricingcalculator": {
|
|
632
|
+
"targets": {
|
|
633
|
+
"dotnet": {
|
|
634
|
+
"namespace": "Amazon.CDK.AWS.BcmPricingCalculator"
|
|
635
|
+
},
|
|
636
|
+
"java": {
|
|
637
|
+
"package": "software.amazon.awscdk.services.bcmpricingcalculator"
|
|
638
|
+
},
|
|
639
|
+
"python": {
|
|
640
|
+
"module": "aws_cdk.aws_bcmpricingcalculator"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
},
|
|
618
644
|
"aws-cdk-lib.aws_bedrock": {
|
|
619
645
|
"targets": {
|
|
620
646
|
"dotnet": {
|
|
@@ -667,6 +693,19 @@
|
|
|
667
693
|
}
|
|
668
694
|
}
|
|
669
695
|
},
|
|
696
|
+
"aws-cdk-lib.aws_braket": {
|
|
697
|
+
"targets": {
|
|
698
|
+
"dotnet": {
|
|
699
|
+
"namespace": "Amazon.CDK.AWS.Braket"
|
|
700
|
+
},
|
|
701
|
+
"java": {
|
|
702
|
+
"package": "software.amazon.awscdk.services.braket"
|
|
703
|
+
},
|
|
704
|
+
"python": {
|
|
705
|
+
"module": "aws_cdk.aws_braket"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
},
|
|
670
709
|
"aws-cdk-lib.aws_budgets": {
|
|
671
710
|
"targets": {
|
|
672
711
|
"dotnet": {
|
|
@@ -745,6 +784,19 @@
|
|
|
745
784
|
}
|
|
746
785
|
}
|
|
747
786
|
},
|
|
787
|
+
"aws-cdk-lib.aws_chime": {
|
|
788
|
+
"targets": {
|
|
789
|
+
"dotnet": {
|
|
790
|
+
"namespace": "Amazon.CDK.AWS.Chime"
|
|
791
|
+
},
|
|
792
|
+
"java": {
|
|
793
|
+
"package": "software.amazon.awscdk.services.chime"
|
|
794
|
+
},
|
|
795
|
+
"python": {
|
|
796
|
+
"module": "aws_cdk.aws_chime"
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
},
|
|
748
800
|
"aws-cdk-lib.aws_cleanrooms": {
|
|
749
801
|
"targets": {
|
|
750
802
|
"dotnet": {
|
|
@@ -1045,6 +1097,19 @@
|
|
|
1045
1097
|
}
|
|
1046
1098
|
}
|
|
1047
1099
|
},
|
|
1100
|
+
"aws-cdk-lib.aws_cognitosync": {
|
|
1101
|
+
"targets": {
|
|
1102
|
+
"dotnet": {
|
|
1103
|
+
"namespace": "Amazon.CDK.AWS.CognitoSync"
|
|
1104
|
+
},
|
|
1105
|
+
"java": {
|
|
1106
|
+
"package": "software.amazon.awscdk.services.cognitosync"
|
|
1107
|
+
},
|
|
1108
|
+
"python": {
|
|
1109
|
+
"module": "aws_cdk.aws_cognitosync"
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1048
1113
|
"aws-cdk-lib.aws_comprehend": {
|
|
1049
1114
|
"targets": {
|
|
1050
1115
|
"dotnet": {
|
|
@@ -1123,6 +1188,19 @@
|
|
|
1123
1188
|
}
|
|
1124
1189
|
}
|
|
1125
1190
|
},
|
|
1191
|
+
"aws-cdk-lib.aws_controlcatalog": {
|
|
1192
|
+
"targets": {
|
|
1193
|
+
"dotnet": {
|
|
1194
|
+
"namespace": "Amazon.CDK.AWS.ControlCatalog"
|
|
1195
|
+
},
|
|
1196
|
+
"java": {
|
|
1197
|
+
"package": "software.amazon.awscdk.services.controlcatalog"
|
|
1198
|
+
},
|
|
1199
|
+
"python": {
|
|
1200
|
+
"module": "aws_cdk.aws_controlcatalog"
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1126
1204
|
"aws-cdk-lib.aws_controltower": {
|
|
1127
1205
|
"targets": {
|
|
1128
1206
|
"dotnet": {
|
|
@@ -1623,6 +1701,19 @@
|
|
|
1623
1701
|
}
|
|
1624
1702
|
}
|
|
1625
1703
|
},
|
|
1704
|
+
"aws-cdk-lib.aws_elementalinference": {
|
|
1705
|
+
"targets": {
|
|
1706
|
+
"dotnet": {
|
|
1707
|
+
"namespace": "Amazon.CDK.AWS.ElementalInference"
|
|
1708
|
+
},
|
|
1709
|
+
"java": {
|
|
1710
|
+
"package": "software.amazon.awscdk.services.elementalinference"
|
|
1711
|
+
},
|
|
1712
|
+
"python": {
|
|
1713
|
+
"module": "aws_cdk.aws_elementalinference"
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1626
1717
|
"aws-cdk-lib.aws_emr": {
|
|
1627
1718
|
"targets": {
|
|
1628
1719
|
"dotnet": {
|
|
@@ -2039,6 +2130,19 @@
|
|
|
2039
2130
|
}
|
|
2040
2131
|
}
|
|
2041
2132
|
},
|
|
2133
|
+
"aws-cdk-lib.aws_interconnect": {
|
|
2134
|
+
"targets": {
|
|
2135
|
+
"dotnet": {
|
|
2136
|
+
"namespace": "Amazon.CDK.AWS.Interconnect"
|
|
2137
|
+
},
|
|
2138
|
+
"java": {
|
|
2139
|
+
"package": "software.amazon.awscdk.services.interconnect"
|
|
2140
|
+
},
|
|
2141
|
+
"python": {
|
|
2142
|
+
"module": "aws_cdk.aws_interconnect"
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2042
2146
|
"aws-cdk-lib.aws_internetmonitor": {
|
|
2043
2147
|
"targets": {
|
|
2044
2148
|
"dotnet": {
|
|
@@ -2767,6 +2871,19 @@
|
|
|
2767
2871
|
}
|
|
2768
2872
|
}
|
|
2769
2873
|
},
|
|
2874
|
+
"aws-cdk-lib.aws_networkflowmonitor": {
|
|
2875
|
+
"targets": {
|
|
2876
|
+
"dotnet": {
|
|
2877
|
+
"namespace": "Amazon.CDK.AWS.NetworkFlowMonitor"
|
|
2878
|
+
},
|
|
2879
|
+
"java": {
|
|
2880
|
+
"package": "software.amazon.awscdk.services.networkflowmonitor"
|
|
2881
|
+
},
|
|
2882
|
+
"python": {
|
|
2883
|
+
"module": "aws_cdk.aws_networkflowmonitor"
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2770
2887
|
"aws-cdk-lib.aws_networkmanager": {
|
|
2771
2888
|
"targets": {
|
|
2772
2889
|
"dotnet": {
|
|
@@ -2819,6 +2936,19 @@
|
|
|
2819
2936
|
}
|
|
2820
2937
|
}
|
|
2821
2938
|
},
|
|
2939
|
+
"aws-cdk-lib.aws_novaact": {
|
|
2940
|
+
"targets": {
|
|
2941
|
+
"dotnet": {
|
|
2942
|
+
"namespace": "Amazon.CDK.AWS.NovaAct"
|
|
2943
|
+
},
|
|
2944
|
+
"java": {
|
|
2945
|
+
"package": "software.amazon.awscdk.services.novaact"
|
|
2946
|
+
},
|
|
2947
|
+
"python": {
|
|
2948
|
+
"module": "aws_cdk.aws_novaact"
|
|
2949
|
+
}
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2822
2952
|
"aws-cdk-lib.aws_oam": {
|
|
2823
2953
|
"targets": {
|
|
2824
2954
|
"dotnet": {
|
|
@@ -2949,6 +3079,19 @@
|
|
|
2949
3079
|
}
|
|
2950
3080
|
}
|
|
2951
3081
|
},
|
|
3082
|
+
"aws-cdk-lib.aws_outposts": {
|
|
3083
|
+
"targets": {
|
|
3084
|
+
"dotnet": {
|
|
3085
|
+
"namespace": "Amazon.CDK.AWS.Outposts"
|
|
3086
|
+
},
|
|
3087
|
+
"java": {
|
|
3088
|
+
"package": "software.amazon.awscdk.services.outposts"
|
|
3089
|
+
},
|
|
3090
|
+
"python": {
|
|
3091
|
+
"module": "aws_cdk.aws_outposts"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
2952
3095
|
"aws-cdk-lib.aws_panorama": {
|
|
2953
3096
|
"targets": {
|
|
2954
3097
|
"dotnet": {
|
|
@@ -3222,6 +3365,19 @@
|
|
|
3222
3365
|
}
|
|
3223
3366
|
}
|
|
3224
3367
|
},
|
|
3368
|
+
"aws-cdk-lib.aws_resiliencehubv2": {
|
|
3369
|
+
"targets": {
|
|
3370
|
+
"dotnet": {
|
|
3371
|
+
"namespace": "Amazon.CDK.AWS.ResilienceHubV2"
|
|
3372
|
+
},
|
|
3373
|
+
"java": {
|
|
3374
|
+
"package": "software.amazon.awscdk.services.resiliencehubv2"
|
|
3375
|
+
},
|
|
3376
|
+
"python": {
|
|
3377
|
+
"module": "aws_cdk.aws_resiliencehubv2"
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3225
3381
|
"aws-cdk-lib.aws_resourceexplorer2": {
|
|
3226
3382
|
"targets": {
|
|
3227
3383
|
"dotnet": {
|
|
@@ -3313,6 +3469,19 @@
|
|
|
3313
3469
|
}
|
|
3314
3470
|
}
|
|
3315
3471
|
},
|
|
3472
|
+
"aws-cdk-lib.aws_route53globalresolver": {
|
|
3473
|
+
"targets": {
|
|
3474
|
+
"dotnet": {
|
|
3475
|
+
"namespace": "Amazon.CDK.AWS.Route53GlobalResolver"
|
|
3476
|
+
},
|
|
3477
|
+
"java": {
|
|
3478
|
+
"package": "software.amazon.awscdk.services.route53globalresolver"
|
|
3479
|
+
},
|
|
3480
|
+
"python": {
|
|
3481
|
+
"module": "aws_cdk.aws_route53globalresolver"
|
|
3482
|
+
}
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3316
3485
|
"aws-cdk-lib.aws_route53profiles": {
|
|
3317
3486
|
"targets": {
|
|
3318
3487
|
"dotnet": {
|
|
@@ -3472,6 +3641,19 @@
|
|
|
3472
3641
|
}
|
|
3473
3642
|
}
|
|
3474
3643
|
},
|
|
3644
|
+
"aws-cdk-lib.aws_s3files": {
|
|
3645
|
+
"targets": {
|
|
3646
|
+
"dotnet": {
|
|
3647
|
+
"namespace": "Amazon.CDK.AWS.S3Files"
|
|
3648
|
+
},
|
|
3649
|
+
"java": {
|
|
3650
|
+
"package": "software.amazon.awscdk.services.s3files"
|
|
3651
|
+
},
|
|
3652
|
+
"python": {
|
|
3653
|
+
"module": "aws_cdk.aws_s3files"
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3475
3657
|
"aws-cdk-lib.aws_s3objectlambda": {
|
|
3476
3658
|
"targets": {
|
|
3477
3659
|
"dotnet": {
|
|
@@ -3576,6 +3758,19 @@
|
|
|
3576
3758
|
}
|
|
3577
3759
|
}
|
|
3578
3760
|
},
|
|
3761
|
+
"aws-cdk-lib.aws_scn": {
|
|
3762
|
+
"targets": {
|
|
3763
|
+
"dotnet": {
|
|
3764
|
+
"namespace": "Amazon.CDK.AWS.SCN"
|
|
3765
|
+
},
|
|
3766
|
+
"java": {
|
|
3767
|
+
"package": "software.amazon.awscdk.services.scn"
|
|
3768
|
+
},
|
|
3769
|
+
"python": {
|
|
3770
|
+
"module": "aws_cdk.aws_scn"
|
|
3771
|
+
}
|
|
3772
|
+
}
|
|
3773
|
+
},
|
|
3579
3774
|
"aws-cdk-lib.aws_sdb": {
|
|
3580
3775
|
"targets": {
|
|
3581
3776
|
"dotnet": {
|
|
@@ -3602,6 +3797,19 @@
|
|
|
3602
3797
|
}
|
|
3603
3798
|
}
|
|
3604
3799
|
},
|
|
3800
|
+
"aws-cdk-lib.aws_securityagent": {
|
|
3801
|
+
"targets": {
|
|
3802
|
+
"dotnet": {
|
|
3803
|
+
"namespace": "Amazon.CDK.AWS.SecurityAgent"
|
|
3804
|
+
},
|
|
3805
|
+
"java": {
|
|
3806
|
+
"package": "software.amazon.awscdk.services.securityagent"
|
|
3807
|
+
},
|
|
3808
|
+
"python": {
|
|
3809
|
+
"module": "aws_cdk.aws_securityagent"
|
|
3810
|
+
}
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3605
3813
|
"aws-cdk-lib.aws_securityhub": {
|
|
3606
3814
|
"targets": {
|
|
3607
3815
|
"dotnet": {
|
|
@@ -3862,6 +4070,19 @@
|
|
|
3862
4070
|
}
|
|
3863
4071
|
}
|
|
3864
4072
|
},
|
|
4073
|
+
"aws-cdk-lib.aws_states": {
|
|
4074
|
+
"targets": {
|
|
4075
|
+
"dotnet": {
|
|
4076
|
+
"namespace": "Amazon.CDK.AWS.States"
|
|
4077
|
+
},
|
|
4078
|
+
"java": {
|
|
4079
|
+
"package": "software.amazon.awscdk.services.states"
|
|
4080
|
+
},
|
|
4081
|
+
"python": {
|
|
4082
|
+
"module": "aws_cdk.aws_states"
|
|
4083
|
+
}
|
|
4084
|
+
}
|
|
4085
|
+
},
|
|
3865
4086
|
"aws-cdk-lib.aws_stepfunctions": {
|
|
3866
4087
|
"targets": {
|
|
3867
4088
|
"dotnet": {
|
|
@@ -3888,6 +4109,19 @@
|
|
|
3888
4109
|
}
|
|
3889
4110
|
}
|
|
3890
4111
|
},
|
|
4112
|
+
"aws-cdk-lib.aws_storagegateway": {
|
|
4113
|
+
"targets": {
|
|
4114
|
+
"dotnet": {
|
|
4115
|
+
"namespace": "Amazon.CDK.AWS.StorageGateway"
|
|
4116
|
+
},
|
|
4117
|
+
"java": {
|
|
4118
|
+
"package": "software.amazon.awscdk.services.storagegateway"
|
|
4119
|
+
},
|
|
4120
|
+
"python": {
|
|
4121
|
+
"module": "aws_cdk.aws_storagegateway"
|
|
4122
|
+
}
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
3891
4125
|
"aws-cdk-lib.aws_supportapp": {
|
|
3892
4126
|
"targets": {
|
|
3893
4127
|
"dotnet": {
|
|
@@ -3927,6 +4161,19 @@
|
|
|
3927
4161
|
}
|
|
3928
4162
|
}
|
|
3929
4163
|
},
|
|
4164
|
+
"aws-cdk-lib.aws_thinclient": {
|
|
4165
|
+
"targets": {
|
|
4166
|
+
"dotnet": {
|
|
4167
|
+
"namespace": "Amazon.CDK.AWS.ThinClient"
|
|
4168
|
+
},
|
|
4169
|
+
"java": {
|
|
4170
|
+
"package": "software.amazon.awscdk.services.thinclient"
|
|
4171
|
+
},
|
|
4172
|
+
"python": {
|
|
4173
|
+
"module": "aws_cdk.aws_thinclient"
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
3930
4177
|
"aws-cdk-lib.aws_timestream": {
|
|
3931
4178
|
"targets": {
|
|
3932
4179
|
"dotnet": {
|
|
@@ -3940,6 +4187,19 @@
|
|
|
3940
4187
|
}
|
|
3941
4188
|
}
|
|
3942
4189
|
},
|
|
4190
|
+
"aws-cdk-lib.aws_transcribe": {
|
|
4191
|
+
"targets": {
|
|
4192
|
+
"dotnet": {
|
|
4193
|
+
"namespace": "Amazon.CDK.AWS.Transcribe"
|
|
4194
|
+
},
|
|
4195
|
+
"java": {
|
|
4196
|
+
"package": "software.amazon.awscdk.services.transcribe"
|
|
4197
|
+
},
|
|
4198
|
+
"python": {
|
|
4199
|
+
"module": "aws_cdk.aws_transcribe"
|
|
4200
|
+
}
|
|
4201
|
+
}
|
|
4202
|
+
},
|
|
3943
4203
|
"aws-cdk-lib.aws_transfer": {
|
|
3944
4204
|
"targets": {
|
|
3945
4205
|
"dotnet": {
|
|
@@ -3953,6 +4213,32 @@
|
|
|
3953
4213
|
}
|
|
3954
4214
|
}
|
|
3955
4215
|
},
|
|
4216
|
+
"aws-cdk-lib.aws_usernotifications": {
|
|
4217
|
+
"targets": {
|
|
4218
|
+
"dotnet": {
|
|
4219
|
+
"namespace": "Amazon.CDK.AWS.UserNotifications"
|
|
4220
|
+
},
|
|
4221
|
+
"java": {
|
|
4222
|
+
"package": "software.amazon.awscdk.services.usernotifications"
|
|
4223
|
+
},
|
|
4224
|
+
"python": {
|
|
4225
|
+
"module": "aws_cdk.aws_usernotifications"
|
|
4226
|
+
}
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4229
|
+
"aws-cdk-lib.aws_uxc": {
|
|
4230
|
+
"targets": {
|
|
4231
|
+
"dotnet": {
|
|
4232
|
+
"namespace": "Amazon.CDK.AWS.UXC"
|
|
4233
|
+
},
|
|
4234
|
+
"java": {
|
|
4235
|
+
"package": "software.amazon.awscdk.services.uxc"
|
|
4236
|
+
},
|
|
4237
|
+
"python": {
|
|
4238
|
+
"module": "aws_cdk.aws_uxc"
|
|
4239
|
+
}
|
|
4240
|
+
}
|
|
4241
|
+
},
|
|
3956
4242
|
"aws-cdk-lib.aws_verifiedpermissions": {
|
|
3957
4243
|
"targets": {
|
|
3958
4244
|
"dotnet": {
|
|
@@ -4031,6 +4317,19 @@
|
|
|
4031
4317
|
}
|
|
4032
4318
|
}
|
|
4033
4319
|
},
|
|
4320
|
+
"aws-cdk-lib.aws_wellarchitected": {
|
|
4321
|
+
"targets": {
|
|
4322
|
+
"dotnet": {
|
|
4323
|
+
"namespace": "Amazon.CDK.AWS.WellArchitected"
|
|
4324
|
+
},
|
|
4325
|
+
"java": {
|
|
4326
|
+
"package": "software.amazon.awscdk.services.wellarchitected"
|
|
4327
|
+
},
|
|
4328
|
+
"python": {
|
|
4329
|
+
"module": "aws_cdk.aws_wellarchitected"
|
|
4330
|
+
}
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4034
4333
|
"aws-cdk-lib.aws_wisdom": {
|
|
4035
4334
|
"targets": {
|
|
4036
4335
|
"dotnet": {
|
|
@@ -4533,6 +4832,22 @@
|
|
|
4533
4832
|
}
|
|
4534
4833
|
}
|
|
4535
4834
|
},
|
|
4835
|
+
"aws-cdk-lib.interfaces.aws_artifact": {
|
|
4836
|
+
"targets": {
|
|
4837
|
+
"dotnet": {
|
|
4838
|
+
"namespace": "Amazon.CDK.Interfaces.Artifact"
|
|
4839
|
+
},
|
|
4840
|
+
"go": {
|
|
4841
|
+
"packageName": "interfacesawsartifact"
|
|
4842
|
+
},
|
|
4843
|
+
"java": {
|
|
4844
|
+
"package": "software.amazon.awscdk.interfaces.artifact"
|
|
4845
|
+
},
|
|
4846
|
+
"python": {
|
|
4847
|
+
"module": "aws_cdk.interfaces.aws_artifact"
|
|
4848
|
+
}
|
|
4849
|
+
}
|
|
4850
|
+
},
|
|
4536
4851
|
"aws-cdk-lib.interfaces.aws_athena": {
|
|
4537
4852
|
"targets": {
|
|
4538
4853
|
"dotnet": {
|
|
@@ -4597,19 +4912,35 @@
|
|
|
4597
4912
|
}
|
|
4598
4913
|
}
|
|
4599
4914
|
},
|
|
4600
|
-
"aws-cdk-lib.interfaces.
|
|
4915
|
+
"aws-cdk-lib.interfaces.aws_awsexternalanthropic": {
|
|
4601
4916
|
"targets": {
|
|
4602
4917
|
"dotnet": {
|
|
4603
|
-
"namespace": "Amazon.CDK.Interfaces.
|
|
4918
|
+
"namespace": "Amazon.CDK.Interfaces.AWSExternalAnthropic"
|
|
4604
4919
|
},
|
|
4605
4920
|
"go": {
|
|
4606
|
-
"packageName": "
|
|
4921
|
+
"packageName": "interfacesawsawsexternalanthropic"
|
|
4607
4922
|
},
|
|
4608
4923
|
"java": {
|
|
4609
|
-
"package": "software.amazon.awscdk.interfaces.
|
|
4924
|
+
"package": "software.amazon.awscdk.interfaces.awsexternalanthropic"
|
|
4610
4925
|
},
|
|
4611
4926
|
"python": {
|
|
4612
|
-
"module": "aws_cdk.interfaces.
|
|
4927
|
+
"module": "aws_cdk.interfaces.aws_awsexternalanthropic"
|
|
4928
|
+
}
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4931
|
+
"aws-cdk-lib.interfaces.aws_b2bi": {
|
|
4932
|
+
"targets": {
|
|
4933
|
+
"dotnet": {
|
|
4934
|
+
"namespace": "Amazon.CDK.Interfaces.B2BI"
|
|
4935
|
+
},
|
|
4936
|
+
"go": {
|
|
4937
|
+
"packageName": "interfacesawsb2bi"
|
|
4938
|
+
},
|
|
4939
|
+
"java": {
|
|
4940
|
+
"package": "software.amazon.awscdk.interfaces.b2bi"
|
|
4941
|
+
},
|
|
4942
|
+
"python": {
|
|
4943
|
+
"module": "aws_cdk.interfaces.aws_b2bi"
|
|
4613
4944
|
}
|
|
4614
4945
|
}
|
|
4615
4946
|
},
|
|
@@ -4645,6 +4976,22 @@
|
|
|
4645
4976
|
}
|
|
4646
4977
|
}
|
|
4647
4978
|
},
|
|
4979
|
+
"aws-cdk-lib.interfaces.aws_backupsearch": {
|
|
4980
|
+
"targets": {
|
|
4981
|
+
"dotnet": {
|
|
4982
|
+
"namespace": "Amazon.CDK.Interfaces.BackupSearch"
|
|
4983
|
+
},
|
|
4984
|
+
"go": {
|
|
4985
|
+
"packageName": "interfacesawsbackupsearch"
|
|
4986
|
+
},
|
|
4987
|
+
"java": {
|
|
4988
|
+
"package": "software.amazon.awscdk.interfaces.backupsearch"
|
|
4989
|
+
},
|
|
4990
|
+
"python": {
|
|
4991
|
+
"module": "aws_cdk.interfaces.aws_backupsearch"
|
|
4992
|
+
}
|
|
4993
|
+
}
|
|
4994
|
+
},
|
|
4648
4995
|
"aws-cdk-lib.interfaces.aws_batch": {
|
|
4649
4996
|
"targets": {
|
|
4650
4997
|
"dotnet": {
|
|
@@ -4661,6 +5008,22 @@
|
|
|
4661
5008
|
}
|
|
4662
5009
|
}
|
|
4663
5010
|
},
|
|
5011
|
+
"aws-cdk-lib.interfaces.aws_bcm": {
|
|
5012
|
+
"targets": {
|
|
5013
|
+
"dotnet": {
|
|
5014
|
+
"namespace": "Amazon.CDK.Interfaces.BCM"
|
|
5015
|
+
},
|
|
5016
|
+
"go": {
|
|
5017
|
+
"packageName": "interfacesawsbcm"
|
|
5018
|
+
},
|
|
5019
|
+
"java": {
|
|
5020
|
+
"package": "software.amazon.awscdk.interfaces.bcm"
|
|
5021
|
+
},
|
|
5022
|
+
"python": {
|
|
5023
|
+
"module": "aws_cdk.interfaces.aws_bcm"
|
|
5024
|
+
}
|
|
5025
|
+
}
|
|
5026
|
+
},
|
|
4664
5027
|
"aws-cdk-lib.interfaces.aws_bcmdataexports": {
|
|
4665
5028
|
"targets": {
|
|
4666
5029
|
"dotnet": {
|
|
@@ -4677,6 +5040,22 @@
|
|
|
4677
5040
|
}
|
|
4678
5041
|
}
|
|
4679
5042
|
},
|
|
5043
|
+
"aws-cdk-lib.interfaces.aws_bcmpricingcalculator": {
|
|
5044
|
+
"targets": {
|
|
5045
|
+
"dotnet": {
|
|
5046
|
+
"namespace": "Amazon.CDK.Interfaces.BcmPricingCalculator"
|
|
5047
|
+
},
|
|
5048
|
+
"go": {
|
|
5049
|
+
"packageName": "interfacesawsbcmpricingcalculator"
|
|
5050
|
+
},
|
|
5051
|
+
"java": {
|
|
5052
|
+
"package": "software.amazon.awscdk.interfaces.bcmpricingcalculator"
|
|
5053
|
+
},
|
|
5054
|
+
"python": {
|
|
5055
|
+
"module": "aws_cdk.interfaces.aws_bcmpricingcalculator"
|
|
5056
|
+
}
|
|
5057
|
+
}
|
|
5058
|
+
},
|
|
4680
5059
|
"aws-cdk-lib.interfaces.aws_bedrock": {
|
|
4681
5060
|
"targets": {
|
|
4682
5061
|
"dotnet": {
|
|
@@ -4757,6 +5136,22 @@
|
|
|
4757
5136
|
}
|
|
4758
5137
|
}
|
|
4759
5138
|
},
|
|
5139
|
+
"aws-cdk-lib.interfaces.aws_braket": {
|
|
5140
|
+
"targets": {
|
|
5141
|
+
"dotnet": {
|
|
5142
|
+
"namespace": "Amazon.CDK.Interfaces.Braket"
|
|
5143
|
+
},
|
|
5144
|
+
"go": {
|
|
5145
|
+
"packageName": "interfacesawsbraket"
|
|
5146
|
+
},
|
|
5147
|
+
"java": {
|
|
5148
|
+
"package": "software.amazon.awscdk.interfaces.braket"
|
|
5149
|
+
},
|
|
5150
|
+
"python": {
|
|
5151
|
+
"module": "aws_cdk.interfaces.aws_braket"
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
},
|
|
4760
5155
|
"aws-cdk-lib.interfaces.aws_budgets": {
|
|
4761
5156
|
"targets": {
|
|
4762
5157
|
"dotnet": {
|
|
@@ -4853,6 +5248,22 @@
|
|
|
4853
5248
|
}
|
|
4854
5249
|
}
|
|
4855
5250
|
},
|
|
5251
|
+
"aws-cdk-lib.interfaces.aws_chime": {
|
|
5252
|
+
"targets": {
|
|
5253
|
+
"dotnet": {
|
|
5254
|
+
"namespace": "Amazon.CDK.Interfaces.Chime"
|
|
5255
|
+
},
|
|
5256
|
+
"go": {
|
|
5257
|
+
"packageName": "interfacesawschime"
|
|
5258
|
+
},
|
|
5259
|
+
"java": {
|
|
5260
|
+
"package": "software.amazon.awscdk.interfaces.chime"
|
|
5261
|
+
},
|
|
5262
|
+
"python": {
|
|
5263
|
+
"module": "aws_cdk.interfaces.aws_chime"
|
|
5264
|
+
}
|
|
5265
|
+
}
|
|
5266
|
+
},
|
|
4856
5267
|
"aws-cdk-lib.interfaces.aws_cleanrooms": {
|
|
4857
5268
|
"targets": {
|
|
4858
5269
|
"dotnet": {
|
|
@@ -5157,6 +5568,22 @@
|
|
|
5157
5568
|
}
|
|
5158
5569
|
}
|
|
5159
5570
|
},
|
|
5571
|
+
"aws-cdk-lib.interfaces.aws_cognitosync": {
|
|
5572
|
+
"targets": {
|
|
5573
|
+
"dotnet": {
|
|
5574
|
+
"namespace": "Amazon.CDK.Interfaces.CognitoSync"
|
|
5575
|
+
},
|
|
5576
|
+
"go": {
|
|
5577
|
+
"packageName": "interfacesawscognitosync"
|
|
5578
|
+
},
|
|
5579
|
+
"java": {
|
|
5580
|
+
"package": "software.amazon.awscdk.interfaces.cognitosync"
|
|
5581
|
+
},
|
|
5582
|
+
"python": {
|
|
5583
|
+
"module": "aws_cdk.interfaces.aws_cognitosync"
|
|
5584
|
+
}
|
|
5585
|
+
}
|
|
5586
|
+
},
|
|
5160
5587
|
"aws-cdk-lib.interfaces.aws_comprehend": {
|
|
5161
5588
|
"targets": {
|
|
5162
5589
|
"dotnet": {
|
|
@@ -5253,6 +5680,22 @@
|
|
|
5253
5680
|
}
|
|
5254
5681
|
}
|
|
5255
5682
|
},
|
|
5683
|
+
"aws-cdk-lib.interfaces.aws_controlcatalog": {
|
|
5684
|
+
"targets": {
|
|
5685
|
+
"dotnet": {
|
|
5686
|
+
"namespace": "Amazon.CDK.Interfaces.ControlCatalog"
|
|
5687
|
+
},
|
|
5688
|
+
"go": {
|
|
5689
|
+
"packageName": "interfacesawscontrolcatalog"
|
|
5690
|
+
},
|
|
5691
|
+
"java": {
|
|
5692
|
+
"package": "software.amazon.awscdk.interfaces.controlcatalog"
|
|
5693
|
+
},
|
|
5694
|
+
"python": {
|
|
5695
|
+
"module": "aws_cdk.interfaces.aws_controlcatalog"
|
|
5696
|
+
}
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5256
5699
|
"aws-cdk-lib.interfaces.aws_controltower": {
|
|
5257
5700
|
"targets": {
|
|
5258
5701
|
"dotnet": {
|
|
@@ -5749,6 +6192,22 @@
|
|
|
5749
6192
|
}
|
|
5750
6193
|
}
|
|
5751
6194
|
},
|
|
6195
|
+
"aws-cdk-lib.interfaces.aws_elementalinference": {
|
|
6196
|
+
"targets": {
|
|
6197
|
+
"dotnet": {
|
|
6198
|
+
"namespace": "Amazon.CDK.Interfaces.ElementalInference"
|
|
6199
|
+
},
|
|
6200
|
+
"go": {
|
|
6201
|
+
"packageName": "interfacesawselementalinference"
|
|
6202
|
+
},
|
|
6203
|
+
"java": {
|
|
6204
|
+
"package": "software.amazon.awscdk.interfaces.elementalinference"
|
|
6205
|
+
},
|
|
6206
|
+
"python": {
|
|
6207
|
+
"module": "aws_cdk.interfaces.aws_elementalinference"
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6210
|
+
},
|
|
5752
6211
|
"aws-cdk-lib.interfaces.aws_emr": {
|
|
5753
6212
|
"targets": {
|
|
5754
6213
|
"dotnet": {
|
|
@@ -6229,6 +6688,22 @@
|
|
|
6229
6688
|
}
|
|
6230
6689
|
}
|
|
6231
6690
|
},
|
|
6691
|
+
"aws-cdk-lib.interfaces.aws_interconnect": {
|
|
6692
|
+
"targets": {
|
|
6693
|
+
"dotnet": {
|
|
6694
|
+
"namespace": "Amazon.CDK.Interfaces.Interconnect"
|
|
6695
|
+
},
|
|
6696
|
+
"go": {
|
|
6697
|
+
"packageName": "interfacesawsinterconnect"
|
|
6698
|
+
},
|
|
6699
|
+
"java": {
|
|
6700
|
+
"package": "software.amazon.awscdk.interfaces.interconnect"
|
|
6701
|
+
},
|
|
6702
|
+
"python": {
|
|
6703
|
+
"module": "aws_cdk.interfaces.aws_interconnect"
|
|
6704
|
+
}
|
|
6705
|
+
}
|
|
6706
|
+
},
|
|
6232
6707
|
"aws-cdk-lib.interfaces.aws_internetmonitor": {
|
|
6233
6708
|
"targets": {
|
|
6234
6709
|
"dotnet": {
|
|
@@ -7061,6 +7536,22 @@
|
|
|
7061
7536
|
}
|
|
7062
7537
|
}
|
|
7063
7538
|
},
|
|
7539
|
+
"aws-cdk-lib.interfaces.aws_networkflowmonitor": {
|
|
7540
|
+
"targets": {
|
|
7541
|
+
"dotnet": {
|
|
7542
|
+
"namespace": "Amazon.CDK.Interfaces.NetworkFlowMonitor"
|
|
7543
|
+
},
|
|
7544
|
+
"go": {
|
|
7545
|
+
"packageName": "interfacesawsnetworkflowmonitor"
|
|
7546
|
+
},
|
|
7547
|
+
"java": {
|
|
7548
|
+
"package": "software.amazon.awscdk.interfaces.networkflowmonitor"
|
|
7549
|
+
},
|
|
7550
|
+
"python": {
|
|
7551
|
+
"module": "aws_cdk.interfaces.aws_networkflowmonitor"
|
|
7552
|
+
}
|
|
7553
|
+
}
|
|
7554
|
+
},
|
|
7064
7555
|
"aws-cdk-lib.interfaces.aws_networkmanager": {
|
|
7065
7556
|
"targets": {
|
|
7066
7557
|
"dotnet": {
|
|
@@ -7125,6 +7616,22 @@
|
|
|
7125
7616
|
}
|
|
7126
7617
|
}
|
|
7127
7618
|
},
|
|
7619
|
+
"aws-cdk-lib.interfaces.aws_novaact": {
|
|
7620
|
+
"targets": {
|
|
7621
|
+
"dotnet": {
|
|
7622
|
+
"namespace": "Amazon.CDK.Interfaces.NovaAct"
|
|
7623
|
+
},
|
|
7624
|
+
"go": {
|
|
7625
|
+
"packageName": "interfacesawsnovaact"
|
|
7626
|
+
},
|
|
7627
|
+
"java": {
|
|
7628
|
+
"package": "software.amazon.awscdk.interfaces.novaact"
|
|
7629
|
+
},
|
|
7630
|
+
"python": {
|
|
7631
|
+
"module": "aws_cdk.interfaces.aws_novaact"
|
|
7632
|
+
}
|
|
7633
|
+
}
|
|
7634
|
+
},
|
|
7128
7635
|
"aws-cdk-lib.interfaces.aws_oam": {
|
|
7129
7636
|
"targets": {
|
|
7130
7637
|
"dotnet": {
|
|
@@ -7285,6 +7792,22 @@
|
|
|
7285
7792
|
}
|
|
7286
7793
|
}
|
|
7287
7794
|
},
|
|
7795
|
+
"aws-cdk-lib.interfaces.aws_outposts": {
|
|
7796
|
+
"targets": {
|
|
7797
|
+
"dotnet": {
|
|
7798
|
+
"namespace": "Amazon.CDK.Interfaces.Outposts"
|
|
7799
|
+
},
|
|
7800
|
+
"go": {
|
|
7801
|
+
"packageName": "interfacesawsoutposts"
|
|
7802
|
+
},
|
|
7803
|
+
"java": {
|
|
7804
|
+
"package": "software.amazon.awscdk.interfaces.outposts"
|
|
7805
|
+
},
|
|
7806
|
+
"python": {
|
|
7807
|
+
"module": "aws_cdk.interfaces.aws_outposts"
|
|
7808
|
+
}
|
|
7809
|
+
}
|
|
7810
|
+
},
|
|
7288
7811
|
"aws-cdk-lib.interfaces.aws_panorama": {
|
|
7289
7812
|
"targets": {
|
|
7290
7813
|
"dotnet": {
|
|
@@ -7621,6 +8144,22 @@
|
|
|
7621
8144
|
}
|
|
7622
8145
|
}
|
|
7623
8146
|
},
|
|
8147
|
+
"aws-cdk-lib.interfaces.aws_resiliencehubv2": {
|
|
8148
|
+
"targets": {
|
|
8149
|
+
"dotnet": {
|
|
8150
|
+
"namespace": "Amazon.CDK.Interfaces.ResilienceHubV2"
|
|
8151
|
+
},
|
|
8152
|
+
"go": {
|
|
8153
|
+
"packageName": "interfacesawsresiliencehubv2"
|
|
8154
|
+
},
|
|
8155
|
+
"java": {
|
|
8156
|
+
"package": "software.amazon.awscdk.interfaces.resiliencehubv2"
|
|
8157
|
+
},
|
|
8158
|
+
"python": {
|
|
8159
|
+
"module": "aws_cdk.interfaces.aws_resiliencehubv2"
|
|
8160
|
+
}
|
|
8161
|
+
}
|
|
8162
|
+
},
|
|
7624
8163
|
"aws-cdk-lib.interfaces.aws_resourceexplorer2": {
|
|
7625
8164
|
"targets": {
|
|
7626
8165
|
"dotnet": {
|
|
@@ -7701,6 +8240,22 @@
|
|
|
7701
8240
|
}
|
|
7702
8241
|
}
|
|
7703
8242
|
},
|
|
8243
|
+
"aws-cdk-lib.interfaces.aws_route53globalresolver": {
|
|
8244
|
+
"targets": {
|
|
8245
|
+
"dotnet": {
|
|
8246
|
+
"namespace": "Amazon.CDK.Interfaces.Route53GlobalResolver"
|
|
8247
|
+
},
|
|
8248
|
+
"go": {
|
|
8249
|
+
"packageName": "interfacesawsroute53globalresolver"
|
|
8250
|
+
},
|
|
8251
|
+
"java": {
|
|
8252
|
+
"package": "software.amazon.awscdk.interfaces.route53globalresolver"
|
|
8253
|
+
},
|
|
8254
|
+
"python": {
|
|
8255
|
+
"module": "aws_cdk.interfaces.aws_route53globalresolver"
|
|
8256
|
+
}
|
|
8257
|
+
}
|
|
8258
|
+
},
|
|
7704
8259
|
"aws-cdk-lib.interfaces.aws_route53profiles": {
|
|
7705
8260
|
"targets": {
|
|
7706
8261
|
"dotnet": {
|
|
@@ -7829,6 +8384,22 @@
|
|
|
7829
8384
|
}
|
|
7830
8385
|
}
|
|
7831
8386
|
},
|
|
8387
|
+
"aws-cdk-lib.interfaces.aws_s3files": {
|
|
8388
|
+
"targets": {
|
|
8389
|
+
"dotnet": {
|
|
8390
|
+
"namespace": "Amazon.CDK.Interfaces.S3Files"
|
|
8391
|
+
},
|
|
8392
|
+
"go": {
|
|
8393
|
+
"packageName": "interfacesawss3files"
|
|
8394
|
+
},
|
|
8395
|
+
"java": {
|
|
8396
|
+
"package": "software.amazon.awscdk.interfaces.s3files"
|
|
8397
|
+
},
|
|
8398
|
+
"python": {
|
|
8399
|
+
"module": "aws_cdk.interfaces.aws_s3files"
|
|
8400
|
+
}
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
7832
8403
|
"aws-cdk-lib.interfaces.aws_s3objectlambda": {
|
|
7833
8404
|
"targets": {
|
|
7834
8405
|
"dotnet": {
|
|
@@ -7941,6 +8512,22 @@
|
|
|
7941
8512
|
}
|
|
7942
8513
|
}
|
|
7943
8514
|
},
|
|
8515
|
+
"aws-cdk-lib.interfaces.aws_scn": {
|
|
8516
|
+
"targets": {
|
|
8517
|
+
"dotnet": {
|
|
8518
|
+
"namespace": "Amazon.CDK.Interfaces.SCN"
|
|
8519
|
+
},
|
|
8520
|
+
"go": {
|
|
8521
|
+
"packageName": "interfacesawsscn"
|
|
8522
|
+
},
|
|
8523
|
+
"java": {
|
|
8524
|
+
"package": "software.amazon.awscdk.interfaces.scn"
|
|
8525
|
+
},
|
|
8526
|
+
"python": {
|
|
8527
|
+
"module": "aws_cdk.interfaces.aws_scn"
|
|
8528
|
+
}
|
|
8529
|
+
}
|
|
8530
|
+
},
|
|
7944
8531
|
"aws-cdk-lib.interfaces.aws_sdb": {
|
|
7945
8532
|
"targets": {
|
|
7946
8533
|
"dotnet": {
|
|
@@ -7973,6 +8560,22 @@
|
|
|
7973
8560
|
}
|
|
7974
8561
|
}
|
|
7975
8562
|
},
|
|
8563
|
+
"aws-cdk-lib.interfaces.aws_securityagent": {
|
|
8564
|
+
"targets": {
|
|
8565
|
+
"dotnet": {
|
|
8566
|
+
"namespace": "Amazon.CDK.Interfaces.SecurityAgent"
|
|
8567
|
+
},
|
|
8568
|
+
"go": {
|
|
8569
|
+
"packageName": "interfacesawssecurityagent"
|
|
8570
|
+
},
|
|
8571
|
+
"java": {
|
|
8572
|
+
"package": "software.amazon.awscdk.interfaces.securityagent"
|
|
8573
|
+
},
|
|
8574
|
+
"python": {
|
|
8575
|
+
"module": "aws_cdk.interfaces.aws_securityagent"
|
|
8576
|
+
}
|
|
8577
|
+
}
|
|
8578
|
+
},
|
|
7976
8579
|
"aws-cdk-lib.interfaces.aws_securityhub": {
|
|
7977
8580
|
"targets": {
|
|
7978
8581
|
"dotnet": {
|
|
@@ -8261,6 +8864,22 @@
|
|
|
8261
8864
|
}
|
|
8262
8865
|
}
|
|
8263
8866
|
},
|
|
8867
|
+
"aws-cdk-lib.interfaces.aws_states": {
|
|
8868
|
+
"targets": {
|
|
8869
|
+
"dotnet": {
|
|
8870
|
+
"namespace": "Amazon.CDK.Interfaces.States"
|
|
8871
|
+
},
|
|
8872
|
+
"go": {
|
|
8873
|
+
"packageName": "interfacesawsstates"
|
|
8874
|
+
},
|
|
8875
|
+
"java": {
|
|
8876
|
+
"package": "software.amazon.awscdk.interfaces.states"
|
|
8877
|
+
},
|
|
8878
|
+
"python": {
|
|
8879
|
+
"module": "aws_cdk.interfaces.aws_states"
|
|
8880
|
+
}
|
|
8881
|
+
}
|
|
8882
|
+
},
|
|
8264
8883
|
"aws-cdk-lib.interfaces.aws_stepfunctions": {
|
|
8265
8884
|
"targets": {
|
|
8266
8885
|
"dotnet": {
|
|
@@ -8277,6 +8896,22 @@
|
|
|
8277
8896
|
}
|
|
8278
8897
|
}
|
|
8279
8898
|
},
|
|
8899
|
+
"aws-cdk-lib.interfaces.aws_storagegateway": {
|
|
8900
|
+
"targets": {
|
|
8901
|
+
"dotnet": {
|
|
8902
|
+
"namespace": "Amazon.CDK.Interfaces.StorageGateway"
|
|
8903
|
+
},
|
|
8904
|
+
"go": {
|
|
8905
|
+
"packageName": "interfacesawsstoragegateway"
|
|
8906
|
+
},
|
|
8907
|
+
"java": {
|
|
8908
|
+
"package": "software.amazon.awscdk.interfaces.storagegateway"
|
|
8909
|
+
},
|
|
8910
|
+
"python": {
|
|
8911
|
+
"module": "aws_cdk.interfaces.aws_storagegateway"
|
|
8912
|
+
}
|
|
8913
|
+
}
|
|
8914
|
+
},
|
|
8280
8915
|
"aws-cdk-lib.interfaces.aws_supportapp": {
|
|
8281
8916
|
"targets": {
|
|
8282
8917
|
"dotnet": {
|
|
@@ -8325,6 +8960,22 @@
|
|
|
8325
8960
|
}
|
|
8326
8961
|
}
|
|
8327
8962
|
},
|
|
8963
|
+
"aws-cdk-lib.interfaces.aws_thinclient": {
|
|
8964
|
+
"targets": {
|
|
8965
|
+
"dotnet": {
|
|
8966
|
+
"namespace": "Amazon.CDK.Interfaces.ThinClient"
|
|
8967
|
+
},
|
|
8968
|
+
"go": {
|
|
8969
|
+
"packageName": "interfacesawsthinclient"
|
|
8970
|
+
},
|
|
8971
|
+
"java": {
|
|
8972
|
+
"package": "software.amazon.awscdk.interfaces.thinclient"
|
|
8973
|
+
},
|
|
8974
|
+
"python": {
|
|
8975
|
+
"module": "aws_cdk.interfaces.aws_thinclient"
|
|
8976
|
+
}
|
|
8977
|
+
}
|
|
8978
|
+
},
|
|
8328
8979
|
"aws-cdk-lib.interfaces.aws_timestream": {
|
|
8329
8980
|
"targets": {
|
|
8330
8981
|
"dotnet": {
|
|
@@ -8341,6 +8992,22 @@
|
|
|
8341
8992
|
}
|
|
8342
8993
|
}
|
|
8343
8994
|
},
|
|
8995
|
+
"aws-cdk-lib.interfaces.aws_transcribe": {
|
|
8996
|
+
"targets": {
|
|
8997
|
+
"dotnet": {
|
|
8998
|
+
"namespace": "Amazon.CDK.Interfaces.Transcribe"
|
|
8999
|
+
},
|
|
9000
|
+
"go": {
|
|
9001
|
+
"packageName": "interfacesawstranscribe"
|
|
9002
|
+
},
|
|
9003
|
+
"java": {
|
|
9004
|
+
"package": "software.amazon.awscdk.interfaces.transcribe"
|
|
9005
|
+
},
|
|
9006
|
+
"python": {
|
|
9007
|
+
"module": "aws_cdk.interfaces.aws_transcribe"
|
|
9008
|
+
}
|
|
9009
|
+
}
|
|
9010
|
+
},
|
|
8344
9011
|
"aws-cdk-lib.interfaces.aws_transfer": {
|
|
8345
9012
|
"targets": {
|
|
8346
9013
|
"dotnet": {
|
|
@@ -8357,32 +9024,64 @@
|
|
|
8357
9024
|
}
|
|
8358
9025
|
}
|
|
8359
9026
|
},
|
|
8360
|
-
"aws-cdk-lib.interfaces.
|
|
9027
|
+
"aws-cdk-lib.interfaces.aws_usernotifications": {
|
|
8361
9028
|
"targets": {
|
|
8362
9029
|
"dotnet": {
|
|
8363
|
-
"namespace": "Amazon.CDK.Interfaces.
|
|
9030
|
+
"namespace": "Amazon.CDK.Interfaces.UserNotifications"
|
|
8364
9031
|
},
|
|
8365
9032
|
"go": {
|
|
8366
|
-
"packageName": "
|
|
9033
|
+
"packageName": "interfacesawsusernotifications"
|
|
8367
9034
|
},
|
|
8368
9035
|
"java": {
|
|
8369
|
-
"package": "software.amazon.awscdk.interfaces.
|
|
9036
|
+
"package": "software.amazon.awscdk.interfaces.usernotifications"
|
|
8370
9037
|
},
|
|
8371
9038
|
"python": {
|
|
8372
|
-
"module": "aws_cdk.interfaces.
|
|
9039
|
+
"module": "aws_cdk.interfaces.aws_usernotifications"
|
|
8373
9040
|
}
|
|
8374
9041
|
}
|
|
8375
9042
|
},
|
|
8376
|
-
"aws-cdk-lib.interfaces.
|
|
9043
|
+
"aws-cdk-lib.interfaces.aws_uxc": {
|
|
8377
9044
|
"targets": {
|
|
8378
9045
|
"dotnet": {
|
|
8379
|
-
"namespace": "Amazon.CDK.Interfaces.
|
|
9046
|
+
"namespace": "Amazon.CDK.Interfaces.UXC"
|
|
8380
9047
|
},
|
|
8381
9048
|
"go": {
|
|
8382
|
-
"packageName": "
|
|
9049
|
+
"packageName": "interfacesawsuxc"
|
|
8383
9050
|
},
|
|
8384
9051
|
"java": {
|
|
8385
|
-
"package": "software.amazon.awscdk.interfaces.
|
|
9052
|
+
"package": "software.amazon.awscdk.interfaces.uxc"
|
|
9053
|
+
},
|
|
9054
|
+
"python": {
|
|
9055
|
+
"module": "aws_cdk.interfaces.aws_uxc"
|
|
9056
|
+
}
|
|
9057
|
+
}
|
|
9058
|
+
},
|
|
9059
|
+
"aws-cdk-lib.interfaces.aws_verifiedpermissions": {
|
|
9060
|
+
"targets": {
|
|
9061
|
+
"dotnet": {
|
|
9062
|
+
"namespace": "Amazon.CDK.Interfaces.VerifiedPermissions"
|
|
9063
|
+
},
|
|
9064
|
+
"go": {
|
|
9065
|
+
"packageName": "interfacesawsverifiedpermissions"
|
|
9066
|
+
},
|
|
9067
|
+
"java": {
|
|
9068
|
+
"package": "software.amazon.awscdk.interfaces.verifiedpermissions"
|
|
9069
|
+
},
|
|
9070
|
+
"python": {
|
|
9071
|
+
"module": "aws_cdk.interfaces.aws_verifiedpermissions"
|
|
9072
|
+
}
|
|
9073
|
+
}
|
|
9074
|
+
},
|
|
9075
|
+
"aws-cdk-lib.interfaces.aws_voiceid": {
|
|
9076
|
+
"targets": {
|
|
9077
|
+
"dotnet": {
|
|
9078
|
+
"namespace": "Amazon.CDK.Interfaces.VoiceID"
|
|
9079
|
+
},
|
|
9080
|
+
"go": {
|
|
9081
|
+
"packageName": "interfacesawsvoiceid"
|
|
9082
|
+
},
|
|
9083
|
+
"java": {
|
|
9084
|
+
"package": "software.amazon.awscdk.interfaces.voiceid"
|
|
8386
9085
|
},
|
|
8387
9086
|
"python": {
|
|
8388
9087
|
"module": "aws_cdk.interfaces.aws_voiceid"
|
|
@@ -8453,6 +9152,22 @@
|
|
|
8453
9152
|
}
|
|
8454
9153
|
}
|
|
8455
9154
|
},
|
|
9155
|
+
"aws-cdk-lib.interfaces.aws_wellarchitected": {
|
|
9156
|
+
"targets": {
|
|
9157
|
+
"dotnet": {
|
|
9158
|
+
"namespace": "Amazon.CDK.Interfaces.WellArchitected"
|
|
9159
|
+
},
|
|
9160
|
+
"go": {
|
|
9161
|
+
"packageName": "interfacesawswellarchitected"
|
|
9162
|
+
},
|
|
9163
|
+
"java": {
|
|
9164
|
+
"package": "software.amazon.awscdk.interfaces.wellarchitected"
|
|
9165
|
+
},
|
|
9166
|
+
"python": {
|
|
9167
|
+
"module": "aws_cdk.interfaces.aws_wellarchitected"
|
|
9168
|
+
}
|
|
9169
|
+
}
|
|
9170
|
+
},
|
|
8456
9171
|
"aws-cdk-lib.interfaces.aws_wisdom": {
|
|
8457
9172
|
"targets": {
|
|
8458
9173
|
"dotnet": {
|
|
@@ -8672,7 +9387,7 @@
|
|
|
8672
9387
|
"stability": "stable"
|
|
8673
9388
|
},
|
|
8674
9389
|
"homepage": "https://github.com/robert-hanuschke/cdk-aws_grafana",
|
|
8675
|
-
"jsiiVersion": "5.9.
|
|
9390
|
+
"jsiiVersion": "5.9.53 (build 16812ce)",
|
|
8676
9391
|
"keywords": [
|
|
8677
9392
|
"cdk",
|
|
8678
9393
|
"grafana"
|
|
@@ -8797,13 +9512,52 @@
|
|
|
8797
9512
|
"kind": "interface",
|
|
8798
9513
|
"locationInModule": {
|
|
8799
9514
|
"filename": "src/workspace-base.ts",
|
|
8800
|
-
"line":
|
|
9515
|
+
"line": 371
|
|
8801
9516
|
},
|
|
8802
9517
|
"name": "IWorkspace",
|
|
8803
9518
|
"properties": [
|
|
8804
9519
|
{
|
|
8805
9520
|
"abstract": true,
|
|
8806
9521
|
"docs": {
|
|
9522
|
+
"custom": {
|
|
9523
|
+
"attribute": "true"
|
|
9524
|
+
},
|
|
9525
|
+
"stability": "stable",
|
|
9526
|
+
"summary": "The ARN of this workspace."
|
|
9527
|
+
},
|
|
9528
|
+
"immutable": true,
|
|
9529
|
+
"locationInModule": {
|
|
9530
|
+
"filename": "src/workspace-base.ts",
|
|
9531
|
+
"line": 579
|
|
9532
|
+
},
|
|
9533
|
+
"name": "workspaceArn",
|
|
9534
|
+
"type": {
|
|
9535
|
+
"primitive": "string"
|
|
9536
|
+
}
|
|
9537
|
+
},
|
|
9538
|
+
{
|
|
9539
|
+
"abstract": true,
|
|
9540
|
+
"docs": {
|
|
9541
|
+
"custom": {
|
|
9542
|
+
"attribute": "true"
|
|
9543
|
+
},
|
|
9544
|
+
"stability": "stable",
|
|
9545
|
+
"summary": "The unique ID of this workspace."
|
|
9546
|
+
},
|
|
9547
|
+
"immutable": true,
|
|
9548
|
+
"locationInModule": {
|
|
9549
|
+
"filename": "src/workspace-base.ts",
|
|
9550
|
+
"line": 573
|
|
9551
|
+
},
|
|
9552
|
+
"name": "workspaceId",
|
|
9553
|
+
"type": {
|
|
9554
|
+
"primitive": "string"
|
|
9555
|
+
}
|
|
9556
|
+
},
|
|
9557
|
+
{
|
|
9558
|
+
"abstract": true,
|
|
9559
|
+
"docs": {
|
|
9560
|
+
"default": "- not available on workspaces imported from an ARN via `Workspace.fromWorkspaceArn`",
|
|
8807
9561
|
"remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.",
|
|
8808
9562
|
"stability": "stable",
|
|
8809
9563
|
"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."
|
|
@@ -8811,9 +9565,10 @@
|
|
|
8811
9565
|
"immutable": true,
|
|
8812
9566
|
"locationInModule": {
|
|
8813
9567
|
"filename": "src/workspace-base.ts",
|
|
8814
|
-
"line":
|
|
9568
|
+
"line": 381
|
|
8815
9569
|
},
|
|
8816
9570
|
"name": "accountAccessType",
|
|
9571
|
+
"optional": true,
|
|
8817
9572
|
"type": {
|
|
8818
9573
|
"fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
|
|
8819
9574
|
}
|
|
@@ -8821,15 +9576,17 @@
|
|
|
8821
9576
|
{
|
|
8822
9577
|
"abstract": true,
|
|
8823
9578
|
"docs": {
|
|
9579
|
+
"default": "- not available on workspaces imported from an ARN via `Workspace.fromWorkspaceArn`",
|
|
8824
9580
|
"stability": "stable",
|
|
8825
9581
|
"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."
|
|
8826
9582
|
},
|
|
8827
9583
|
"immutable": true,
|
|
8828
9584
|
"locationInModule": {
|
|
8829
9585
|
"filename": "src/workspace-base.ts",
|
|
8830
|
-
"line":
|
|
9586
|
+
"line": 389
|
|
8831
9587
|
},
|
|
8832
9588
|
"name": "authenticationProviders",
|
|
9589
|
+
"optional": true,
|
|
8833
9590
|
"type": {
|
|
8834
9591
|
"collection": {
|
|
8835
9592
|
"elementtype": {
|
|
@@ -8842,18 +9599,19 @@
|
|
|
8842
9599
|
{
|
|
8843
9600
|
"abstract": true,
|
|
8844
9601
|
"docs": {
|
|
8845
|
-
"
|
|
9602
|
+
"default": "- not available on imported workspaces",
|
|
8846
9603
|
"stability": "stable",
|
|
8847
|
-
"summary": "
|
|
9604
|
+
"summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
|
|
8848
9605
|
},
|
|
8849
9606
|
"immutable": true,
|
|
8850
9607
|
"locationInModule": {
|
|
8851
9608
|
"filename": "src/workspace-base.ts",
|
|
8852
|
-
"line":
|
|
9609
|
+
"line": 396
|
|
8853
9610
|
},
|
|
8854
|
-
"name": "
|
|
9611
|
+
"name": "clientToken",
|
|
9612
|
+
"optional": true,
|
|
8855
9613
|
"type": {
|
|
8856
|
-
"
|
|
9614
|
+
"primitive": "string"
|
|
8857
9615
|
}
|
|
8858
9616
|
},
|
|
8859
9617
|
{
|
|
@@ -8862,15 +9620,17 @@
|
|
|
8862
9620
|
"custom": {
|
|
8863
9621
|
"attribute": "true"
|
|
8864
9622
|
},
|
|
9623
|
+
"default": "- not available on imported workspaces",
|
|
8865
9624
|
"stability": "stable",
|
|
8866
|
-
"summary": "The
|
|
9625
|
+
"summary": "The date that the workspace was created."
|
|
8867
9626
|
},
|
|
8868
9627
|
"immutable": true,
|
|
8869
9628
|
"locationInModule": {
|
|
8870
9629
|
"filename": "src/workspace-base.ts",
|
|
8871
|
-
"line":
|
|
9630
|
+
"line": 518
|
|
8872
9631
|
},
|
|
8873
|
-
"name": "
|
|
9632
|
+
"name": "creationTimestamp",
|
|
9633
|
+
"optional": true,
|
|
8874
9634
|
"type": {
|
|
8875
9635
|
"primitive": "string"
|
|
8876
9636
|
}
|
|
@@ -8878,18 +9638,41 @@
|
|
|
8878
9638
|
{
|
|
8879
9639
|
"abstract": true,
|
|
8880
9640
|
"docs": {
|
|
8881
|
-
"
|
|
8882
|
-
|
|
8883
|
-
},
|
|
9641
|
+
"default": "- no data sources",
|
|
9642
|
+
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED. The Amazon Managed Grafana API marks this parameter as for\ninternal use only and recommends against setting it.",
|
|
8884
9643
|
"stability": "stable",
|
|
8885
|
-
"summary": "
|
|
9644
|
+
"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."
|
|
8886
9645
|
},
|
|
8887
9646
|
"immutable": true,
|
|
8888
9647
|
"locationInModule": {
|
|
8889
9648
|
"filename": "src/workspace-base.ts",
|
|
8890
|
-
"line":
|
|
9649
|
+
"line": 408
|
|
8891
9650
|
},
|
|
8892
|
-
"name": "
|
|
9651
|
+
"name": "dataSources",
|
|
9652
|
+
"optional": true,
|
|
9653
|
+
"type": {
|
|
9654
|
+
"collection": {
|
|
9655
|
+
"elementtype": {
|
|
9656
|
+
"primitive": "string"
|
|
9657
|
+
},
|
|
9658
|
+
"kind": "array"
|
|
9659
|
+
}
|
|
9660
|
+
}
|
|
9661
|
+
},
|
|
9662
|
+
{
|
|
9663
|
+
"abstract": true,
|
|
9664
|
+
"docs": {
|
|
9665
|
+
"default": "- no description",
|
|
9666
|
+
"stability": "stable",
|
|
9667
|
+
"summary": "The user-defined description of the workspace."
|
|
9668
|
+
},
|
|
9669
|
+
"immutable": true,
|
|
9670
|
+
"locationInModule": {
|
|
9671
|
+
"filename": "src/workspace-base.ts",
|
|
9672
|
+
"line": 415
|
|
9673
|
+
},
|
|
9674
|
+
"name": "description",
|
|
9675
|
+
"optional": true,
|
|
8893
9676
|
"type": {
|
|
8894
9677
|
"primitive": "string"
|
|
8895
9678
|
}
|
|
@@ -8897,15 +9680,19 @@
|
|
|
8897
9680
|
{
|
|
8898
9681
|
"abstract": true,
|
|
8899
9682
|
"docs": {
|
|
9683
|
+
"custom": {
|
|
9684
|
+
"attribute": "true"
|
|
9685
|
+
},
|
|
9686
|
+
"default": "- not available on imported workspaces",
|
|
8900
9687
|
"stability": "stable",
|
|
8901
|
-
"summary": "
|
|
9688
|
+
"summary": "The URL that users can use to access the Grafana console in the workspace."
|
|
8902
9689
|
},
|
|
8903
9690
|
"immutable": true,
|
|
8904
9691
|
"locationInModule": {
|
|
8905
9692
|
"filename": "src/workspace-base.ts",
|
|
8906
|
-
"line":
|
|
9693
|
+
"line": 526
|
|
8907
9694
|
},
|
|
8908
|
-
"name": "
|
|
9695
|
+
"name": "endpoint",
|
|
8909
9696
|
"optional": true,
|
|
8910
9697
|
"type": {
|
|
8911
9698
|
"primitive": "string"
|
|
@@ -8914,38 +9701,40 @@
|
|
|
8914
9701
|
{
|
|
8915
9702
|
"abstract": true,
|
|
8916
9703
|
"docs": {
|
|
8917
|
-
"
|
|
9704
|
+
"custom": {
|
|
9705
|
+
"attribute": "true"
|
|
9706
|
+
},
|
|
9707
|
+
"default": "- not available on imported workspaces",
|
|
8918
9708
|
"stability": "stable",
|
|
8919
|
-
"summary": "Specifies the
|
|
9709
|
+
"summary": "Specifies the version of Grafana supported by this workspace."
|
|
8920
9710
|
},
|
|
8921
9711
|
"immutable": true,
|
|
8922
9712
|
"locationInModule": {
|
|
8923
9713
|
"filename": "src/workspace-base.ts",
|
|
8924
|
-
"line":
|
|
9714
|
+
"line": 534
|
|
8925
9715
|
},
|
|
8926
|
-
"name": "
|
|
9716
|
+
"name": "grafanaVersion",
|
|
8927
9717
|
"optional": true,
|
|
8928
9718
|
"type": {
|
|
8929
|
-
"
|
|
8930
|
-
"elementtype": {
|
|
8931
|
-
"primitive": "string"
|
|
8932
|
-
},
|
|
8933
|
-
"kind": "array"
|
|
8934
|
-
}
|
|
9719
|
+
"primitive": "string"
|
|
8935
9720
|
}
|
|
8936
9721
|
},
|
|
8937
9722
|
{
|
|
8938
9723
|
"abstract": true,
|
|
8939
9724
|
"docs": {
|
|
9725
|
+
"custom": {
|
|
9726
|
+
"attribute": "true"
|
|
9727
|
+
},
|
|
9728
|
+
"default": "- not available on imported workspaces",
|
|
8940
9729
|
"stability": "stable",
|
|
8941
|
-
"summary": "The
|
|
9730
|
+
"summary": "The most recent date that the workspace was modified."
|
|
8942
9731
|
},
|
|
8943
9732
|
"immutable": true,
|
|
8944
9733
|
"locationInModule": {
|
|
8945
9734
|
"filename": "src/workspace-base.ts",
|
|
8946
|
-
"line":
|
|
9735
|
+
"line": 542
|
|
8947
9736
|
},
|
|
8948
|
-
"name": "
|
|
9737
|
+
"name": "modificationTimestamp",
|
|
8949
9738
|
"optional": true,
|
|
8950
9739
|
"type": {
|
|
8951
9740
|
"primitive": "string"
|
|
@@ -8954,13 +9743,14 @@
|
|
|
8954
9743
|
{
|
|
8955
9744
|
"abstract": true,
|
|
8956
9745
|
"docs": {
|
|
9746
|
+
"default": "- a name is generated by CloudFormation",
|
|
8957
9747
|
"stability": "stable",
|
|
8958
9748
|
"summary": "The name of the workspace."
|
|
8959
9749
|
},
|
|
8960
9750
|
"immutable": true,
|
|
8961
9751
|
"locationInModule": {
|
|
8962
9752
|
"filename": "src/workspace-base.ts",
|
|
8963
|
-
"line":
|
|
9753
|
+
"line": 422
|
|
8964
9754
|
},
|
|
8965
9755
|
"name": "name",
|
|
8966
9756
|
"optional": true,
|
|
@@ -8971,13 +9761,14 @@
|
|
|
8971
9761
|
{
|
|
8972
9762
|
"abstract": true,
|
|
8973
9763
|
"docs": {
|
|
9764
|
+
"default": "- no network access control, the workspace is open to all traffic",
|
|
8974
9765
|
"stability": "stable",
|
|
8975
9766
|
"summary": "The configuration settings for network access to your workspace."
|
|
8976
9767
|
},
|
|
8977
9768
|
"immutable": true,
|
|
8978
9769
|
"locationInModule": {
|
|
8979
9770
|
"filename": "src/workspace-base.ts",
|
|
8980
|
-
"line":
|
|
9771
|
+
"line": 429
|
|
8981
9772
|
},
|
|
8982
9773
|
"name": "networkAccessControl",
|
|
8983
9774
|
"optional": true,
|
|
@@ -8988,13 +9779,14 @@
|
|
|
8988
9779
|
{
|
|
8989
9780
|
"abstract": true,
|
|
8990
9781
|
"docs": {
|
|
9782
|
+
"default": "- no notification destinations",
|
|
8991
9783
|
"stability": "stable",
|
|
8992
9784
|
"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."
|
|
8993
9785
|
},
|
|
8994
9786
|
"immutable": true,
|
|
8995
9787
|
"locationInModule": {
|
|
8996
9788
|
"filename": "src/workspace-base.ts",
|
|
8997
|
-
"line":
|
|
9789
|
+
"line": 437
|
|
8998
9790
|
},
|
|
8999
9791
|
"name": "notificationDestinations",
|
|
9000
9792
|
"optional": true,
|
|
@@ -9010,13 +9802,14 @@
|
|
|
9010
9802
|
{
|
|
9011
9803
|
"abstract": true,
|
|
9012
9804
|
"docs": {
|
|
9805
|
+
"default": "- no organizational units",
|
|
9013
9806
|
"stability": "stable",
|
|
9014
9807
|
"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."
|
|
9015
9808
|
},
|
|
9016
9809
|
"immutable": true,
|
|
9017
9810
|
"locationInModule": {
|
|
9018
9811
|
"filename": "src/workspace-base.ts",
|
|
9019
|
-
"line":
|
|
9812
|
+
"line": 445
|
|
9020
9813
|
},
|
|
9021
9814
|
"name": "organizationalUnits",
|
|
9022
9815
|
"optional": true,
|
|
@@ -9032,13 +9825,14 @@
|
|
|
9032
9825
|
{
|
|
9033
9826
|
"abstract": true,
|
|
9034
9827
|
"docs": {
|
|
9828
|
+
"default": "- no organization role name",
|
|
9035
9829
|
"stability": "stable",
|
|
9036
9830
|
"summary": "The name of the IAM role that is used to access resources through Organizations."
|
|
9037
9831
|
},
|
|
9038
9832
|
"immutable": true,
|
|
9039
9833
|
"locationInModule": {
|
|
9040
9834
|
"filename": "src/workspace-base.ts",
|
|
9041
|
-
"line":
|
|
9835
|
+
"line": 452
|
|
9042
9836
|
},
|
|
9043
9837
|
"name": "organizationRoleName",
|
|
9044
9838
|
"optional": true,
|
|
@@ -9049,6 +9843,26 @@
|
|
|
9049
9843
|
{
|
|
9050
9844
|
"abstract": true,
|
|
9051
9845
|
"docs": {
|
|
9846
|
+
"default": "- not available on workspaces imported from an ARN via `Workspace.fromWorkspaceArn`",
|
|
9847
|
+
"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.",
|
|
9848
|
+
"stability": "stable",
|
|
9849
|
+
"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."
|
|
9850
|
+
},
|
|
9851
|
+
"immutable": true,
|
|
9852
|
+
"locationInModule": {
|
|
9853
|
+
"filename": "src/workspace-base.ts",
|
|
9854
|
+
"line": 467
|
|
9855
|
+
},
|
|
9856
|
+
"name": "permissionType",
|
|
9857
|
+
"optional": true,
|
|
9858
|
+
"type": {
|
|
9859
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
|
|
9860
|
+
}
|
|
9861
|
+
},
|
|
9862
|
+
{
|
|
9863
|
+
"abstract": true,
|
|
9864
|
+
"docs": {
|
|
9865
|
+
"default": "- false",
|
|
9052
9866
|
"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.",
|
|
9053
9867
|
"stability": "stable",
|
|
9054
9868
|
"summary": "Whether plugin administration is enabled in the workspace."
|
|
@@ -9056,7 +9870,7 @@
|
|
|
9056
9870
|
"immutable": true,
|
|
9057
9871
|
"locationInModule": {
|
|
9058
9872
|
"filename": "src/workspace-base.ts",
|
|
9059
|
-
"line":
|
|
9873
|
+
"line": 477
|
|
9060
9874
|
},
|
|
9061
9875
|
"name": "pluginAdminEnabled",
|
|
9062
9876
|
"optional": true,
|
|
@@ -9067,13 +9881,14 @@
|
|
|
9067
9881
|
{
|
|
9068
9882
|
"abstract": true,
|
|
9069
9883
|
"docs": {
|
|
9884
|
+
"default": "- no role is attached",
|
|
9070
9885
|
"stability": "stable",
|
|
9071
9886
|
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
9072
9887
|
},
|
|
9073
9888
|
"immutable": true,
|
|
9074
9889
|
"locationInModule": {
|
|
9075
9890
|
"filename": "src/workspace-base.ts",
|
|
9076
|
-
"line":
|
|
9891
|
+
"line": 485
|
|
9077
9892
|
},
|
|
9078
9893
|
"name": "role",
|
|
9079
9894
|
"optional": true,
|
|
@@ -9084,13 +9899,14 @@
|
|
|
9084
9899
|
{
|
|
9085
9900
|
"abstract": true,
|
|
9086
9901
|
"docs": {
|
|
9902
|
+
"default": "- no SAML configuration",
|
|
9087
9903
|
"stability": "stable",
|
|
9088
9904
|
"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."
|
|
9089
9905
|
},
|
|
9090
9906
|
"immutable": true,
|
|
9091
9907
|
"locationInModule": {
|
|
9092
9908
|
"filename": "src/workspace-base.ts",
|
|
9093
|
-
"line":
|
|
9909
|
+
"line": 494
|
|
9094
9910
|
},
|
|
9095
9911
|
"name": "samlConfiguration",
|
|
9096
9912
|
"optional": true,
|
|
@@ -9101,13 +9917,56 @@
|
|
|
9101
9917
|
{
|
|
9102
9918
|
"abstract": true,
|
|
9103
9919
|
"docs": {
|
|
9920
|
+
"custom": {
|
|
9921
|
+
"attribute": "true"
|
|
9922
|
+
},
|
|
9923
|
+
"default": "- not available on imported workspaces",
|
|
9924
|
+
"stability": "stable",
|
|
9925
|
+
"summary": "Specifies whether the workspace's SAML configuration is complete."
|
|
9926
|
+
},
|
|
9927
|
+
"immutable": true,
|
|
9928
|
+
"locationInModule": {
|
|
9929
|
+
"filename": "src/workspace-base.ts",
|
|
9930
|
+
"line": 550
|
|
9931
|
+
},
|
|
9932
|
+
"name": "samlConfigurationStatus",
|
|
9933
|
+
"optional": true,
|
|
9934
|
+
"type": {
|
|
9935
|
+
"primitive": "string"
|
|
9936
|
+
}
|
|
9937
|
+
},
|
|
9938
|
+
{
|
|
9939
|
+
"abstract": true,
|
|
9940
|
+
"docs": {
|
|
9941
|
+
"custom": {
|
|
9942
|
+
"attribute": "true"
|
|
9943
|
+
},
|
|
9944
|
+
"default": "- not available on imported workspaces",
|
|
9945
|
+
"stability": "stable",
|
|
9946
|
+
"summary": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
|
|
9947
|
+
},
|
|
9948
|
+
"immutable": true,
|
|
9949
|
+
"locationInModule": {
|
|
9950
|
+
"filename": "src/workspace-base.ts",
|
|
9951
|
+
"line": 559
|
|
9952
|
+
},
|
|
9953
|
+
"name": "ssoClientId",
|
|
9954
|
+
"optional": true,
|
|
9955
|
+
"type": {
|
|
9956
|
+
"primitive": "string"
|
|
9957
|
+
}
|
|
9958
|
+
},
|
|
9959
|
+
{
|
|
9960
|
+
"abstract": true,
|
|
9961
|
+
"docs": {
|
|
9962
|
+
"default": "- no stack set name",
|
|
9104
9963
|
"stability": "stable",
|
|
9105
9964
|
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
9106
9965
|
},
|
|
9107
9966
|
"immutable": true,
|
|
9108
9967
|
"locationInModule": {
|
|
9109
9968
|
"filename": "src/workspace-base.ts",
|
|
9110
|
-
"line":
|
|
9969
|
+
"line": 502
|
|
9111
9970
|
},
|
|
9112
9971
|
"name": "stackSetName",
|
|
9113
9972
|
"optional": true,
|
|
@@ -9118,13 +9977,35 @@
|
|
|
9118
9977
|
{
|
|
9119
9978
|
"abstract": true,
|
|
9120
9979
|
"docs": {
|
|
9980
|
+
"custom": {
|
|
9981
|
+
"attribute": "true"
|
|
9982
|
+
},
|
|
9983
|
+
"default": "- not available on imported workspaces",
|
|
9984
|
+
"stability": "stable",
|
|
9985
|
+
"summary": "The current status of the workspace."
|
|
9986
|
+
},
|
|
9987
|
+
"immutable": true,
|
|
9988
|
+
"locationInModule": {
|
|
9989
|
+
"filename": "src/workspace-base.ts",
|
|
9990
|
+
"line": 567
|
|
9991
|
+
},
|
|
9992
|
+
"name": "status",
|
|
9993
|
+
"optional": true,
|
|
9994
|
+
"type": {
|
|
9995
|
+
"primitive": "string"
|
|
9996
|
+
}
|
|
9997
|
+
},
|
|
9998
|
+
{
|
|
9999
|
+
"abstract": true,
|
|
10000
|
+
"docs": {
|
|
10001
|
+
"default": "- no VPC connection",
|
|
9121
10002
|
"stability": "stable",
|
|
9122
10003
|
"summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
|
|
9123
10004
|
},
|
|
9124
10005
|
"immutable": true,
|
|
9125
10006
|
"locationInModule": {
|
|
9126
10007
|
"filename": "src/workspace-base.ts",
|
|
9127
|
-
"line":
|
|
10008
|
+
"line": 510
|
|
9128
10009
|
},
|
|
9129
10010
|
"name": "vpcConfiguration",
|
|
9130
10011
|
"optional": true,
|
|
@@ -9153,14 +10034,15 @@
|
|
|
9153
10034
|
{
|
|
9154
10035
|
"abstract": true,
|
|
9155
10036
|
"docs": {
|
|
9156
|
-
"
|
|
10037
|
+
"default": "- no prefix lists; combined with an empty `vpcEndpoints`, all traffic is denied",
|
|
10038
|
+
"remarks": "A prefix list is a list of CIDR ranges of IP addresses. The IP\naddresses specified are allowed to access your workspace. If the list is not included in the\nconfiguration (passed an empty array) then no IP addresses are allowed to access the\nworkspace.\n\nA maximum of 5 prefix lists is allowed (validated by CloudFormation at deploy time).",
|
|
9157
10039
|
"stability": "stable",
|
|
9158
10040
|
"summary": "An array of prefix list IDs."
|
|
9159
10041
|
},
|
|
9160
10042
|
"immutable": true,
|
|
9161
10043
|
"locationInModule": {
|
|
9162
10044
|
"filename": "src/workspace-base.ts",
|
|
9163
|
-
"line":
|
|
10045
|
+
"line": 55
|
|
9164
10046
|
},
|
|
9165
10047
|
"name": "prefixLists",
|
|
9166
10048
|
"optional": true,
|
|
@@ -9176,14 +10058,15 @@
|
|
|
9176
10058
|
{
|
|
9177
10059
|
"abstract": true,
|
|
9178
10060
|
"docs": {
|
|
9179
|
-
"
|
|
10061
|
+
"default": "- no VPC endpoints; combined with an empty `prefixLists`, all traffic is denied",
|
|
10062
|
+
"remarks": "You can create VPC endpoints to your\nAmazon Managed Grafana workspace for access from within a VPC. If a NetworkAccessConfiguration\nis specified then only VPC endpoints specified here are allowed to access the workspace. If\nyou pass in an empty array of strings, then no VPCs are allowed to access the workspace.\n\nA maximum of 5 VPC endpoints is allowed (validated by CloudFormation at deploy time).",
|
|
9180
10063
|
"stability": "stable",
|
|
9181
10064
|
"summary": "An array of Amazon VPC endpoint IDs for the workspace."
|
|
9182
10065
|
},
|
|
9183
10066
|
"immutable": true,
|
|
9184
10067
|
"locationInModule": {
|
|
9185
10068
|
"filename": "src/workspace-base.ts",
|
|
9186
|
-
"line":
|
|
10069
|
+
"line": 67
|
|
9187
10070
|
},
|
|
9188
10071
|
"name": "vpcEndpoints",
|
|
9189
10072
|
"optional": true,
|
|
@@ -9209,7 +10092,7 @@
|
|
|
9209
10092
|
"kind": "enum",
|
|
9210
10093
|
"locationInModule": {
|
|
9211
10094
|
"filename": "src/workspace-base.ts",
|
|
9212
|
-
"line":
|
|
10095
|
+
"line": 74
|
|
9213
10096
|
},
|
|
9214
10097
|
"members": [
|
|
9215
10098
|
{
|
|
@@ -9234,7 +10117,7 @@
|
|
|
9234
10117
|
"kind": "enum",
|
|
9235
10118
|
"locationInModule": {
|
|
9236
10119
|
"filename": "src/workspace-base.ts",
|
|
9237
|
-
"line":
|
|
10120
|
+
"line": 92
|
|
9238
10121
|
},
|
|
9239
10122
|
"members": [
|
|
9240
10123
|
{
|
|
@@ -9246,8 +10129,9 @@
|
|
|
9246
10129
|
},
|
|
9247
10130
|
{
|
|
9248
10131
|
"docs": {
|
|
10132
|
+
"remarks": "Per the Amazon Managed Grafana API, this value is valid only for workspaces created through the\nconsole; workspaces created via the API, CLI, or CloudFormation (including this construct) must\nuse `CUSTOMER_MANAGED`.",
|
|
9249
10133
|
"stability": "stable",
|
|
9250
|
-
"summary": "Service-managed permissions where
|
|
10134
|
+
"summary": "Service-managed permissions, where Amazon Managed Grafana creates and manages the IAM roles."
|
|
9251
10135
|
},
|
|
9252
10136
|
"name": "SERVICE_MANAGED"
|
|
9253
10137
|
}
|
|
@@ -9267,21 +10151,22 @@
|
|
|
9267
10151
|
"kind": "interface",
|
|
9268
10152
|
"locationInModule": {
|
|
9269
10153
|
"filename": "src/workspace-base.ts",
|
|
9270
|
-
"line":
|
|
10154
|
+
"line": 114
|
|
9271
10155
|
},
|
|
9272
10156
|
"name": "SamlAssertionAttributes",
|
|
9273
10157
|
"properties": [
|
|
9274
10158
|
{
|
|
9275
10159
|
"abstract": true,
|
|
9276
10160
|
"docs": {
|
|
9277
|
-
"
|
|
10161
|
+
"default": "- no email attribute mapping",
|
|
10162
|
+
"remarks": "Must be between 1 and 256 characters long (validated by CloudFormation at deploy time).",
|
|
9278
10163
|
"stability": "stable",
|
|
9279
10164
|
"summary": "The name of the attribute within the SAML assertion to use as the email names for SAML users."
|
|
9280
10165
|
},
|
|
9281
10166
|
"immutable": true,
|
|
9282
10167
|
"locationInModule": {
|
|
9283
10168
|
"filename": "src/workspace-base.ts",
|
|
9284
|
-
"line":
|
|
10169
|
+
"line": 122
|
|
9285
10170
|
},
|
|
9286
10171
|
"name": "email",
|
|
9287
10172
|
"optional": true,
|
|
@@ -9292,14 +10177,15 @@
|
|
|
9292
10177
|
{
|
|
9293
10178
|
"abstract": true,
|
|
9294
10179
|
"docs": {
|
|
9295
|
-
"
|
|
10180
|
+
"default": "- no groups attribute mapping",
|
|
10181
|
+
"remarks": "Must be between 1 and 256 characters long (validated by CloudFormation at deploy time).",
|
|
9296
10182
|
"stability": "stable",
|
|
9297
10183
|
"summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for user groups."
|
|
9298
10184
|
},
|
|
9299
10185
|
"immutable": true,
|
|
9300
10186
|
"locationInModule": {
|
|
9301
10187
|
"filename": "src/workspace-base.ts",
|
|
9302
|
-
"line":
|
|
10188
|
+
"line": 131
|
|
9303
10189
|
},
|
|
9304
10190
|
"name": "groups",
|
|
9305
10191
|
"optional": true,
|
|
@@ -9310,14 +10196,15 @@
|
|
|
9310
10196
|
{
|
|
9311
10197
|
"abstract": true,
|
|
9312
10198
|
"docs": {
|
|
9313
|
-
"
|
|
10199
|
+
"default": "- no login attribute mapping",
|
|
10200
|
+
"remarks": "Must be between 1 and 256 characters long (validated by CloudFormation at deploy time).",
|
|
9314
10201
|
"stability": "stable",
|
|
9315
10202
|
"summary": "The name of the attribute within the SAML assertion to use as the login names for SAML users."
|
|
9316
10203
|
},
|
|
9317
10204
|
"immutable": true,
|
|
9318
10205
|
"locationInModule": {
|
|
9319
10206
|
"filename": "src/workspace-base.ts",
|
|
9320
|
-
"line":
|
|
10207
|
+
"line": 139
|
|
9321
10208
|
},
|
|
9322
10209
|
"name": "login",
|
|
9323
10210
|
"optional": true,
|
|
@@ -9328,14 +10215,15 @@
|
|
|
9328
10215
|
{
|
|
9329
10216
|
"abstract": true,
|
|
9330
10217
|
"docs": {
|
|
9331
|
-
"
|
|
10218
|
+
"default": "- no name attribute mapping",
|
|
10219
|
+
"remarks": "Must be between 1 and 256 characters long (validated by CloudFormation at deploy time).",
|
|
9332
10220
|
"stability": "stable",
|
|
9333
10221
|
"summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for SAML users."
|
|
9334
10222
|
},
|
|
9335
10223
|
"immutable": true,
|
|
9336
10224
|
"locationInModule": {
|
|
9337
10225
|
"filename": "src/workspace-base.ts",
|
|
9338
|
-
"line":
|
|
10226
|
+
"line": 148
|
|
9339
10227
|
},
|
|
9340
10228
|
"name": "name",
|
|
9341
10229
|
"optional": true,
|
|
@@ -9346,14 +10234,15 @@
|
|
|
9346
10234
|
{
|
|
9347
10235
|
"abstract": true,
|
|
9348
10236
|
"docs": {
|
|
9349
|
-
"
|
|
10237
|
+
"default": "- no org attribute mapping",
|
|
10238
|
+
"remarks": "Must be between 1 and 256 characters long (validated by CloudFormation at deploy time).",
|
|
9350
10239
|
"stability": "stable",
|
|
9351
10240
|
"summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for the users' organizations."
|
|
9352
10241
|
},
|
|
9353
10242
|
"immutable": true,
|
|
9354
10243
|
"locationInModule": {
|
|
9355
10244
|
"filename": "src/workspace-base.ts",
|
|
9356
|
-
"line":
|
|
10245
|
+
"line": 157
|
|
9357
10246
|
},
|
|
9358
10247
|
"name": "org",
|
|
9359
10248
|
"optional": true,
|
|
@@ -9364,14 +10253,15 @@
|
|
|
9364
10253
|
{
|
|
9365
10254
|
"abstract": true,
|
|
9366
10255
|
"docs": {
|
|
9367
|
-
"
|
|
10256
|
+
"default": "- no role attribute mapping",
|
|
10257
|
+
"remarks": "Must be between 1 and 256 characters long (validated by CloudFormation at deploy time).",
|
|
9368
10258
|
"stability": "stable",
|
|
9369
10259
|
"summary": "The name of the attribute within the SAML assertion to use as the user roles."
|
|
9370
10260
|
},
|
|
9371
10261
|
"immutable": true,
|
|
9372
10262
|
"locationInModule": {
|
|
9373
10263
|
"filename": "src/workspace-base.ts",
|
|
9374
|
-
"line":
|
|
10264
|
+
"line": 165
|
|
9375
10265
|
},
|
|
9376
10266
|
"name": "role",
|
|
9377
10267
|
"optional": true,
|
|
@@ -9393,7 +10283,7 @@
|
|
|
9393
10283
|
"kind": "interface",
|
|
9394
10284
|
"locationInModule": {
|
|
9395
10285
|
"filename": "src/workspace-base.ts",
|
|
9396
|
-
"line":
|
|
10286
|
+
"line": 220
|
|
9397
10287
|
},
|
|
9398
10288
|
"name": "SamlConfiguration",
|
|
9399
10289
|
"properties": [
|
|
@@ -9407,7 +10297,7 @@
|
|
|
9407
10297
|
"immutable": true,
|
|
9408
10298
|
"locationInModule": {
|
|
9409
10299
|
"filename": "src/workspace-base.ts",
|
|
9410
|
-
"line":
|
|
10300
|
+
"line": 245
|
|
9411
10301
|
},
|
|
9412
10302
|
"name": "idpMetadata",
|
|
9413
10303
|
"type": {
|
|
@@ -9417,14 +10307,15 @@
|
|
|
9417
10307
|
{
|
|
9418
10308
|
"abstract": true,
|
|
9419
10309
|
"docs": {
|
|
9420
|
-
"
|
|
10310
|
+
"default": "- all organizations in the assertion attribute have access",
|
|
10311
|
+
"remarks": "If this is empty, all organizations in the assertion attribute have access.\n\nMust have between 1 and 256 elements (validated by CloudFormation at deploy time).",
|
|
9421
10312
|
"stability": "stable",
|
|
9422
10313
|
"summary": "Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace."
|
|
9423
10314
|
},
|
|
9424
10315
|
"immutable": true,
|
|
9425
10316
|
"locationInModule": {
|
|
9426
10317
|
"filename": "src/workspace-base.ts",
|
|
9427
|
-
"line":
|
|
10318
|
+
"line": 229
|
|
9428
10319
|
},
|
|
9429
10320
|
"name": "allowedOrganizations",
|
|
9430
10321
|
"optional": true,
|
|
@@ -9440,15 +10331,16 @@
|
|
|
9440
10331
|
{
|
|
9441
10332
|
"abstract": true,
|
|
9442
10333
|
"docs": {
|
|
10334
|
+
"default": "- no assertion attribute mapping",
|
|
9443
10335
|
"stability": "stable",
|
|
9444
10336
|
"summary": "A structure that defines which attributes in the SAML assertion are to be used to define information about the users authenticated by that IdP to use the workspace."
|
|
9445
10337
|
},
|
|
9446
10338
|
"immutable": true,
|
|
9447
10339
|
"locationInModule": {
|
|
9448
10340
|
"filename": "src/workspace-base.ts",
|
|
9449
|
-
"line":
|
|
10341
|
+
"line": 237
|
|
9450
10342
|
},
|
|
9451
|
-
"name": "
|
|
10343
|
+
"name": "assertionAttributes",
|
|
9452
10344
|
"optional": true,
|
|
9453
10345
|
"type": {
|
|
9454
10346
|
"fqn": "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes"
|
|
@@ -9457,14 +10349,15 @@
|
|
|
9457
10349
|
{
|
|
9458
10350
|
"abstract": true,
|
|
9459
10351
|
"docs": {
|
|
9460
|
-
"
|
|
10352
|
+
"default": "- the service default session validity applies",
|
|
10353
|
+
"remarks": "Must be a positive number (validated by CloudFormation at deploy time).",
|
|
9461
10354
|
"stability": "stable",
|
|
9462
10355
|
"summary": "How long a sign-on session by a SAML user is valid, before the user has to sign on again."
|
|
9463
10356
|
},
|
|
9464
10357
|
"immutable": true,
|
|
9465
10358
|
"locationInModule": {
|
|
9466
10359
|
"filename": "src/workspace-base.ts",
|
|
9467
|
-
"line":
|
|
10360
|
+
"line": 254
|
|
9468
10361
|
},
|
|
9469
10362
|
"name": "loginValidityDuration",
|
|
9470
10363
|
"optional": true,
|
|
@@ -9475,13 +10368,14 @@
|
|
|
9475
10368
|
{
|
|
9476
10369
|
"abstract": true,
|
|
9477
10370
|
"docs": {
|
|
10371
|
+
"default": "- no role mapping",
|
|
9478
10372
|
"stability": "stable",
|
|
9479
10373
|
"summary": "A structure containing arrays that map group names in the SAML assertion to the Grafana Admin and Editor roles in the workspace."
|
|
9480
10374
|
},
|
|
9481
10375
|
"immutable": true,
|
|
9482
10376
|
"locationInModule": {
|
|
9483
10377
|
"filename": "src/workspace-base.ts",
|
|
9484
|
-
"line":
|
|
10378
|
+
"line": 262
|
|
9485
10379
|
},
|
|
9486
10380
|
"name": "roleValues",
|
|
9487
10381
|
"optional": true,
|
|
@@ -9502,7 +10396,7 @@
|
|
|
9502
10396
|
"kind": "enum",
|
|
9503
10397
|
"locationInModule": {
|
|
9504
10398
|
"filename": "src/workspace-base.ts",
|
|
9505
|
-
"line":
|
|
10399
|
+
"line": 296
|
|
9506
10400
|
},
|
|
9507
10401
|
"members": [
|
|
9508
10402
|
{
|
|
@@ -9534,21 +10428,22 @@
|
|
|
9534
10428
|
"kind": "interface",
|
|
9535
10429
|
"locationInModule": {
|
|
9536
10430
|
"filename": "src/workspace-base.ts",
|
|
9537
|
-
"line":
|
|
10431
|
+
"line": 172
|
|
9538
10432
|
},
|
|
9539
10433
|
"name": "SamlIdpMetadata",
|
|
9540
10434
|
"properties": [
|
|
9541
10435
|
{
|
|
9542
10436
|
"abstract": true,
|
|
9543
10437
|
"docs": {
|
|
9544
|
-
"
|
|
10438
|
+
"default": "- no metadata URL; supply `xml` instead",
|
|
10439
|
+
"remarks": "Must be a string with length between 1 and 2048 characters (validated by CloudFormation at\ndeploy time).",
|
|
9545
10440
|
"stability": "stable",
|
|
9546
10441
|
"summary": "The URL of the location containing the IdP metadata."
|
|
9547
10442
|
},
|
|
9548
10443
|
"immutable": true,
|
|
9549
10444
|
"locationInModule": {
|
|
9550
10445
|
"filename": "src/workspace-base.ts",
|
|
9551
|
-
"line":
|
|
10446
|
+
"line": 181
|
|
9552
10447
|
},
|
|
9553
10448
|
"name": "url",
|
|
9554
10449
|
"optional": true,
|
|
@@ -9559,13 +10454,14 @@
|
|
|
9559
10454
|
{
|
|
9560
10455
|
"abstract": true,
|
|
9561
10456
|
"docs": {
|
|
10457
|
+
"default": "- no inline metadata; supply `url` instead",
|
|
9562
10458
|
"stability": "stable",
|
|
9563
10459
|
"summary": "The full IdP metadata, in XML format."
|
|
9564
10460
|
},
|
|
9565
10461
|
"immutable": true,
|
|
9566
10462
|
"locationInModule": {
|
|
9567
10463
|
"filename": "src/workspace-base.ts",
|
|
9568
|
-
"line":
|
|
10464
|
+
"line": 188
|
|
9569
10465
|
},
|
|
9570
10466
|
"name": "xml",
|
|
9571
10467
|
"optional": true,
|
|
@@ -9587,21 +10483,22 @@
|
|
|
9587
10483
|
"kind": "interface",
|
|
9588
10484
|
"locationInModule": {
|
|
9589
10485
|
"filename": "src/workspace-base.ts",
|
|
9590
|
-
"line":
|
|
10486
|
+
"line": 195
|
|
9591
10487
|
},
|
|
9592
10488
|
"name": "SamlRoleValues",
|
|
9593
10489
|
"properties": [
|
|
9594
10490
|
{
|
|
9595
10491
|
"abstract": true,
|
|
9596
10492
|
"docs": {
|
|
9597
|
-
"
|
|
10493
|
+
"default": "- no groups are granted the Admin role",
|
|
10494
|
+
"remarks": "A maximum of 256 elements is allowed (validated by CloudFormation at deploy time).",
|
|
9598
10495
|
"stability": "stable",
|
|
9599
10496
|
"summary": "A list of groups from the SAML assertion attribute to grant the Grafana Admin role to."
|
|
9600
10497
|
},
|
|
9601
10498
|
"immutable": true,
|
|
9602
10499
|
"locationInModule": {
|
|
9603
10500
|
"filename": "src/workspace-base.ts",
|
|
9604
|
-
"line":
|
|
10501
|
+
"line": 203
|
|
9605
10502
|
},
|
|
9606
10503
|
"name": "admin",
|
|
9607
10504
|
"optional": true,
|
|
@@ -9617,14 +10514,15 @@
|
|
|
9617
10514
|
{
|
|
9618
10515
|
"abstract": true,
|
|
9619
10516
|
"docs": {
|
|
9620
|
-
"
|
|
10517
|
+
"default": "- no groups are granted the Editor role",
|
|
10518
|
+
"remarks": "A maximum of 256 elements is allowed (validated by CloudFormation at deploy time).",
|
|
9621
10519
|
"stability": "stable",
|
|
9622
10520
|
"summary": "A list of groups from the SAML assertion attribute to grant the Grafana Editor role to."
|
|
9623
10521
|
},
|
|
9624
10522
|
"immutable": true,
|
|
9625
10523
|
"locationInModule": {
|
|
9626
10524
|
"filename": "src/workspace-base.ts",
|
|
9627
|
-
"line":
|
|
10525
|
+
"line": 212
|
|
9628
10526
|
},
|
|
9629
10527
|
"name": "editor",
|
|
9630
10528
|
"optional": true,
|
|
@@ -9650,7 +10548,7 @@
|
|
|
9650
10548
|
"kind": "enum",
|
|
9651
10549
|
"locationInModule": {
|
|
9652
10550
|
"filename": "src/workspace-base.ts",
|
|
9653
|
-
"line":
|
|
10551
|
+
"line": 311
|
|
9654
10552
|
},
|
|
9655
10553
|
"members": [
|
|
9656
10554
|
{
|
|
@@ -9745,21 +10643,21 @@
|
|
|
9745
10643
|
"kind": "interface",
|
|
9746
10644
|
"locationInModule": {
|
|
9747
10645
|
"filename": "src/workspace-base.ts",
|
|
9748
|
-
"line":
|
|
10646
|
+
"line": 269
|
|
9749
10647
|
},
|
|
9750
10648
|
"name": "VpcConfiguration",
|
|
9751
10649
|
"properties": [
|
|
9752
10650
|
{
|
|
9753
10651
|
"abstract": true,
|
|
9754
10652
|
"docs": {
|
|
9755
|
-
"remarks": "Duplicates not allowed.\n\nArray
|
|
10653
|
+
"remarks": "Duplicates not allowed.\n\nArray members: minimum of 1 item, maximum of 5 items (validated by CloudFormation at deploy\ntime).\n\nRequired for VPC configuration.",
|
|
9756
10654
|
"stability": "stable",
|
|
9757
10655
|
"summary": "The list of Amazon EC2 security groups attached to the Amazon VPC for your Grafana workspace to connect."
|
|
9758
10656
|
},
|
|
9759
10657
|
"immutable": true,
|
|
9760
10658
|
"locationInModule": {
|
|
9761
10659
|
"filename": "src/workspace-base.ts",
|
|
9762
|
-
"line":
|
|
10660
|
+
"line": 279
|
|
9763
10661
|
},
|
|
9764
10662
|
"name": "securityGroups",
|
|
9765
10663
|
"type": {
|
|
@@ -9774,14 +10672,14 @@
|
|
|
9774
10672
|
{
|
|
9775
10673
|
"abstract": true,
|
|
9776
10674
|
"docs": {
|
|
9777
|
-
"remarks": "Array
|
|
10675
|
+
"remarks": "Array members: minimum of 2 items, maximum of 6 items (validated by CloudFormation at deploy\ntime).\n\nRequired for VPC configuration.",
|
|
9778
10676
|
"stability": "stable",
|
|
9779
10677
|
"summary": "The list of Amazon EC2 subnets created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed."
|
|
9780
10678
|
},
|
|
9781
10679
|
"immutable": true,
|
|
9782
10680
|
"locationInModule": {
|
|
9783
10681
|
"filename": "src/workspace-base.ts",
|
|
9784
|
-
"line":
|
|
10682
|
+
"line": 290
|
|
9785
10683
|
},
|
|
9786
10684
|
"name": "subnets",
|
|
9787
10685
|
"type": {
|
|
@@ -9811,7 +10709,7 @@
|
|
|
9811
10709
|
},
|
|
9812
10710
|
"locationInModule": {
|
|
9813
10711
|
"filename": "src/workspace.ts",
|
|
9814
|
-
"line":
|
|
10712
|
+
"line": 653
|
|
9815
10713
|
},
|
|
9816
10714
|
"parameters": [
|
|
9817
10715
|
{
|
|
@@ -9837,35 +10735,46 @@
|
|
|
9837
10735
|
"kind": "class",
|
|
9838
10736
|
"locationInModule": {
|
|
9839
10737
|
"filename": "src/workspace.ts",
|
|
9840
|
-
"line":
|
|
10738
|
+
"line": 357
|
|
9841
10739
|
},
|
|
9842
10740
|
"methods": [
|
|
9843
10741
|
{
|
|
9844
10742
|
"docs": {
|
|
9845
|
-
"
|
|
10743
|
+
"remarks": "A single ARN is the most common handle for referencing an existing workspace. The imported\nworkspace only exposes identity information (`workspaceArn` and `workspaceId`); the create-time\nconfiguration properties are not available on an ARN import. Use `fromWorkspaceAttributes` when\nthose properties are required.",
|
|
10744
|
+
"stability": "stable",
|
|
10745
|
+
"summary": "Import an existing workspace from its ARN."
|
|
9846
10746
|
},
|
|
9847
10747
|
"locationInModule": {
|
|
9848
10748
|
"filename": "src/workspace.ts",
|
|
9849
|
-
"line":
|
|
10749
|
+
"line": 374
|
|
9850
10750
|
},
|
|
9851
|
-
"name": "
|
|
10751
|
+
"name": "fromWorkspaceArn",
|
|
9852
10752
|
"parameters": [
|
|
9853
10753
|
{
|
|
10754
|
+
"docs": {
|
|
10755
|
+
"summary": "The parent construct."
|
|
10756
|
+
},
|
|
9854
10757
|
"name": "scope",
|
|
9855
10758
|
"type": {
|
|
9856
10759
|
"fqn": "constructs.Construct"
|
|
9857
10760
|
}
|
|
9858
10761
|
},
|
|
9859
10762
|
{
|
|
10763
|
+
"docs": {
|
|
10764
|
+
"summary": "The construct id."
|
|
10765
|
+
},
|
|
9860
10766
|
"name": "id",
|
|
9861
10767
|
"type": {
|
|
9862
10768
|
"primitive": "string"
|
|
9863
10769
|
}
|
|
9864
10770
|
},
|
|
9865
10771
|
{
|
|
9866
|
-
"
|
|
10772
|
+
"docs": {
|
|
10773
|
+
"summary": "The ARN of the existing workspace."
|
|
10774
|
+
},
|
|
10775
|
+
"name": "workspaceArn",
|
|
9867
10776
|
"type": {
|
|
9868
|
-
"
|
|
10777
|
+
"primitive": "string"
|
|
9869
10778
|
}
|
|
9870
10779
|
}
|
|
9871
10780
|
],
|
|
@@ -9882,14 +10791,50 @@
|
|
|
9882
10791
|
},
|
|
9883
10792
|
"locationInModule": {
|
|
9884
10793
|
"filename": "src/workspace.ts",
|
|
9885
|
-
"line":
|
|
10794
|
+
"line": 413
|
|
9886
10795
|
},
|
|
9887
|
-
"name": "
|
|
10796
|
+
"name": "fromWorkspaceAttributes",
|
|
9888
10797
|
"parameters": [
|
|
9889
10798
|
{
|
|
9890
|
-
"name": "
|
|
10799
|
+
"name": "scope",
|
|
9891
10800
|
"type": {
|
|
9892
|
-
"
|
|
10801
|
+
"fqn": "constructs.Construct"
|
|
10802
|
+
}
|
|
10803
|
+
},
|
|
10804
|
+
{
|
|
10805
|
+
"name": "id",
|
|
10806
|
+
"type": {
|
|
10807
|
+
"primitive": "string"
|
|
10808
|
+
}
|
|
10809
|
+
},
|
|
10810
|
+
{
|
|
10811
|
+
"name": "attrs",
|
|
10812
|
+
"type": {
|
|
10813
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceAttributes"
|
|
10814
|
+
}
|
|
10815
|
+
}
|
|
10816
|
+
],
|
|
10817
|
+
"returns": {
|
|
10818
|
+
"type": {
|
|
10819
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.IWorkspace"
|
|
10820
|
+
}
|
|
10821
|
+
},
|
|
10822
|
+
"static": true
|
|
10823
|
+
},
|
|
10824
|
+
{
|
|
10825
|
+
"docs": {
|
|
10826
|
+
"stability": "stable"
|
|
10827
|
+
},
|
|
10828
|
+
"locationInModule": {
|
|
10829
|
+
"filename": "src/workspace.ts",
|
|
10830
|
+
"line": 358
|
|
10831
|
+
},
|
|
10832
|
+
"name": "isWorkspace",
|
|
10833
|
+
"parameters": [
|
|
10834
|
+
{
|
|
10835
|
+
"name": "x",
|
|
10836
|
+
"type": {
|
|
10837
|
+
"primitive": "any"
|
|
9893
10838
|
}
|
|
9894
10839
|
}
|
|
9895
10840
|
],
|
|
@@ -9905,175 +10850,212 @@
|
|
|
9905
10850
|
"properties": [
|
|
9906
10851
|
{
|
|
9907
10852
|
"docs": {
|
|
9908
|
-
"remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.",
|
|
9909
10853
|
"stability": "stable",
|
|
9910
|
-
"summary": "
|
|
10854
|
+
"summary": "The arn of this workspace."
|
|
9911
10855
|
},
|
|
9912
10856
|
"immutable": true,
|
|
9913
10857
|
"locationInModule": {
|
|
9914
10858
|
"filename": "src/workspace.ts",
|
|
9915
|
-
"line":
|
|
10859
|
+
"line": 651
|
|
9916
10860
|
},
|
|
9917
|
-
"name": "
|
|
10861
|
+
"name": "workspaceArn",
|
|
9918
10862
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
9919
10863
|
"type": {
|
|
9920
|
-
"
|
|
10864
|
+
"primitive": "string"
|
|
9921
10865
|
}
|
|
9922
10866
|
},
|
|
9923
10867
|
{
|
|
9924
10868
|
"docs": {
|
|
10869
|
+
"custom": {
|
|
10870
|
+
"attribute": "true"
|
|
10871
|
+
},
|
|
9925
10872
|
"stability": "stable",
|
|
9926
|
-
"summary": "
|
|
10873
|
+
"summary": "The unique ID of this workspace."
|
|
9927
10874
|
},
|
|
9928
10875
|
"immutable": true,
|
|
9929
10876
|
"locationInModule": {
|
|
9930
10877
|
"filename": "src/workspace.ts",
|
|
9931
|
-
"line":
|
|
10878
|
+
"line": 611
|
|
9932
10879
|
},
|
|
9933
|
-
"name": "
|
|
10880
|
+
"name": "workspaceId",
|
|
9934
10881
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
9935
10882
|
"type": {
|
|
9936
|
-
"
|
|
9937
|
-
"elementtype": {
|
|
9938
|
-
"fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
|
|
9939
|
-
},
|
|
9940
|
-
"kind": "array"
|
|
9941
|
-
}
|
|
10883
|
+
"primitive": "string"
|
|
9942
10884
|
}
|
|
9943
10885
|
},
|
|
9944
10886
|
{
|
|
9945
10887
|
"docs": {
|
|
10888
|
+
"remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.\n\nAlways populated for a workspace created through this construct (it is a required prop).",
|
|
9946
10889
|
"stability": "stable",
|
|
9947
|
-
"summary": "
|
|
10890
|
+
"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."
|
|
9948
10891
|
},
|
|
9949
10892
|
"immutable": true,
|
|
9950
10893
|
"locationInModule": {
|
|
9951
10894
|
"filename": "src/workspace.ts",
|
|
9952
|
-
"line":
|
|
10895
|
+
"line": 476
|
|
9953
10896
|
},
|
|
9954
|
-
"name": "
|
|
10897
|
+
"name": "accountAccessType",
|
|
10898
|
+
"optional": true,
|
|
10899
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
9955
10900
|
"type": {
|
|
9956
|
-
"
|
|
10901
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
|
|
9957
10902
|
}
|
|
9958
10903
|
},
|
|
9959
10904
|
{
|
|
9960
10905
|
"docs": {
|
|
10906
|
+
"remarks": "Always populated for a workspace created through this construct (it is a required prop).",
|
|
9961
10907
|
"stability": "stable",
|
|
9962
|
-
"summary": "
|
|
10908
|
+
"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."
|
|
9963
10909
|
},
|
|
9964
10910
|
"immutable": true,
|
|
9965
10911
|
"locationInModule": {
|
|
9966
10912
|
"filename": "src/workspace.ts",
|
|
9967
|
-
"line":
|
|
10913
|
+
"line": 484
|
|
9968
10914
|
},
|
|
9969
|
-
"name": "
|
|
10915
|
+
"name": "authenticationProviders",
|
|
10916
|
+
"optional": true,
|
|
10917
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
9970
10918
|
"type": {
|
|
9971
|
-
"
|
|
10919
|
+
"collection": {
|
|
10920
|
+
"elementtype": {
|
|
10921
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
|
|
10922
|
+
},
|
|
10923
|
+
"kind": "array"
|
|
10924
|
+
}
|
|
9972
10925
|
}
|
|
9973
10926
|
},
|
|
9974
10927
|
{
|
|
9975
10928
|
"docs": {
|
|
9976
10929
|
"stability": "stable",
|
|
9977
|
-
"summary": "
|
|
10930
|
+
"summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
|
|
9978
10931
|
},
|
|
9979
10932
|
"immutable": true,
|
|
9980
10933
|
"locationInModule": {
|
|
9981
10934
|
"filename": "src/workspace.ts",
|
|
9982
|
-
"line":
|
|
10935
|
+
"line": 489
|
|
9983
10936
|
},
|
|
9984
|
-
"name": "
|
|
10937
|
+
"name": "clientToken",
|
|
10938
|
+
"optional": true,
|
|
10939
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
9985
10940
|
"type": {
|
|
9986
10941
|
"primitive": "string"
|
|
9987
10942
|
}
|
|
9988
10943
|
},
|
|
9989
10944
|
{
|
|
9990
10945
|
"docs": {
|
|
10946
|
+
"custom": {
|
|
10947
|
+
"attribute": "true"
|
|
10948
|
+
},
|
|
9991
10949
|
"stability": "stable",
|
|
9992
|
-
"summary": "The
|
|
10950
|
+
"summary": "The date that the workspace was created."
|
|
9993
10951
|
},
|
|
9994
10952
|
"immutable": true,
|
|
9995
10953
|
"locationInModule": {
|
|
9996
10954
|
"filename": "src/workspace.ts",
|
|
9997
|
-
"line":
|
|
10955
|
+
"line": 590
|
|
9998
10956
|
},
|
|
9999
|
-
"name": "
|
|
10957
|
+
"name": "creationTimestamp",
|
|
10958
|
+
"optional": true,
|
|
10959
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10000
10960
|
"type": {
|
|
10001
10961
|
"primitive": "string"
|
|
10002
10962
|
}
|
|
10003
10963
|
},
|
|
10004
10964
|
{
|
|
10005
10965
|
"docs": {
|
|
10006
|
-
"remarks": "
|
|
10966
|
+
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
|
|
10007
10967
|
"stability": "stable",
|
|
10008
|
-
"summary": "
|
|
10968
|
+
"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."
|
|
10009
10969
|
},
|
|
10010
10970
|
"immutable": true,
|
|
10011
10971
|
"locationInModule": {
|
|
10012
10972
|
"filename": "src/workspace.ts",
|
|
10013
|
-
"line":
|
|
10973
|
+
"line": 498
|
|
10014
10974
|
},
|
|
10015
|
-
"name": "
|
|
10975
|
+
"name": "dataSources",
|
|
10976
|
+
"optional": true,
|
|
10016
10977
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10017
10978
|
"type": {
|
|
10018
|
-
"
|
|
10979
|
+
"collection": {
|
|
10980
|
+
"elementtype": {
|
|
10981
|
+
"primitive": "string"
|
|
10982
|
+
},
|
|
10983
|
+
"kind": "array"
|
|
10984
|
+
}
|
|
10019
10985
|
}
|
|
10020
10986
|
},
|
|
10021
10987
|
{
|
|
10022
10988
|
"docs": {
|
|
10023
10989
|
"stability": "stable",
|
|
10024
|
-
"summary": "
|
|
10990
|
+
"summary": "The user-defined description of the workspace."
|
|
10025
10991
|
},
|
|
10026
10992
|
"immutable": true,
|
|
10027
10993
|
"locationInModule": {
|
|
10028
10994
|
"filename": "src/workspace.ts",
|
|
10029
|
-
"line":
|
|
10995
|
+
"line": 503
|
|
10030
10996
|
},
|
|
10031
|
-
"name": "
|
|
10997
|
+
"name": "description",
|
|
10998
|
+
"optional": true,
|
|
10999
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10032
11000
|
"type": {
|
|
10033
|
-
"
|
|
11001
|
+
"primitive": "string"
|
|
10034
11002
|
}
|
|
10035
11003
|
},
|
|
10036
11004
|
{
|
|
10037
11005
|
"docs": {
|
|
11006
|
+
"custom": {
|
|
11007
|
+
"attribute": "true"
|
|
11008
|
+
},
|
|
10038
11009
|
"stability": "stable",
|
|
10039
|
-
"summary": "The
|
|
11010
|
+
"summary": "The URL that users can use to access the Grafana console in the workspace."
|
|
10040
11011
|
},
|
|
10041
11012
|
"immutable": true,
|
|
10042
11013
|
"locationInModule": {
|
|
10043
11014
|
"filename": "src/workspace.ts",
|
|
10044
|
-
"line":
|
|
11015
|
+
"line": 597
|
|
10045
11016
|
},
|
|
10046
|
-
"name": "
|
|
11017
|
+
"name": "endpoint",
|
|
11018
|
+
"optional": true,
|
|
11019
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10047
11020
|
"type": {
|
|
10048
11021
|
"primitive": "string"
|
|
10049
11022
|
}
|
|
10050
11023
|
},
|
|
10051
11024
|
{
|
|
10052
11025
|
"docs": {
|
|
11026
|
+
"custom": {
|
|
11027
|
+
"attribute": "true"
|
|
11028
|
+
},
|
|
10053
11029
|
"stability": "stable",
|
|
10054
|
-
"summary": "
|
|
11030
|
+
"summary": "Specifies the version of Grafana supported by this workspace."
|
|
10055
11031
|
},
|
|
10056
11032
|
"immutable": true,
|
|
10057
11033
|
"locationInModule": {
|
|
10058
11034
|
"filename": "src/workspace.ts",
|
|
10059
|
-
"line":
|
|
11035
|
+
"line": 604
|
|
10060
11036
|
},
|
|
10061
|
-
"name": "
|
|
11037
|
+
"name": "grafanaVersion",
|
|
11038
|
+
"optional": true,
|
|
11039
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10062
11040
|
"type": {
|
|
10063
|
-
"
|
|
11041
|
+
"primitive": "string"
|
|
10064
11042
|
}
|
|
10065
11043
|
},
|
|
10066
11044
|
{
|
|
10067
11045
|
"docs": {
|
|
11046
|
+
"custom": {
|
|
11047
|
+
"attribute": "true"
|
|
11048
|
+
},
|
|
10068
11049
|
"stability": "stable",
|
|
10069
|
-
"summary": "The
|
|
11050
|
+
"summary": "The most recent date that the workspace was modified."
|
|
10070
11051
|
},
|
|
10071
11052
|
"immutable": true,
|
|
10072
11053
|
"locationInModule": {
|
|
10073
11054
|
"filename": "src/workspace.ts",
|
|
10074
|
-
"line":
|
|
11055
|
+
"line": 618
|
|
10075
11056
|
},
|
|
10076
|
-
"name": "
|
|
11057
|
+
"name": "modificationTimestamp",
|
|
11058
|
+
"optional": true,
|
|
10077
11059
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10078
11060
|
"type": {
|
|
10079
11061
|
"primitive": "string"
|
|
@@ -10082,14 +11064,15 @@
|
|
|
10082
11064
|
{
|
|
10083
11065
|
"docs": {
|
|
10084
11066
|
"stability": "stable",
|
|
10085
|
-
"summary": "The
|
|
11067
|
+
"summary": "The name of the workspace."
|
|
10086
11068
|
},
|
|
10087
11069
|
"immutable": true,
|
|
10088
11070
|
"locationInModule": {
|
|
10089
11071
|
"filename": "src/workspace.ts",
|
|
10090
|
-
"line":
|
|
11072
|
+
"line": 508
|
|
10091
11073
|
},
|
|
10092
|
-
"name": "
|
|
11074
|
+
"name": "name",
|
|
11075
|
+
"optional": true,
|
|
10093
11076
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10094
11077
|
"type": {
|
|
10095
11078
|
"primitive": "string"
|
|
@@ -10098,38 +11081,37 @@
|
|
|
10098
11081
|
{
|
|
10099
11082
|
"docs": {
|
|
10100
11083
|
"stability": "stable",
|
|
10101
|
-
"summary": "
|
|
11084
|
+
"summary": "The configuration settings for network access to your workspace."
|
|
10102
11085
|
},
|
|
10103
11086
|
"immutable": true,
|
|
10104
11087
|
"locationInModule": {
|
|
10105
11088
|
"filename": "src/workspace.ts",
|
|
10106
|
-
"line":
|
|
11089
|
+
"line": 513
|
|
10107
11090
|
},
|
|
10108
|
-
"name": "
|
|
11091
|
+
"name": "networkAccessControl",
|
|
10109
11092
|
"optional": true,
|
|
10110
11093
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10111
11094
|
"type": {
|
|
10112
|
-
"
|
|
11095
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl"
|
|
10113
11096
|
}
|
|
10114
11097
|
},
|
|
10115
11098
|
{
|
|
10116
11099
|
"docs": {
|
|
10117
|
-
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
|
|
10118
11100
|
"stability": "stable",
|
|
10119
|
-
"summary": "
|
|
11101
|
+
"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."
|
|
10120
11102
|
},
|
|
10121
11103
|
"immutable": true,
|
|
10122
11104
|
"locationInModule": {
|
|
10123
11105
|
"filename": "src/workspace.ts",
|
|
10124
|
-
"line":
|
|
11106
|
+
"line": 519
|
|
10125
11107
|
},
|
|
10126
|
-
"name": "
|
|
11108
|
+
"name": "notificationDestinations",
|
|
10127
11109
|
"optional": true,
|
|
10128
11110
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10129
11111
|
"type": {
|
|
10130
11112
|
"collection": {
|
|
10131
11113
|
"elementtype": {
|
|
10132
|
-
"
|
|
11114
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations"
|
|
10133
11115
|
},
|
|
10134
11116
|
"kind": "array"
|
|
10135
11117
|
}
|
|
@@ -10138,31 +11120,36 @@
|
|
|
10138
11120
|
{
|
|
10139
11121
|
"docs": {
|
|
10140
11122
|
"stability": "stable",
|
|
10141
|
-
"summary": "
|
|
11123
|
+
"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."
|
|
10142
11124
|
},
|
|
10143
11125
|
"immutable": true,
|
|
10144
11126
|
"locationInModule": {
|
|
10145
11127
|
"filename": "src/workspace.ts",
|
|
10146
|
-
"line":
|
|
11128
|
+
"line": 525
|
|
10147
11129
|
},
|
|
10148
|
-
"name": "
|
|
11130
|
+
"name": "organizationalUnits",
|
|
10149
11131
|
"optional": true,
|
|
10150
11132
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10151
11133
|
"type": {
|
|
10152
|
-
"
|
|
11134
|
+
"collection": {
|
|
11135
|
+
"elementtype": {
|
|
11136
|
+
"primitive": "string"
|
|
11137
|
+
},
|
|
11138
|
+
"kind": "array"
|
|
11139
|
+
}
|
|
10153
11140
|
}
|
|
10154
11141
|
},
|
|
10155
11142
|
{
|
|
10156
11143
|
"docs": {
|
|
10157
11144
|
"stability": "stable",
|
|
10158
|
-
"summary": "The name of the
|
|
11145
|
+
"summary": "The name of the IAM role that is used to access resources through Organizations."
|
|
10159
11146
|
},
|
|
10160
11147
|
"immutable": true,
|
|
10161
11148
|
"locationInModule": {
|
|
10162
11149
|
"filename": "src/workspace.ts",
|
|
10163
|
-
"line":
|
|
11150
|
+
"line": 530
|
|
10164
11151
|
},
|
|
10165
|
-
"name": "
|
|
11152
|
+
"name": "organizationRoleName",
|
|
10166
11153
|
"optional": true,
|
|
10167
11154
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10168
11155
|
"type": {
|
|
@@ -10171,145 +11158,147 @@
|
|
|
10171
11158
|
},
|
|
10172
11159
|
{
|
|
10173
11160
|
"docs": {
|
|
11161
|
+
"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\nAlways populated for a workspace created through this construct (it is a required prop).",
|
|
10174
11162
|
"stability": "stable",
|
|
10175
|
-
"summary": "
|
|
11163
|
+
"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."
|
|
10176
11164
|
},
|
|
10177
11165
|
"immutable": true,
|
|
10178
11166
|
"locationInModule": {
|
|
10179
11167
|
"filename": "src/workspace.ts",
|
|
10180
|
-
"line":
|
|
11168
|
+
"line": 545
|
|
10181
11169
|
},
|
|
10182
|
-
"name": "
|
|
11170
|
+
"name": "permissionType",
|
|
10183
11171
|
"optional": true,
|
|
10184
11172
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10185
11173
|
"type": {
|
|
10186
|
-
"fqn": "@robhan-cdk-lib/aws_grafana.
|
|
11174
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
|
|
10187
11175
|
}
|
|
10188
11176
|
},
|
|
10189
11177
|
{
|
|
10190
11178
|
"docs": {
|
|
11179
|
+
"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.",
|
|
10191
11180
|
"stability": "stable",
|
|
10192
|
-
"summary": "
|
|
11181
|
+
"summary": "Whether plugin administration is enabled in the workspace."
|
|
10193
11182
|
},
|
|
10194
11183
|
"immutable": true,
|
|
10195
11184
|
"locationInModule": {
|
|
10196
11185
|
"filename": "src/workspace.ts",
|
|
10197
|
-
"line":
|
|
11186
|
+
"line": 553
|
|
10198
11187
|
},
|
|
10199
|
-
"name": "
|
|
11188
|
+
"name": "pluginAdminEnabled",
|
|
10200
11189
|
"optional": true,
|
|
10201
11190
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10202
11191
|
"type": {
|
|
10203
|
-
"
|
|
10204
|
-
"elementtype": {
|
|
10205
|
-
"fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations"
|
|
10206
|
-
},
|
|
10207
|
-
"kind": "array"
|
|
10208
|
-
}
|
|
11192
|
+
"primitive": "boolean"
|
|
10209
11193
|
}
|
|
10210
11194
|
},
|
|
10211
11195
|
{
|
|
10212
11196
|
"docs": {
|
|
10213
11197
|
"stability": "stable",
|
|
10214
|
-
"summary": "
|
|
11198
|
+
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
10215
11199
|
},
|
|
10216
11200
|
"immutable": true,
|
|
10217
11201
|
"locationInModule": {
|
|
10218
11202
|
"filename": "src/workspace.ts",
|
|
10219
|
-
"line":
|
|
11203
|
+
"line": 559
|
|
10220
11204
|
},
|
|
10221
|
-
"name": "
|
|
11205
|
+
"name": "role",
|
|
10222
11206
|
"optional": true,
|
|
10223
11207
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10224
11208
|
"type": {
|
|
10225
|
-
"
|
|
10226
|
-
"elementtype": {
|
|
10227
|
-
"primitive": "string"
|
|
10228
|
-
},
|
|
10229
|
-
"kind": "array"
|
|
10230
|
-
}
|
|
11209
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
10231
11210
|
}
|
|
10232
11211
|
},
|
|
10233
11212
|
{
|
|
10234
11213
|
"docs": {
|
|
10235
11214
|
"stability": "stable",
|
|
10236
|
-
"summary": "
|
|
11215
|
+
"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."
|
|
10237
11216
|
},
|
|
10238
11217
|
"immutable": true,
|
|
10239
11218
|
"locationInModule": {
|
|
10240
11219
|
"filename": "src/workspace.ts",
|
|
10241
|
-
"line":
|
|
11220
|
+
"line": 566
|
|
10242
11221
|
},
|
|
10243
|
-
"name": "
|
|
11222
|
+
"name": "samlConfiguration",
|
|
10244
11223
|
"optional": true,
|
|
10245
11224
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10246
11225
|
"type": {
|
|
10247
|
-
"
|
|
11226
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration"
|
|
10248
11227
|
}
|
|
10249
11228
|
},
|
|
10250
11229
|
{
|
|
10251
11230
|
"docs": {
|
|
10252
|
-
"
|
|
11231
|
+
"custom": {
|
|
11232
|
+
"attribute": "true"
|
|
11233
|
+
},
|
|
11234
|
+
"remarks": "This is a deploy-time CloudFormation attribute resolved as an unresolved token at synth time,\nso it is typed as `string`. See the `SamlConfigurationStatuses` enum for the possible values.",
|
|
10253
11235
|
"stability": "stable",
|
|
10254
|
-
"summary": "
|
|
11236
|
+
"summary": "Specifies whether the workspace's SAML configuration is complete."
|
|
10255
11237
|
},
|
|
10256
11238
|
"immutable": true,
|
|
10257
11239
|
"locationInModule": {
|
|
10258
11240
|
"filename": "src/workspace.ts",
|
|
10259
|
-
"line":
|
|
11241
|
+
"line": 628
|
|
10260
11242
|
},
|
|
10261
|
-
"name": "
|
|
11243
|
+
"name": "samlConfigurationStatus",
|
|
10262
11244
|
"optional": true,
|
|
10263
11245
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10264
11246
|
"type": {
|
|
10265
|
-
"primitive": "
|
|
11247
|
+
"primitive": "string"
|
|
10266
11248
|
}
|
|
10267
11249
|
},
|
|
10268
11250
|
{
|
|
10269
11251
|
"docs": {
|
|
11252
|
+
"custom": {
|
|
11253
|
+
"attribute": "true"
|
|
11254
|
+
},
|
|
10270
11255
|
"stability": "stable",
|
|
10271
|
-
"summary": "The
|
|
11256
|
+
"summary": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
|
|
10272
11257
|
},
|
|
10273
11258
|
"immutable": true,
|
|
10274
11259
|
"locationInModule": {
|
|
10275
11260
|
"filename": "src/workspace.ts",
|
|
10276
|
-
"line":
|
|
11261
|
+
"line": 636
|
|
10277
11262
|
},
|
|
10278
|
-
"name": "
|
|
11263
|
+
"name": "ssoClientId",
|
|
10279
11264
|
"optional": true,
|
|
10280
11265
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10281
11266
|
"type": {
|
|
10282
|
-
"
|
|
11267
|
+
"primitive": "string"
|
|
10283
11268
|
}
|
|
10284
11269
|
},
|
|
10285
11270
|
{
|
|
10286
11271
|
"docs": {
|
|
10287
11272
|
"stability": "stable",
|
|
10288
|
-
"summary": "
|
|
11273
|
+
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
10289
11274
|
},
|
|
10290
11275
|
"immutable": true,
|
|
10291
11276
|
"locationInModule": {
|
|
10292
11277
|
"filename": "src/workspace.ts",
|
|
10293
|
-
"line":
|
|
11278
|
+
"line": 572
|
|
10294
11279
|
},
|
|
10295
|
-
"name": "
|
|
11280
|
+
"name": "stackSetName",
|
|
10296
11281
|
"optional": true,
|
|
10297
11282
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10298
11283
|
"type": {
|
|
10299
|
-
"
|
|
11284
|
+
"primitive": "string"
|
|
10300
11285
|
}
|
|
10301
11286
|
},
|
|
10302
11287
|
{
|
|
10303
11288
|
"docs": {
|
|
11289
|
+
"custom": {
|
|
11290
|
+
"attribute": "true"
|
|
11291
|
+
},
|
|
11292
|
+
"remarks": "This is a deploy-time CloudFormation attribute resolved as an unresolved token at synth time,\nso it is typed as `string`. See the `Status` enum for the possible values.",
|
|
10304
11293
|
"stability": "stable",
|
|
10305
|
-
"summary": "The
|
|
11294
|
+
"summary": "The current status of the workspace."
|
|
10306
11295
|
},
|
|
10307
11296
|
"immutable": true,
|
|
10308
11297
|
"locationInModule": {
|
|
10309
11298
|
"filename": "src/workspace.ts",
|
|
10310
|
-
"line":
|
|
11299
|
+
"line": 646
|
|
10311
11300
|
},
|
|
10312
|
-
"name": "
|
|
11301
|
+
"name": "status",
|
|
10313
11302
|
"optional": true,
|
|
10314
11303
|
"overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
|
|
10315
11304
|
"type": {
|
|
@@ -10324,7 +11313,7 @@
|
|
|
10324
11313
|
"immutable": true,
|
|
10325
11314
|
"locationInModule": {
|
|
10326
11315
|
"filename": "src/workspace.ts",
|
|
10327
|
-
"line":
|
|
11316
|
+
"line": 578
|
|
10328
11317
|
},
|
|
10329
11318
|
"name": "vpcConfiguration",
|
|
10330
11319
|
"optional": true,
|
|
@@ -10346,7 +11335,7 @@
|
|
|
10346
11335
|
"kind": "interface",
|
|
10347
11336
|
"locationInModule": {
|
|
10348
11337
|
"filename": "src/workspace.ts",
|
|
10349
|
-
"line":
|
|
11338
|
+
"line": 194
|
|
10350
11339
|
},
|
|
10351
11340
|
"name": "WorkspaceAttributes",
|
|
10352
11341
|
"properties": [
|
|
@@ -10360,7 +11349,7 @@
|
|
|
10360
11349
|
"immutable": true,
|
|
10361
11350
|
"locationInModule": {
|
|
10362
11351
|
"filename": "src/workspace.ts",
|
|
10363
|
-
"line":
|
|
11352
|
+
"line": 203
|
|
10364
11353
|
},
|
|
10365
11354
|
"name": "accountAccessType",
|
|
10366
11355
|
"type": {
|
|
@@ -10377,7 +11366,7 @@
|
|
|
10377
11366
|
"immutable": true,
|
|
10378
11367
|
"locationInModule": {
|
|
10379
11368
|
"filename": "src/workspace.ts",
|
|
10380
|
-
"line":
|
|
11369
|
+
"line": 211
|
|
10381
11370
|
},
|
|
10382
11371
|
"name": "authenticationProviders",
|
|
10383
11372
|
"type": {
|
|
@@ -10399,7 +11388,7 @@
|
|
|
10399
11388
|
"immutable": true,
|
|
10400
11389
|
"locationInModule": {
|
|
10401
11390
|
"filename": "src/workspace.ts",
|
|
10402
|
-
"line":
|
|
11391
|
+
"line": 299
|
|
10403
11392
|
},
|
|
10404
11393
|
"name": "permissionType",
|
|
10405
11394
|
"type": {
|
|
@@ -10415,7 +11404,7 @@
|
|
|
10415
11404
|
"immutable": true,
|
|
10416
11405
|
"locationInModule": {
|
|
10417
11406
|
"filename": "src/workspace.ts",
|
|
10418
|
-
"line":
|
|
11407
|
+
"line": 347
|
|
10419
11408
|
},
|
|
10420
11409
|
"name": "workspaceArn",
|
|
10421
11410
|
"type": {
|
|
@@ -10425,14 +11414,15 @@
|
|
|
10425
11414
|
{
|
|
10426
11415
|
"abstract": true,
|
|
10427
11416
|
"docs": {
|
|
10428
|
-
"
|
|
11417
|
+
"default": "- no client token",
|
|
11418
|
+
"remarks": "Must be 1-64 characters long and contain only printable ASCII characters (validated by\nCloudFormation at deploy time). Note that an idempotency token has no practical effect in the\ndeclarative CloudFormation/CDK deployment model.",
|
|
10429
11419
|
"stability": "stable",
|
|
10430
11420
|
"summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
|
|
10431
11421
|
},
|
|
10432
11422
|
"immutable": true,
|
|
10433
11423
|
"locationInModule": {
|
|
10434
11424
|
"filename": "src/workspace.ts",
|
|
10435
|
-
"line":
|
|
11425
|
+
"line": 222
|
|
10436
11426
|
},
|
|
10437
11427
|
"name": "clientToken",
|
|
10438
11428
|
"optional": true,
|
|
@@ -10443,14 +11433,15 @@
|
|
|
10443
11433
|
{
|
|
10444
11434
|
"abstract": true,
|
|
10445
11435
|
"docs": {
|
|
10446
|
-
"
|
|
11436
|
+
"default": "- no data sources",
|
|
11437
|
+
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED. The Amazon Managed Grafana API marks this parameter as for\ninternal use only and recommends against setting it.",
|
|
10447
11438
|
"stability": "stable",
|
|
10448
11439
|
"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."
|
|
10449
11440
|
},
|
|
10450
11441
|
"immutable": true,
|
|
10451
11442
|
"locationInModule": {
|
|
10452
11443
|
"filename": "src/workspace.ts",
|
|
10453
|
-
"line":
|
|
11444
|
+
"line": 233
|
|
10454
11445
|
},
|
|
10455
11446
|
"name": "dataSources",
|
|
10456
11447
|
"optional": true,
|
|
@@ -10466,14 +11457,15 @@
|
|
|
10466
11457
|
{
|
|
10467
11458
|
"abstract": true,
|
|
10468
11459
|
"docs": {
|
|
10469
|
-
"
|
|
11460
|
+
"default": "- no description",
|
|
11461
|
+
"remarks": "Maximum length of 2048 characters (validated by CloudFormation at deploy time).",
|
|
10470
11462
|
"stability": "stable",
|
|
10471
11463
|
"summary": "The user-defined description of the workspace."
|
|
10472
11464
|
},
|
|
10473
11465
|
"immutable": true,
|
|
10474
11466
|
"locationInModule": {
|
|
10475
11467
|
"filename": "src/workspace.ts",
|
|
10476
|
-
"line":
|
|
11468
|
+
"line": 242
|
|
10477
11469
|
},
|
|
10478
11470
|
"name": "description",
|
|
10479
11471
|
"optional": true,
|
|
@@ -10484,14 +11476,15 @@
|
|
|
10484
11476
|
{
|
|
10485
11477
|
"abstract": true,
|
|
10486
11478
|
"docs": {
|
|
10487
|
-
"
|
|
11479
|
+
"default": "- a name is generated by CloudFormation",
|
|
11480
|
+
"remarks": "Must be 1-255 characters long and contain only alphanumeric characters, hyphens, dots,\nunderscores, and tildes (validated by CloudFormation at deploy time).",
|
|
10488
11481
|
"stability": "stable",
|
|
10489
11482
|
"summary": "The name of the workspace."
|
|
10490
11483
|
},
|
|
10491
11484
|
"immutable": true,
|
|
10492
11485
|
"locationInModule": {
|
|
10493
11486
|
"filename": "src/workspace.ts",
|
|
10494
|
-
"line":
|
|
11487
|
+
"line": 252
|
|
10495
11488
|
},
|
|
10496
11489
|
"name": "name",
|
|
10497
11490
|
"optional": true,
|
|
@@ -10502,13 +11495,14 @@
|
|
|
10502
11495
|
{
|
|
10503
11496
|
"abstract": true,
|
|
10504
11497
|
"docs": {
|
|
11498
|
+
"default": "- no network access control, the workspace is open to all traffic",
|
|
10505
11499
|
"stability": "stable",
|
|
10506
11500
|
"summary": "The configuration settings for network access to your workspace."
|
|
10507
11501
|
},
|
|
10508
11502
|
"immutable": true,
|
|
10509
11503
|
"locationInModule": {
|
|
10510
11504
|
"filename": "src/workspace.ts",
|
|
10511
|
-
"line":
|
|
11505
|
+
"line": 259
|
|
10512
11506
|
},
|
|
10513
11507
|
"name": "networkAccessControl",
|
|
10514
11508
|
"optional": true,
|
|
@@ -10519,13 +11513,14 @@
|
|
|
10519
11513
|
{
|
|
10520
11514
|
"abstract": true,
|
|
10521
11515
|
"docs": {
|
|
11516
|
+
"default": "- no notification destinations",
|
|
10522
11517
|
"stability": "stable",
|
|
10523
11518
|
"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."
|
|
10524
11519
|
},
|
|
10525
11520
|
"immutable": true,
|
|
10526
11521
|
"locationInModule": {
|
|
10527
11522
|
"filename": "src/workspace.ts",
|
|
10528
|
-
"line":
|
|
11523
|
+
"line": 267
|
|
10529
11524
|
},
|
|
10530
11525
|
"name": "notificationDestinations",
|
|
10531
11526
|
"optional": true,
|
|
@@ -10541,13 +11536,14 @@
|
|
|
10541
11536
|
{
|
|
10542
11537
|
"abstract": true,
|
|
10543
11538
|
"docs": {
|
|
11539
|
+
"default": "- no organizational units",
|
|
10544
11540
|
"stability": "stable",
|
|
10545
11541
|
"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."
|
|
10546
11542
|
},
|
|
10547
11543
|
"immutable": true,
|
|
10548
11544
|
"locationInModule": {
|
|
10549
11545
|
"filename": "src/workspace.ts",
|
|
10550
|
-
"line":
|
|
11546
|
+
"line": 275
|
|
10551
11547
|
},
|
|
10552
11548
|
"name": "organizationalUnits",
|
|
10553
11549
|
"optional": true,
|
|
@@ -10563,14 +11559,15 @@
|
|
|
10563
11559
|
{
|
|
10564
11560
|
"abstract": true,
|
|
10565
11561
|
"docs": {
|
|
10566
|
-
"
|
|
11562
|
+
"default": "- no organization role name",
|
|
11563
|
+
"remarks": "Maximum length of 2048 characters (validated by CloudFormation at deploy time).",
|
|
10567
11564
|
"stability": "stable",
|
|
10568
11565
|
"summary": "Name of the IAM role to use for the organization."
|
|
10569
11566
|
},
|
|
10570
11567
|
"immutable": true,
|
|
10571
11568
|
"locationInModule": {
|
|
10572
11569
|
"filename": "src/workspace.ts",
|
|
10573
|
-
"line":
|
|
11570
|
+
"line": 284
|
|
10574
11571
|
},
|
|
10575
11572
|
"name": "organizationRoleName",
|
|
10576
11573
|
"optional": true,
|
|
@@ -10581,14 +11578,15 @@
|
|
|
10581
11578
|
{
|
|
10582
11579
|
"abstract": true,
|
|
10583
11580
|
"docs": {
|
|
10584
|
-
"
|
|
11581
|
+
"default": "- false",
|
|
11582
|
+
"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.",
|
|
10585
11583
|
"stability": "stable",
|
|
10586
11584
|
"summary": "Whether plugin administration is enabled in the workspace."
|
|
10587
11585
|
},
|
|
10588
11586
|
"immutable": true,
|
|
10589
11587
|
"locationInModule": {
|
|
10590
11588
|
"filename": "src/workspace.ts",
|
|
10591
|
-
"line":
|
|
11589
|
+
"line": 309
|
|
10592
11590
|
},
|
|
10593
11591
|
"name": "pluginAdminEnabled",
|
|
10594
11592
|
"optional": true,
|
|
@@ -10599,13 +11597,14 @@
|
|
|
10599
11597
|
{
|
|
10600
11598
|
"abstract": true,
|
|
10601
11599
|
"docs": {
|
|
11600
|
+
"default": "- no role is attached",
|
|
10602
11601
|
"stability": "stable",
|
|
10603
11602
|
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
10604
11603
|
},
|
|
10605
11604
|
"immutable": true,
|
|
10606
11605
|
"locationInModule": {
|
|
10607
11606
|
"filename": "src/workspace.ts",
|
|
10608
|
-
"line":
|
|
11607
|
+
"line": 317
|
|
10609
11608
|
},
|
|
10610
11609
|
"name": "role",
|
|
10611
11610
|
"optional": true,
|
|
@@ -10616,13 +11615,14 @@
|
|
|
10616
11615
|
{
|
|
10617
11616
|
"abstract": true,
|
|
10618
11617
|
"docs": {
|
|
11618
|
+
"default": "- no SAML configuration",
|
|
10619
11619
|
"stability": "stable",
|
|
10620
11620
|
"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."
|
|
10621
11621
|
},
|
|
10622
11622
|
"immutable": true,
|
|
10623
11623
|
"locationInModule": {
|
|
10624
11624
|
"filename": "src/workspace.ts",
|
|
10625
|
-
"line":
|
|
11625
|
+
"line": 326
|
|
10626
11626
|
},
|
|
10627
11627
|
"name": "samlConfiguration",
|
|
10628
11628
|
"optional": true,
|
|
@@ -10633,13 +11633,14 @@
|
|
|
10633
11633
|
{
|
|
10634
11634
|
"abstract": true,
|
|
10635
11635
|
"docs": {
|
|
11636
|
+
"default": "- no stack set name",
|
|
10636
11637
|
"stability": "stable",
|
|
10637
11638
|
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
10638
11639
|
},
|
|
10639
11640
|
"immutable": true,
|
|
10640
11641
|
"locationInModule": {
|
|
10641
11642
|
"filename": "src/workspace.ts",
|
|
10642
|
-
"line":
|
|
11643
|
+
"line": 334
|
|
10643
11644
|
},
|
|
10644
11645
|
"name": "stackSetName",
|
|
10645
11646
|
"optional": true,
|
|
@@ -10650,13 +11651,14 @@
|
|
|
10650
11651
|
{
|
|
10651
11652
|
"abstract": true,
|
|
10652
11653
|
"docs": {
|
|
11654
|
+
"default": "- no VPC connection",
|
|
10653
11655
|
"stability": "stable",
|
|
10654
11656
|
"summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
|
|
10655
11657
|
},
|
|
10656
11658
|
"immutable": true,
|
|
10657
11659
|
"locationInModule": {
|
|
10658
11660
|
"filename": "src/workspace.ts",
|
|
10659
|
-
"line":
|
|
11661
|
+
"line": 342
|
|
10660
11662
|
},
|
|
10661
11663
|
"name": "vpcConfiguration",
|
|
10662
11664
|
"optional": true,
|
|
@@ -10681,7 +11683,7 @@
|
|
|
10681
11683
|
},
|
|
10682
11684
|
"locationInModule": {
|
|
10683
11685
|
"filename": "core/lib/resource.ts",
|
|
10684
|
-
"line":
|
|
11686
|
+
"line": 125
|
|
10685
11687
|
},
|
|
10686
11688
|
"parameters": [
|
|
10687
11689
|
{
|
|
@@ -10711,7 +11713,7 @@
|
|
|
10711
11713
|
"kind": "class",
|
|
10712
11714
|
"locationInModule": {
|
|
10713
11715
|
"filename": "src/workspace-base.ts",
|
|
10714
|
-
"line":
|
|
11716
|
+
"line": 582
|
|
10715
11717
|
},
|
|
10716
11718
|
"methods": [
|
|
10717
11719
|
{
|
|
@@ -10720,7 +11722,7 @@
|
|
|
10720
11722
|
},
|
|
10721
11723
|
"locationInModule": {
|
|
10722
11724
|
"filename": "src/workspace-base.ts",
|
|
10723
|
-
"line":
|
|
11725
|
+
"line": 772
|
|
10724
11726
|
},
|
|
10725
11727
|
"name": "getWorkspaceArn",
|
|
10726
11728
|
"parameters": [
|
|
@@ -10744,7 +11746,7 @@
|
|
|
10744
11746
|
},
|
|
10745
11747
|
"locationInModule": {
|
|
10746
11748
|
"filename": "src/workspace-base.ts",
|
|
10747
|
-
"line":
|
|
11749
|
+
"line": 781
|
|
10748
11750
|
},
|
|
10749
11751
|
"name": "getWorkspaceId",
|
|
10750
11752
|
"parameters": [
|
|
@@ -10768,15 +11770,51 @@
|
|
|
10768
11770
|
{
|
|
10769
11771
|
"abstract": true,
|
|
10770
11772
|
"docs": {
|
|
11773
|
+
"stability": "stable",
|
|
11774
|
+
"summary": "The ARN of this workspace."
|
|
11775
|
+
},
|
|
11776
|
+
"immutable": true,
|
|
11777
|
+
"locationInModule": {
|
|
11778
|
+
"filename": "src/workspace-base.ts",
|
|
11779
|
+
"line": 770
|
|
11780
|
+
},
|
|
11781
|
+
"name": "workspaceArn",
|
|
11782
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
11783
|
+
"type": {
|
|
11784
|
+
"primitive": "string"
|
|
11785
|
+
}
|
|
11786
|
+
},
|
|
11787
|
+
{
|
|
11788
|
+
"abstract": true,
|
|
11789
|
+
"docs": {
|
|
11790
|
+
"stability": "stable",
|
|
11791
|
+
"summary": "The unique ID of this workspace."
|
|
11792
|
+
},
|
|
11793
|
+
"immutable": true,
|
|
11794
|
+
"locationInModule": {
|
|
11795
|
+
"filename": "src/workspace-base.ts",
|
|
11796
|
+
"line": 765
|
|
11797
|
+
},
|
|
11798
|
+
"name": "workspaceId",
|
|
11799
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
11800
|
+
"type": {
|
|
11801
|
+
"primitive": "string"
|
|
11802
|
+
}
|
|
11803
|
+
},
|
|
11804
|
+
{
|
|
11805
|
+
"abstract": true,
|
|
11806
|
+
"docs": {
|
|
11807
|
+
"default": "- not available on workspaces imported from an ARN via `Workspace.fromWorkspaceArn`",
|
|
10771
11808
|
"stability": "stable",
|
|
10772
11809
|
"summary": "The account access type for the workspace."
|
|
10773
11810
|
},
|
|
10774
11811
|
"immutable": true,
|
|
10775
11812
|
"locationInModule": {
|
|
10776
11813
|
"filename": "src/workspace-base.ts",
|
|
10777
|
-
"line":
|
|
11814
|
+
"line": 589
|
|
10778
11815
|
},
|
|
10779
11816
|
"name": "accountAccessType",
|
|
11817
|
+
"optional": true,
|
|
10780
11818
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10781
11819
|
"type": {
|
|
10782
11820
|
"fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
|
|
@@ -10785,15 +11823,17 @@
|
|
|
10785
11823
|
{
|
|
10786
11824
|
"abstract": true,
|
|
10787
11825
|
"docs": {
|
|
11826
|
+
"default": "- not available on workspaces imported from an ARN via `Workspace.fromWorkspaceArn`",
|
|
10788
11827
|
"stability": "stable",
|
|
10789
11828
|
"summary": "The authentication providers for the workspace."
|
|
10790
11829
|
},
|
|
10791
11830
|
"immutable": true,
|
|
10792
11831
|
"locationInModule": {
|
|
10793
11832
|
"filename": "src/workspace-base.ts",
|
|
10794
|
-
"line":
|
|
11833
|
+
"line": 596
|
|
10795
11834
|
},
|
|
10796
11835
|
"name": "authenticationProviders",
|
|
11836
|
+
"optional": true,
|
|
10797
11837
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10798
11838
|
"type": {
|
|
10799
11839
|
"collection": {
|
|
@@ -10807,32 +11847,39 @@
|
|
|
10807
11847
|
{
|
|
10808
11848
|
"abstract": true,
|
|
10809
11849
|
"docs": {
|
|
11850
|
+
"default": "- not available on imported workspaces",
|
|
10810
11851
|
"stability": "stable",
|
|
10811
|
-
"summary": "The
|
|
11852
|
+
"summary": "The client token for the workspace."
|
|
10812
11853
|
},
|
|
10813
11854
|
"immutable": true,
|
|
10814
11855
|
"locationInModule": {
|
|
10815
11856
|
"filename": "src/workspace-base.ts",
|
|
10816
|
-
"line":
|
|
11857
|
+
"line": 603
|
|
10817
11858
|
},
|
|
10818
|
-
"name": "
|
|
11859
|
+
"name": "clientToken",
|
|
11860
|
+
"optional": true,
|
|
10819
11861
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10820
11862
|
"type": {
|
|
10821
|
-
"
|
|
11863
|
+
"primitive": "string"
|
|
10822
11864
|
}
|
|
10823
11865
|
},
|
|
10824
11866
|
{
|
|
10825
11867
|
"abstract": true,
|
|
10826
11868
|
"docs": {
|
|
11869
|
+
"custom": {
|
|
11870
|
+
"attribute": "true"
|
|
11871
|
+
},
|
|
11872
|
+
"default": "- not available on imported workspaces",
|
|
10827
11873
|
"stability": "stable",
|
|
10828
|
-
"summary": "The
|
|
11874
|
+
"summary": "The date that the workspace was created."
|
|
10829
11875
|
},
|
|
10830
11876
|
"immutable": true,
|
|
10831
11877
|
"locationInModule": {
|
|
10832
11878
|
"filename": "src/workspace-base.ts",
|
|
10833
|
-
"line":
|
|
11879
|
+
"line": 711
|
|
10834
11880
|
},
|
|
10835
|
-
"name": "
|
|
11881
|
+
"name": "creationTimestamp",
|
|
11882
|
+
"optional": true,
|
|
10836
11883
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10837
11884
|
"type": {
|
|
10838
11885
|
"primitive": "string"
|
|
@@ -10841,15 +11888,41 @@
|
|
|
10841
11888
|
{
|
|
10842
11889
|
"abstract": true,
|
|
10843
11890
|
"docs": {
|
|
11891
|
+
"default": "- no data sources",
|
|
10844
11892
|
"stability": "stable",
|
|
10845
|
-
"summary": "The
|
|
11893
|
+
"summary": "The data sources of this workspace."
|
|
10846
11894
|
},
|
|
10847
11895
|
"immutable": true,
|
|
10848
11896
|
"locationInModule": {
|
|
10849
11897
|
"filename": "src/workspace-base.ts",
|
|
10850
|
-
"line":
|
|
11898
|
+
"line": 610
|
|
10851
11899
|
},
|
|
10852
|
-
"name": "
|
|
11900
|
+
"name": "dataSources",
|
|
11901
|
+
"optional": true,
|
|
11902
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
11903
|
+
"type": {
|
|
11904
|
+
"collection": {
|
|
11905
|
+
"elementtype": {
|
|
11906
|
+
"primitive": "string"
|
|
11907
|
+
},
|
|
11908
|
+
"kind": "array"
|
|
11909
|
+
}
|
|
11910
|
+
}
|
|
11911
|
+
},
|
|
11912
|
+
{
|
|
11913
|
+
"abstract": true,
|
|
11914
|
+
"docs": {
|
|
11915
|
+
"default": "- no description",
|
|
11916
|
+
"stability": "stable",
|
|
11917
|
+
"summary": "The description of this workspace."
|
|
11918
|
+
},
|
|
11919
|
+
"immutable": true,
|
|
11920
|
+
"locationInModule": {
|
|
11921
|
+
"filename": "src/workspace-base.ts",
|
|
11922
|
+
"line": 617
|
|
11923
|
+
},
|
|
11924
|
+
"name": "description",
|
|
11925
|
+
"optional": true,
|
|
10853
11926
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10854
11927
|
"type": {
|
|
10855
11928
|
"primitive": "string"
|
|
@@ -10858,15 +11931,19 @@
|
|
|
10858
11931
|
{
|
|
10859
11932
|
"abstract": true,
|
|
10860
11933
|
"docs": {
|
|
11934
|
+
"custom": {
|
|
11935
|
+
"attribute": "true"
|
|
11936
|
+
},
|
|
11937
|
+
"default": "- not available on imported workspaces",
|
|
10861
11938
|
"stability": "stable",
|
|
10862
|
-
"summary": "The
|
|
11939
|
+
"summary": "The URL that users can use to access the Grafana console in the workspace."
|
|
10863
11940
|
},
|
|
10864
11941
|
"immutable": true,
|
|
10865
11942
|
"locationInModule": {
|
|
10866
11943
|
"filename": "src/workspace-base.ts",
|
|
10867
|
-
"line":
|
|
11944
|
+
"line": 719
|
|
10868
11945
|
},
|
|
10869
|
-
"name": "
|
|
11946
|
+
"name": "endpoint",
|
|
10870
11947
|
"optional": true,
|
|
10871
11948
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10872
11949
|
"type": {
|
|
@@ -10876,38 +11953,41 @@
|
|
|
10876
11953
|
{
|
|
10877
11954
|
"abstract": true,
|
|
10878
11955
|
"docs": {
|
|
11956
|
+
"custom": {
|
|
11957
|
+
"attribute": "true"
|
|
11958
|
+
},
|
|
11959
|
+
"default": "- not available on imported workspaces",
|
|
10879
11960
|
"stability": "stable",
|
|
10880
|
-
"summary": "
|
|
11961
|
+
"summary": "Specifies the version of Grafana supported by this workspace."
|
|
10881
11962
|
},
|
|
10882
11963
|
"immutable": true,
|
|
10883
11964
|
"locationInModule": {
|
|
10884
11965
|
"filename": "src/workspace-base.ts",
|
|
10885
|
-
"line":
|
|
11966
|
+
"line": 727
|
|
10886
11967
|
},
|
|
10887
|
-
"name": "
|
|
11968
|
+
"name": "grafanaVersion",
|
|
10888
11969
|
"optional": true,
|
|
10889
11970
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10890
11971
|
"type": {
|
|
10891
|
-
"
|
|
10892
|
-
"elementtype": {
|
|
10893
|
-
"primitive": "string"
|
|
10894
|
-
},
|
|
10895
|
-
"kind": "array"
|
|
10896
|
-
}
|
|
11972
|
+
"primitive": "string"
|
|
10897
11973
|
}
|
|
10898
11974
|
},
|
|
10899
11975
|
{
|
|
10900
11976
|
"abstract": true,
|
|
10901
11977
|
"docs": {
|
|
11978
|
+
"custom": {
|
|
11979
|
+
"attribute": "true"
|
|
11980
|
+
},
|
|
11981
|
+
"default": "- not available on imported workspaces",
|
|
10902
11982
|
"stability": "stable",
|
|
10903
|
-
"summary": "The
|
|
11983
|
+
"summary": "The most recent date that the workspace was modified."
|
|
10904
11984
|
},
|
|
10905
11985
|
"immutable": true,
|
|
10906
11986
|
"locationInModule": {
|
|
10907
11987
|
"filename": "src/workspace-base.ts",
|
|
10908
|
-
"line":
|
|
11988
|
+
"line": 735
|
|
10909
11989
|
},
|
|
10910
|
-
"name": "
|
|
11990
|
+
"name": "modificationTimestamp",
|
|
10911
11991
|
"optional": true,
|
|
10912
11992
|
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
10913
11993
|
"type": {
|
|
@@ -10917,13 +11997,14 @@
|
|
|
10917
11997
|
{
|
|
10918
11998
|
"abstract": true,
|
|
10919
11999
|
"docs": {
|
|
12000
|
+
"default": "- a name is generated by CloudFormation",
|
|
10920
12001
|
"stability": "stable",
|
|
10921
12002
|
"summary": "The name of this workspace."
|
|
10922
12003
|
},
|
|
10923
12004
|
"immutable": true,
|
|
10924
12005
|
"locationInModule": {
|
|
10925
12006
|
"filename": "src/workspace-base.ts",
|
|
10926
|
-
"line":
|
|
12007
|
+
"line": 624
|
|
10927
12008
|
},
|
|
10928
12009
|
"name": "name",
|
|
10929
12010
|
"optional": true,
|
|
@@ -10935,13 +12016,14 @@
|
|
|
10935
12016
|
{
|
|
10936
12017
|
"abstract": true,
|
|
10937
12018
|
"docs": {
|
|
12019
|
+
"default": "- no network access control, the workspace is open to all traffic",
|
|
10938
12020
|
"stability": "stable",
|
|
10939
12021
|
"summary": "The configuration settings for network access to your workspace."
|
|
10940
12022
|
},
|
|
10941
12023
|
"immutable": true,
|
|
10942
12024
|
"locationInModule": {
|
|
10943
12025
|
"filename": "src/workspace-base.ts",
|
|
10944
|
-
"line":
|
|
12026
|
+
"line": 631
|
|
10945
12027
|
},
|
|
10946
12028
|
"name": "networkAccessControl",
|
|
10947
12029
|
"optional": true,
|
|
@@ -10953,13 +12035,14 @@
|
|
|
10953
12035
|
{
|
|
10954
12036
|
"abstract": true,
|
|
10955
12037
|
"docs": {
|
|
12038
|
+
"default": "- no notification destinations",
|
|
10956
12039
|
"stability": "stable",
|
|
10957
12040
|
"summary": "The notification destinations for the workspace."
|
|
10958
12041
|
},
|
|
10959
12042
|
"immutable": true,
|
|
10960
12043
|
"locationInModule": {
|
|
10961
12044
|
"filename": "src/workspace-base.ts",
|
|
10962
|
-
"line":
|
|
12045
|
+
"line": 638
|
|
10963
12046
|
},
|
|
10964
12047
|
"name": "notificationDestinations",
|
|
10965
12048
|
"optional": true,
|
|
@@ -10976,13 +12059,14 @@
|
|
|
10976
12059
|
{
|
|
10977
12060
|
"abstract": true,
|
|
10978
12061
|
"docs": {
|
|
12062
|
+
"default": "- no organizational units",
|
|
10979
12063
|
"stability": "stable",
|
|
10980
12064
|
"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."
|
|
10981
12065
|
},
|
|
10982
12066
|
"immutable": true,
|
|
10983
12067
|
"locationInModule": {
|
|
10984
12068
|
"filename": "src/workspace-base.ts",
|
|
10985
|
-
"line":
|
|
12069
|
+
"line": 646
|
|
10986
12070
|
},
|
|
10987
12071
|
"name": "organizationalUnits",
|
|
10988
12072
|
"optional": true,
|
|
@@ -10999,13 +12083,14 @@
|
|
|
10999
12083
|
{
|
|
11000
12084
|
"abstract": true,
|
|
11001
12085
|
"docs": {
|
|
12086
|
+
"default": "- no organization role name",
|
|
11002
12087
|
"stability": "stable",
|
|
11003
12088
|
"summary": "The name of the IAM role that is used to access resources through Organizations."
|
|
11004
12089
|
},
|
|
11005
12090
|
"immutable": true,
|
|
11006
12091
|
"locationInModule": {
|
|
11007
12092
|
"filename": "src/workspace-base.ts",
|
|
11008
|
-
"line":
|
|
12093
|
+
"line": 653
|
|
11009
12094
|
},
|
|
11010
12095
|
"name": "organizationRoleName",
|
|
11011
12096
|
"optional": true,
|
|
@@ -11017,6 +12102,26 @@
|
|
|
11017
12102
|
{
|
|
11018
12103
|
"abstract": true,
|
|
11019
12104
|
"docs": {
|
|
12105
|
+
"default": "- not available on workspaces imported from an ARN via `Workspace.fromWorkspaceArn`",
|
|
12106
|
+
"stability": "stable",
|
|
12107
|
+
"summary": "The permission type for the workspace."
|
|
12108
|
+
},
|
|
12109
|
+
"immutable": true,
|
|
12110
|
+
"locationInModule": {
|
|
12111
|
+
"filename": "src/workspace-base.ts",
|
|
12112
|
+
"line": 660
|
|
12113
|
+
},
|
|
12114
|
+
"name": "permissionType",
|
|
12115
|
+
"optional": true,
|
|
12116
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
12117
|
+
"type": {
|
|
12118
|
+
"fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
|
|
12119
|
+
}
|
|
12120
|
+
},
|
|
12121
|
+
{
|
|
12122
|
+
"abstract": true,
|
|
12123
|
+
"docs": {
|
|
12124
|
+
"default": "- false",
|
|
11020
12125
|
"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.",
|
|
11021
12126
|
"stability": "stable",
|
|
11022
12127
|
"summary": "Whether plugin administration is enabled in the workspace."
|
|
@@ -11024,7 +12129,7 @@
|
|
|
11024
12129
|
"immutable": true,
|
|
11025
12130
|
"locationInModule": {
|
|
11026
12131
|
"filename": "src/workspace-base.ts",
|
|
11027
|
-
"line":
|
|
12132
|
+
"line": 670
|
|
11028
12133
|
},
|
|
11029
12134
|
"name": "pluginAdminEnabled",
|
|
11030
12135
|
"optional": true,
|
|
@@ -11036,13 +12141,14 @@
|
|
|
11036
12141
|
{
|
|
11037
12142
|
"abstract": true,
|
|
11038
12143
|
"docs": {
|
|
12144
|
+
"default": "- no role is attached",
|
|
11039
12145
|
"stability": "stable",
|
|
11040
12146
|
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
11041
12147
|
},
|
|
11042
12148
|
"immutable": true,
|
|
11043
12149
|
"locationInModule": {
|
|
11044
12150
|
"filename": "src/workspace-base.ts",
|
|
11045
|
-
"line":
|
|
12151
|
+
"line": 678
|
|
11046
12152
|
},
|
|
11047
12153
|
"name": "role",
|
|
11048
12154
|
"optional": true,
|
|
@@ -11054,13 +12160,14 @@
|
|
|
11054
12160
|
{
|
|
11055
12161
|
"abstract": true,
|
|
11056
12162
|
"docs": {
|
|
12163
|
+
"default": "- no SAML configuration",
|
|
11057
12164
|
"stability": "stable",
|
|
11058
12165
|
"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."
|
|
11059
12166
|
},
|
|
11060
12167
|
"immutable": true,
|
|
11061
12168
|
"locationInModule": {
|
|
11062
12169
|
"filename": "src/workspace-base.ts",
|
|
11063
|
-
"line":
|
|
12170
|
+
"line": 687
|
|
11064
12171
|
},
|
|
11065
12172
|
"name": "samlConfiguration",
|
|
11066
12173
|
"optional": true,
|
|
@@ -11072,13 +12179,58 @@
|
|
|
11072
12179
|
{
|
|
11073
12180
|
"abstract": true,
|
|
11074
12181
|
"docs": {
|
|
12182
|
+
"custom": {
|
|
12183
|
+
"attribute": "true"
|
|
12184
|
+
},
|
|
12185
|
+
"default": "- not available on imported workspaces",
|
|
12186
|
+
"stability": "stable",
|
|
12187
|
+
"summary": "Specifies whether the workspace's SAML configuration is complete."
|
|
12188
|
+
},
|
|
12189
|
+
"immutable": true,
|
|
12190
|
+
"locationInModule": {
|
|
12191
|
+
"filename": "src/workspace-base.ts",
|
|
12192
|
+
"line": 743
|
|
12193
|
+
},
|
|
12194
|
+
"name": "samlConfigurationStatus",
|
|
12195
|
+
"optional": true,
|
|
12196
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
12197
|
+
"type": {
|
|
12198
|
+
"primitive": "string"
|
|
12199
|
+
}
|
|
12200
|
+
},
|
|
12201
|
+
{
|
|
12202
|
+
"abstract": true,
|
|
12203
|
+
"docs": {
|
|
12204
|
+
"custom": {
|
|
12205
|
+
"attribute": "true"
|
|
12206
|
+
},
|
|
12207
|
+
"default": "- not available on imported workspaces",
|
|
12208
|
+
"stability": "stable",
|
|
12209
|
+
"summary": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
|
|
12210
|
+
},
|
|
12211
|
+
"immutable": true,
|
|
12212
|
+
"locationInModule": {
|
|
12213
|
+
"filename": "src/workspace-base.ts",
|
|
12214
|
+
"line": 752
|
|
12215
|
+
},
|
|
12216
|
+
"name": "ssoClientId",
|
|
12217
|
+
"optional": true,
|
|
12218
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
12219
|
+
"type": {
|
|
12220
|
+
"primitive": "string"
|
|
12221
|
+
}
|
|
12222
|
+
},
|
|
12223
|
+
{
|
|
12224
|
+
"abstract": true,
|
|
12225
|
+
"docs": {
|
|
12226
|
+
"default": "- no stack set name",
|
|
11075
12227
|
"stability": "stable",
|
|
11076
12228
|
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
11077
12229
|
},
|
|
11078
12230
|
"immutable": true,
|
|
11079
12231
|
"locationInModule": {
|
|
11080
12232
|
"filename": "src/workspace-base.ts",
|
|
11081
|
-
"line":
|
|
12233
|
+
"line": 695
|
|
11082
12234
|
},
|
|
11083
12235
|
"name": "stackSetName",
|
|
11084
12236
|
"optional": true,
|
|
@@ -11090,13 +12242,36 @@
|
|
|
11090
12242
|
{
|
|
11091
12243
|
"abstract": true,
|
|
11092
12244
|
"docs": {
|
|
12245
|
+
"custom": {
|
|
12246
|
+
"attribute": "true"
|
|
12247
|
+
},
|
|
12248
|
+
"default": "- not available on imported workspaces",
|
|
12249
|
+
"stability": "stable",
|
|
12250
|
+
"summary": "The current status of the workspace."
|
|
12251
|
+
},
|
|
12252
|
+
"immutable": true,
|
|
12253
|
+
"locationInModule": {
|
|
12254
|
+
"filename": "src/workspace-base.ts",
|
|
12255
|
+
"line": 760
|
|
12256
|
+
},
|
|
12257
|
+
"name": "status",
|
|
12258
|
+
"optional": true,
|
|
12259
|
+
"overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
|
|
12260
|
+
"type": {
|
|
12261
|
+
"primitive": "string"
|
|
12262
|
+
}
|
|
12263
|
+
},
|
|
12264
|
+
{
|
|
12265
|
+
"abstract": true,
|
|
12266
|
+
"docs": {
|
|
12267
|
+
"default": "- no VPC connection",
|
|
11093
12268
|
"stability": "stable",
|
|
11094
12269
|
"summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
|
|
11095
12270
|
},
|
|
11096
12271
|
"immutable": true,
|
|
11097
12272
|
"locationInModule": {
|
|
11098
12273
|
"filename": "src/workspace-base.ts",
|
|
11099
|
-
"line":
|
|
12274
|
+
"line": 703
|
|
11100
12275
|
},
|
|
11101
12276
|
"name": "vpcConfiguration",
|
|
11102
12277
|
"optional": true,
|
|
@@ -11119,7 +12294,7 @@
|
|
|
11119
12294
|
"kind": "interface",
|
|
11120
12295
|
"locationInModule": {
|
|
11121
12296
|
"filename": "src/workspace.ts",
|
|
11122
|
-
"line":
|
|
12297
|
+
"line": 19
|
|
11123
12298
|
},
|
|
11124
12299
|
"name": "WorkspaceProps",
|
|
11125
12300
|
"properties": [
|
|
@@ -11133,7 +12308,7 @@
|
|
|
11133
12308
|
"immutable": true,
|
|
11134
12309
|
"locationInModule": {
|
|
11135
12310
|
"filename": "src/workspace.ts",
|
|
11136
|
-
"line":
|
|
12311
|
+
"line": 28
|
|
11137
12312
|
},
|
|
11138
12313
|
"name": "accountAccessType",
|
|
11139
12314
|
"type": {
|
|
@@ -11150,7 +12325,7 @@
|
|
|
11150
12325
|
"immutable": true,
|
|
11151
12326
|
"locationInModule": {
|
|
11152
12327
|
"filename": "src/workspace.ts",
|
|
11153
|
-
"line":
|
|
12328
|
+
"line": 36
|
|
11154
12329
|
},
|
|
11155
12330
|
"name": "authenticationProviders",
|
|
11156
12331
|
"type": {
|
|
@@ -11172,7 +12347,7 @@
|
|
|
11172
12347
|
"immutable": true,
|
|
11173
12348
|
"locationInModule": {
|
|
11174
12349
|
"filename": "src/workspace.ts",
|
|
11175
|
-
"line":
|
|
12350
|
+
"line": 136
|
|
11176
12351
|
},
|
|
11177
12352
|
"name": "permissionType",
|
|
11178
12353
|
"type": {
|
|
@@ -11182,14 +12357,15 @@
|
|
|
11182
12357
|
{
|
|
11183
12358
|
"abstract": true,
|
|
11184
12359
|
"docs": {
|
|
11185
|
-
"
|
|
12360
|
+
"default": "- no client token",
|
|
12361
|
+
"remarks": "Must be 1-64 characters long and contain only printable ASCII characters (validated by\nCloudFormation at deploy time). Note that an idempotency token has no practical effect in the\ndeclarative CloudFormation/CDK deployment model.",
|
|
11186
12362
|
"stability": "stable",
|
|
11187
12363
|
"summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
|
|
11188
12364
|
},
|
|
11189
12365
|
"immutable": true,
|
|
11190
12366
|
"locationInModule": {
|
|
11191
12367
|
"filename": "src/workspace.ts",
|
|
11192
|
-
"line":
|
|
12368
|
+
"line": 47
|
|
11193
12369
|
},
|
|
11194
12370
|
"name": "clientToken",
|
|
11195
12371
|
"optional": true,
|
|
@@ -11200,14 +12376,15 @@
|
|
|
11200
12376
|
{
|
|
11201
12377
|
"abstract": true,
|
|
11202
12378
|
"docs": {
|
|
11203
|
-
"
|
|
12379
|
+
"default": "- no data sources",
|
|
12380
|
+
"remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED. The Amazon Managed Grafana API marks this parameter as for\ninternal use only and recommends against setting it.",
|
|
11204
12381
|
"stability": "stable",
|
|
11205
12382
|
"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."
|
|
11206
12383
|
},
|
|
11207
12384
|
"immutable": true,
|
|
11208
12385
|
"locationInModule": {
|
|
11209
12386
|
"filename": "src/workspace.ts",
|
|
11210
|
-
"line":
|
|
12387
|
+
"line": 58
|
|
11211
12388
|
},
|
|
11212
12389
|
"name": "dataSources",
|
|
11213
12390
|
"optional": true,
|
|
@@ -11223,14 +12400,15 @@
|
|
|
11223
12400
|
{
|
|
11224
12401
|
"abstract": true,
|
|
11225
12402
|
"docs": {
|
|
11226
|
-
"
|
|
12403
|
+
"default": "- no description",
|
|
12404
|
+
"remarks": "Maximum length of 2048 characters (validated by CloudFormation at deploy time).",
|
|
11227
12405
|
"stability": "stable",
|
|
11228
12406
|
"summary": "The user-defined description of the workspace."
|
|
11229
12407
|
},
|
|
11230
12408
|
"immutable": true,
|
|
11231
12409
|
"locationInModule": {
|
|
11232
12410
|
"filename": "src/workspace.ts",
|
|
11233
|
-
"line":
|
|
12411
|
+
"line": 67
|
|
11234
12412
|
},
|
|
11235
12413
|
"name": "description",
|
|
11236
12414
|
"optional": true,
|
|
@@ -11241,14 +12419,15 @@
|
|
|
11241
12419
|
{
|
|
11242
12420
|
"abstract": true,
|
|
11243
12421
|
"docs": {
|
|
11244
|
-
"
|
|
12422
|
+
"default": "- the service assigns the latest Grafana version",
|
|
12423
|
+
"remarks": "Defaults to the latest version\non create (for example, 10.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 (validated by CloudFormation at deploy time).",
|
|
11245
12424
|
"stability": "stable",
|
|
11246
12425
|
"summary": "Specifies the version of Grafana to support in the workspace."
|
|
11247
12426
|
},
|
|
11248
12427
|
"immutable": true,
|
|
11249
12428
|
"locationInModule": {
|
|
11250
12429
|
"filename": "src/workspace.ts",
|
|
11251
|
-
"line":
|
|
12430
|
+
"line": 79
|
|
11252
12431
|
},
|
|
11253
12432
|
"name": "grafanaVersion",
|
|
11254
12433
|
"optional": true,
|
|
@@ -11259,14 +12438,15 @@
|
|
|
11259
12438
|
{
|
|
11260
12439
|
"abstract": true,
|
|
11261
12440
|
"docs": {
|
|
11262
|
-
"
|
|
12441
|
+
"default": "- a name is generated by CloudFormation",
|
|
12442
|
+
"remarks": "Must be 1-255 characters long and contain only alphanumeric characters, hyphens, dots,\nunderscores, and tildes (validated by CloudFormation at deploy time).",
|
|
11263
12443
|
"stability": "stable",
|
|
11264
12444
|
"summary": "The name of the workspace."
|
|
11265
12445
|
},
|
|
11266
12446
|
"immutable": true,
|
|
11267
12447
|
"locationInModule": {
|
|
11268
12448
|
"filename": "src/workspace.ts",
|
|
11269
|
-
"line":
|
|
12449
|
+
"line": 89
|
|
11270
12450
|
},
|
|
11271
12451
|
"name": "name",
|
|
11272
12452
|
"optional": true,
|
|
@@ -11277,13 +12457,14 @@
|
|
|
11277
12457
|
{
|
|
11278
12458
|
"abstract": true,
|
|
11279
12459
|
"docs": {
|
|
12460
|
+
"default": "- no network access control, the workspace is open to all traffic",
|
|
11280
12461
|
"stability": "stable",
|
|
11281
12462
|
"summary": "The configuration settings for network access to your workspace."
|
|
11282
12463
|
},
|
|
11283
12464
|
"immutable": true,
|
|
11284
12465
|
"locationInModule": {
|
|
11285
12466
|
"filename": "src/workspace.ts",
|
|
11286
|
-
"line":
|
|
12467
|
+
"line": 96
|
|
11287
12468
|
},
|
|
11288
12469
|
"name": "networkAccessControl",
|
|
11289
12470
|
"optional": true,
|
|
@@ -11294,13 +12475,14 @@
|
|
|
11294
12475
|
{
|
|
11295
12476
|
"abstract": true,
|
|
11296
12477
|
"docs": {
|
|
12478
|
+
"default": "- no notification destinations",
|
|
11297
12479
|
"stability": "stable",
|
|
11298
12480
|
"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."
|
|
11299
12481
|
},
|
|
11300
12482
|
"immutable": true,
|
|
11301
12483
|
"locationInModule": {
|
|
11302
12484
|
"filename": "src/workspace.ts",
|
|
11303
|
-
"line":
|
|
12485
|
+
"line": 104
|
|
11304
12486
|
},
|
|
11305
12487
|
"name": "notificationDestinations",
|
|
11306
12488
|
"optional": true,
|
|
@@ -11316,13 +12498,14 @@
|
|
|
11316
12498
|
{
|
|
11317
12499
|
"abstract": true,
|
|
11318
12500
|
"docs": {
|
|
12501
|
+
"default": "- no organizational units",
|
|
11319
12502
|
"stability": "stable",
|
|
11320
12503
|
"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."
|
|
11321
12504
|
},
|
|
11322
12505
|
"immutable": true,
|
|
11323
12506
|
"locationInModule": {
|
|
11324
12507
|
"filename": "src/workspace.ts",
|
|
11325
|
-
"line":
|
|
12508
|
+
"line": 112
|
|
11326
12509
|
},
|
|
11327
12510
|
"name": "organizationalUnits",
|
|
11328
12511
|
"optional": true,
|
|
@@ -11338,14 +12521,15 @@
|
|
|
11338
12521
|
{
|
|
11339
12522
|
"abstract": true,
|
|
11340
12523
|
"docs": {
|
|
11341
|
-
"
|
|
12524
|
+
"default": "- no organization role name",
|
|
12525
|
+
"remarks": "Maximum length of 2048 characters (validated by CloudFormation at deploy time).",
|
|
11342
12526
|
"stability": "stable",
|
|
11343
12527
|
"summary": "Name of the IAM role to use for the organization."
|
|
11344
12528
|
},
|
|
11345
12529
|
"immutable": true,
|
|
11346
12530
|
"locationInModule": {
|
|
11347
12531
|
"filename": "src/workspace.ts",
|
|
11348
|
-
"line":
|
|
12532
|
+
"line": 121
|
|
11349
12533
|
},
|
|
11350
12534
|
"name": "organizationRoleName",
|
|
11351
12535
|
"optional": true,
|
|
@@ -11356,14 +12540,15 @@
|
|
|
11356
12540
|
{
|
|
11357
12541
|
"abstract": true,
|
|
11358
12542
|
"docs": {
|
|
11359
|
-
"
|
|
12543
|
+
"default": "- false",
|
|
12544
|
+
"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.",
|
|
11360
12545
|
"stability": "stable",
|
|
11361
12546
|
"summary": "Whether plugin administration is enabled in the workspace."
|
|
11362
12547
|
},
|
|
11363
12548
|
"immutable": true,
|
|
11364
12549
|
"locationInModule": {
|
|
11365
12550
|
"filename": "src/workspace.ts",
|
|
11366
|
-
"line":
|
|
12551
|
+
"line": 146
|
|
11367
12552
|
},
|
|
11368
12553
|
"name": "pluginAdminEnabled",
|
|
11369
12554
|
"optional": true,
|
|
@@ -11374,13 +12559,14 @@
|
|
|
11374
12559
|
{
|
|
11375
12560
|
"abstract": true,
|
|
11376
12561
|
"docs": {
|
|
12562
|
+
"default": "- no role is attached",
|
|
11377
12563
|
"stability": "stable",
|
|
11378
12564
|
"summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
|
|
11379
12565
|
},
|
|
11380
12566
|
"immutable": true,
|
|
11381
12567
|
"locationInModule": {
|
|
11382
12568
|
"filename": "src/workspace.ts",
|
|
11383
|
-
"line":
|
|
12569
|
+
"line": 154
|
|
11384
12570
|
},
|
|
11385
12571
|
"name": "role",
|
|
11386
12572
|
"optional": true,
|
|
@@ -11391,13 +12577,14 @@
|
|
|
11391
12577
|
{
|
|
11392
12578
|
"abstract": true,
|
|
11393
12579
|
"docs": {
|
|
12580
|
+
"default": "- no SAML configuration",
|
|
11394
12581
|
"stability": "stable",
|
|
11395
12582
|
"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."
|
|
11396
12583
|
},
|
|
11397
12584
|
"immutable": true,
|
|
11398
12585
|
"locationInModule": {
|
|
11399
12586
|
"filename": "src/workspace.ts",
|
|
11400
|
-
"line":
|
|
12587
|
+
"line": 163
|
|
11401
12588
|
},
|
|
11402
12589
|
"name": "samlConfiguration",
|
|
11403
12590
|
"optional": true,
|
|
@@ -11408,13 +12595,14 @@
|
|
|
11408
12595
|
{
|
|
11409
12596
|
"abstract": true,
|
|
11410
12597
|
"docs": {
|
|
12598
|
+
"default": "- no stack set name",
|
|
11411
12599
|
"stability": "stable",
|
|
11412
12600
|
"summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
|
|
11413
12601
|
},
|
|
11414
12602
|
"immutable": true,
|
|
11415
12603
|
"locationInModule": {
|
|
11416
12604
|
"filename": "src/workspace.ts",
|
|
11417
|
-
"line":
|
|
12605
|
+
"line": 171
|
|
11418
12606
|
},
|
|
11419
12607
|
"name": "stackSetName",
|
|
11420
12608
|
"optional": true,
|
|
@@ -11425,13 +12613,38 @@
|
|
|
11425
12613
|
{
|
|
11426
12614
|
"abstract": true,
|
|
11427
12615
|
"docs": {
|
|
12616
|
+
"default": "- no tags",
|
|
12617
|
+
"remarks": "Constraints (from the Amazon Managed Grafana API): a maximum of 50 tags, each key must be\n1-128 characters long and each value 0-256 characters long (validated by CloudFormation at\ndeploy time).",
|
|
12618
|
+
"stability": "stable",
|
|
12619
|
+
"summary": "A map of tags to assign to the workspace. Tags can also be applied after creation using `Tags.of(workspace).add(key, value)`."
|
|
12620
|
+
},
|
|
12621
|
+
"immutable": true,
|
|
12622
|
+
"locationInModule": {
|
|
12623
|
+
"filename": "src/workspace.ts",
|
|
12624
|
+
"line": 183
|
|
12625
|
+
},
|
|
12626
|
+
"name": "tags",
|
|
12627
|
+
"optional": true,
|
|
12628
|
+
"type": {
|
|
12629
|
+
"collection": {
|
|
12630
|
+
"elementtype": {
|
|
12631
|
+
"primitive": "string"
|
|
12632
|
+
},
|
|
12633
|
+
"kind": "map"
|
|
12634
|
+
}
|
|
12635
|
+
}
|
|
12636
|
+
},
|
|
12637
|
+
{
|
|
12638
|
+
"abstract": true,
|
|
12639
|
+
"docs": {
|
|
12640
|
+
"default": "- no VPC connection",
|
|
11428
12641
|
"stability": "stable",
|
|
11429
12642
|
"summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
|
|
11430
12643
|
},
|
|
11431
12644
|
"immutable": true,
|
|
11432
12645
|
"locationInModule": {
|
|
11433
12646
|
"filename": "src/workspace.ts",
|
|
11434
|
-
"line":
|
|
12647
|
+
"line": 191
|
|
11435
12648
|
},
|
|
11436
12649
|
"name": "vpcConfiguration",
|
|
11437
12650
|
"optional": true,
|
|
@@ -11443,6 +12656,6 @@
|
|
|
11443
12656
|
"symbolId": "src/workspace:WorkspaceProps"
|
|
11444
12657
|
}
|
|
11445
12658
|
},
|
|
11446
|
-
"version": "0.0
|
|
11447
|
-
"fingerprint": "
|
|
12659
|
+
"version": "0.1.0",
|
|
12660
|
+
"fingerprint": "bWz0CxkQxbFPKjJAYmap6lfTY+PHsKnFJHrNz8LFAW0="
|
|
11448
12661
|
}
|