@robhan-cdk-lib/aws_grafana 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -4003,8 +4003,8 @@
4003
4003
  "fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType",
4004
4004
  "kind": "enum",
4005
4005
  "locationInModule": {
4006
- "filename": "src/workspace.ts",
4007
- "line": 17
4006
+ "filename": "src/workspace-base.ts",
4007
+ "line": 11
4008
4008
  },
4009
4009
  "members": [
4010
4010
  {
@@ -4023,7 +4023,7 @@
4023
4023
  }
4024
4024
  ],
4025
4025
  "name": "AccountAccessType",
4026
- "symbolId": "src/workspace:AccountAccessType"
4026
+ "symbolId": "src/workspace-base:AccountAccessType"
4027
4027
  },
4028
4028
  "@robhan-cdk-lib/aws_grafana.AuthenticationProviders": {
4029
4029
  "assembly": "@robhan-cdk-lib/aws_grafana",
@@ -4035,8 +4035,8 @@
4035
4035
  "fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders",
4036
4036
  "kind": "enum",
4037
4037
  "locationInModule": {
4038
- "filename": "src/workspace.ts",
4039
- "line": 35
4038
+ "filename": "src/workspace-base.ts",
4039
+ "line": 29
4040
4040
  },
4041
4041
  "members": [
4042
4042
  {
@@ -4055,158 +4055,123 @@
4055
4055
  }
4056
4056
  ],
4057
4057
  "name": "AuthenticationProviders",
4058
- "symbolId": "src/workspace:AuthenticationProviders"
4058
+ "symbolId": "src/workspace-base:AuthenticationProviders"
4059
4059
  },
4060
- "@robhan-cdk-lib/aws_grafana.NetworkAccessControl": {
4060
+ "@robhan-cdk-lib/aws_grafana.IWorkspace": {
4061
4061
  "assembly": "@robhan-cdk-lib/aws_grafana",
4062
- "datatype": true,
4063
4062
  "docs": {
4064
4063
  "stability": "stable",
4065
- "summary": "The configuration settings for network access to your workspace."
4064
+ "summary": "Represents an Amazon Managed Service for Grafana workspace."
4066
4065
  },
4067
- "fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl",
4066
+ "fqn": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4067
+ "interfaces": [
4068
+ "aws-cdk-lib.IResource"
4069
+ ],
4068
4070
  "kind": "interface",
4069
4071
  "locationInModule": {
4070
- "filename": "src/workspace.ts",
4071
- "line": 50
4072
+ "filename": "src/workspace-base.ts",
4073
+ "line": 332
4072
4074
  },
4073
- "name": "NetworkAccessControl",
4075
+ "name": "IWorkspace",
4074
4076
  "properties": [
4075
4077
  {
4076
4078
  "abstract": true,
4077
4079
  "docs": {
4078
- "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\nMaximum of 5 prefix lists allowed.",
4080
+ "custom": {
4081
+ "attribute": "true"
4082
+ },
4083
+ "remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.",
4079
4084
  "stability": "stable",
4080
- "summary": "An array of prefix list IDs."
4085
+ "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."
4081
4086
  },
4082
4087
  "immutable": true,
4083
4088
  "locationInModule": {
4084
- "filename": "src/workspace.ts",
4085
- "line": 59
4089
+ "filename": "src/workspace-base.ts",
4090
+ "line": 341
4086
4091
  },
4087
- "name": "prefixLists",
4088
- "optional": true,
4092
+ "name": "accountAccessType",
4089
4093
  "type": {
4090
- "collection": {
4091
- "elementtype": {
4092
- "fqn": "aws-cdk-lib.aws_ec2.IPrefixList"
4093
- },
4094
- "kind": "array"
4095
- }
4094
+ "fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
4096
4095
  }
4097
4096
  },
4098
4097
  {
4099
4098
  "abstract": true,
4100
4099
  "docs": {
4101
- "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\nMaximum of 5 VPC endpoints allowed.",
4100
+ "custom": {
4101
+ "attribute": "true"
4102
+ },
4102
4103
  "stability": "stable",
4103
- "summary": "An array of Amazon VPC endpoint IDs for the workspace."
4104
+ "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."
4104
4105
  },
4105
4106
  "immutable": true,
4106
4107
  "locationInModule": {
4107
- "filename": "src/workspace.ts",
4108
- "line": 69
4108
+ "filename": "src/workspace-base.ts",
4109
+ "line": 348
4109
4110
  },
4110
- "name": "vpcEndpoints",
4111
- "optional": true,
4111
+ "name": "authenticationProviders",
4112
4112
  "type": {
4113
4113
  "collection": {
4114
4114
  "elementtype": {
4115
- "fqn": "aws-cdk-lib.aws_ec2.IVpcEndpoint"
4115
+ "fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
4116
4116
  },
4117
4117
  "kind": "array"
4118
4118
  }
4119
4119
  }
4120
- }
4121
- ],
4122
- "symbolId": "src/workspace:NetworkAccessControl"
4123
- },
4124
- "@robhan-cdk-lib/aws_grafana.NotificationDestinations": {
4125
- "assembly": "@robhan-cdk-lib/aws_grafana",
4126
- "docs": {
4127
- "stability": "stable",
4128
- "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."
4129
- },
4130
- "fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations",
4131
- "kind": "enum",
4132
- "locationInModule": {
4133
- "filename": "src/workspace.ts",
4134
- "line": 76
4135
- },
4136
- "members": [
4120
+ },
4137
4121
  {
4122
+ "abstract": true,
4138
4123
  "docs": {
4124
+ "custom": {
4125
+ "attribute": "true"
4126
+ },
4127
+ "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.",
4139
4128
  "stability": "stable",
4140
- "summary": "Amazon Simple Notification Service (SNS) as notification destination."
4129
+ "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."
4141
4130
  },
4142
- "name": "SNS"
4143
- }
4144
- ],
4145
- "name": "NotificationDestinations",
4146
- "symbolId": "src/workspace:NotificationDestinations"
4147
- },
4148
- "@robhan-cdk-lib/aws_grafana.PermissionTypes": {
4149
- "assembly": "@robhan-cdk-lib/aws_grafana",
4150
- "docs": {
4151
- "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.",
4152
- "stability": "stable",
4153
- "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."
4154
- },
4155
- "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes",
4156
- "kind": "enum",
4157
- "locationInModule": {
4158
- "filename": "src/workspace.ts",
4159
- "line": 94
4160
- },
4161
- "members": [
4162
- {
4163
- "docs": {
4164
- "stability": "stable",
4165
- "summary": "Customer-managed permissions where you manage user access to Grafana."
4131
+ "immutable": true,
4132
+ "locationInModule": {
4133
+ "filename": "src/workspace-base.ts",
4134
+ "line": 416
4166
4135
  },
4167
- "name": "CUSTOMER_MANAGED"
4136
+ "name": "permissionType",
4137
+ "type": {
4138
+ "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
4139
+ }
4168
4140
  },
4169
4141
  {
4142
+ "abstract": true,
4170
4143
  "docs": {
4144
+ "custom": {
4145
+ "attribute": "true"
4146
+ },
4171
4147
  "stability": "stable",
4172
- "summary": "Service-managed permissions where AWS manages user access to Grafana."
4148
+ "summary": "The ARN of this workspace."
4173
4149
  },
4174
- "name": "SERVICE_MANAGED"
4175
- }
4176
- ],
4177
- "name": "PermissionTypes",
4178
- "symbolId": "src/workspace:PermissionTypes"
4179
- },
4180
- "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes": {
4181
- "assembly": "@robhan-cdk-lib/aws_grafana",
4182
- "datatype": true,
4183
- "docs": {
4184
- "remarks": "Each attribute must be a string with length between 1 and 256 characters.",
4185
- "stability": "stable",
4186
- "summary": "A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace."
4187
- },
4188
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes",
4189
- "kind": "interface",
4190
- "locationInModule": {
4191
- "filename": "src/workspace.ts",
4192
- "line": 112
4193
- },
4194
- "name": "SamlAssertionAttributes",
4195
- "properties": [
4150
+ "immutable": true,
4151
+ "locationInModule": {
4152
+ "filename": "src/workspace-base.ts",
4153
+ "line": 466
4154
+ },
4155
+ "name": "workspaceArn",
4156
+ "type": {
4157
+ "primitive": "string"
4158
+ }
4159
+ },
4196
4160
  {
4197
4161
  "abstract": true,
4198
4162
  "docs": {
4199
- "remarks": "Must be between 1 and 256 characters long.",
4163
+ "custom": {
4164
+ "attribute": "true"
4165
+ },
4200
4166
  "stability": "stable",
4201
- "summary": "The name of the attribute within the SAML assertion to use as the email names for SAML users."
4167
+ "summary": "The unique ID of this workspace."
4202
4168
  },
4203
4169
  "immutable": true,
4204
4170
  "locationInModule": {
4205
- "filename": "src/workspace.ts",
4206
- "line": 118
4171
+ "filename": "src/workspace-base.ts",
4172
+ "line": 460
4207
4173
  },
4208
- "name": "email",
4209
- "optional": true,
4174
+ "name": "workspaceId",
4210
4175
  "type": {
4211
4176
  "primitive": "string"
4212
4177
  }
@@ -4214,16 +4179,18 @@
4214
4179
  {
4215
4180
  "abstract": true,
4216
4181
  "docs": {
4217
- "remarks": "Must be between 1 and 256 characters long.",
4182
+ "custom": {
4183
+ "attribute": "true"
4184
+ },
4218
4185
  "stability": "stable",
4219
- "summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for user groups."
4186
+ "summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
4220
4187
  },
4221
4188
  "immutable": true,
4222
4189
  "locationInModule": {
4223
- "filename": "src/workspace.ts",
4224
- "line": 125
4190
+ "filename": "src/workspace-base.ts",
4191
+ "line": 354
4225
4192
  },
4226
- "name": "groups",
4193
+ "name": "clientToken",
4227
4194
  "optional": true,
4228
4195
  "type": {
4229
4196
  "primitive": "string"
@@ -4232,34 +4199,44 @@
4232
4199
  {
4233
4200
  "abstract": true,
4234
4201
  "docs": {
4235
- "remarks": "Must be between 1 and 256 characters long.",
4202
+ "custom": {
4203
+ "attribute": "true"
4204
+ },
4205
+ "remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
4236
4206
  "stability": "stable",
4237
- "summary": "The name of the attribute within the SAML assertion to use as the login names for SAML users."
4207
+ "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."
4238
4208
  },
4239
4209
  "immutable": true,
4240
4210
  "locationInModule": {
4241
- "filename": "src/workspace.ts",
4242
- "line": 131
4211
+ "filename": "src/workspace-base.ts",
4212
+ "line": 364
4243
4213
  },
4244
- "name": "login",
4214
+ "name": "dataSources",
4245
4215
  "optional": true,
4246
4216
  "type": {
4247
- "primitive": "string"
4217
+ "collection": {
4218
+ "elementtype": {
4219
+ "primitive": "string"
4220
+ },
4221
+ "kind": "array"
4222
+ }
4248
4223
  }
4249
4224
  },
4250
4225
  {
4251
4226
  "abstract": true,
4252
4227
  "docs": {
4253
- "remarks": "Must be between 1 and 256 characters long.",
4228
+ "custom": {
4229
+ "attribute": "true"
4230
+ },
4254
4231
  "stability": "stable",
4255
- "summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for SAML users."
4232
+ "summary": "The user-defined description of the workspace."
4256
4233
  },
4257
4234
  "immutable": true,
4258
4235
  "locationInModule": {
4259
- "filename": "src/workspace.ts",
4260
- "line": 138
4236
+ "filename": "src/workspace-base.ts",
4237
+ "line": 370
4261
4238
  },
4262
- "name": "name",
4239
+ "name": "description",
4263
4240
  "optional": true,
4264
4241
  "type": {
4265
4242
  "primitive": "string"
@@ -4268,16 +4245,18 @@
4268
4245
  {
4269
4246
  "abstract": true,
4270
4247
  "docs": {
4271
- "remarks": "Must be between 1 and 256 characters long.",
4248
+ "custom": {
4249
+ "attribute": "true"
4250
+ },
4272
4251
  "stability": "stable",
4273
- "summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for the users' organizations."
4252
+ "summary": "The name of the workspace."
4274
4253
  },
4275
4254
  "immutable": true,
4276
4255
  "locationInModule": {
4277
- "filename": "src/workspace.ts",
4278
- "line": 145
4256
+ "filename": "src/workspace-base.ts",
4257
+ "line": 376
4279
4258
  },
4280
- "name": "org",
4259
+ "name": "name",
4281
4260
  "optional": true,
4282
4261
  "type": {
4283
4262
  "primitive": "string"
@@ -4286,69 +4265,63 @@
4286
4265
  {
4287
4266
  "abstract": true,
4288
4267
  "docs": {
4289
- "remarks": "Must be between 1 and 256 characters long.",
4268
+ "custom": {
4269
+ "attribute": "true"
4270
+ },
4290
4271
  "stability": "stable",
4291
- "summary": "The name of the attribute within the SAML assertion to use as the user roles."
4272
+ "summary": "The configuration settings for network access to your workspace."
4292
4273
  },
4293
4274
  "immutable": true,
4294
4275
  "locationInModule": {
4295
- "filename": "src/workspace.ts",
4296
- "line": 151
4276
+ "filename": "src/workspace-base.ts",
4277
+ "line": 382
4297
4278
  },
4298
- "name": "role",
4279
+ "name": "networkAccessControl",
4299
4280
  "optional": true,
4300
4281
  "type": {
4301
- "primitive": "string"
4282
+ "fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl"
4302
4283
  }
4303
- }
4304
- ],
4305
- "symbolId": "src/workspace:SamlAssertionAttributes"
4306
- },
4307
- "@robhan-cdk-lib/aws_grafana.SamlConfiguration": {
4308
- "assembly": "@robhan-cdk-lib/aws_grafana",
4309
- "datatype": true,
4310
- "docs": {
4311
- "stability": "stable",
4312
- "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."
4313
- },
4314
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration",
4315
- "kind": "interface",
4316
- "locationInModule": {
4317
- "filename": "src/workspace.ts",
4318
- "line": 197
4319
- },
4320
- "name": "SamlConfiguration",
4321
- "properties": [
4284
+ },
4322
4285
  {
4323
4286
  "abstract": true,
4324
4287
  "docs": {
4325
- "remarks": "Required field for SAML configuration.",
4288
+ "custom": {
4289
+ "attribute": "true"
4290
+ },
4326
4291
  "stability": "stable",
4327
- "summary": "A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace."
4292
+ "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."
4328
4293
  },
4329
4294
  "immutable": true,
4330
4295
  "locationInModule": {
4331
- "filename": "src/workspace.ts",
4332
- "line": 218
4296
+ "filename": "src/workspace-base.ts",
4297
+ "line": 389
4333
4298
  },
4334
- "name": "idpMetadata",
4299
+ "name": "notificationDestinations",
4300
+ "optional": true,
4335
4301
  "type": {
4336
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlIdpMetadata"
4302
+ "collection": {
4303
+ "elementtype": {
4304
+ "fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations"
4305
+ },
4306
+ "kind": "array"
4307
+ }
4337
4308
  }
4338
4309
  },
4339
4310
  {
4340
4311
  "abstract": true,
4341
4312
  "docs": {
4342
- "remarks": "If this is empty, all organizations in the assertion attribute have access.\n\nMust have between 1 and 256 elements.",
4313
+ "custom": {
4314
+ "attribute": "true"
4315
+ },
4343
4316
  "stability": "stable",
4344
- "summary": "Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace."
4317
+ "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."
4345
4318
  },
4346
4319
  "immutable": true,
4347
4320
  "locationInModule": {
4348
- "filename": "src/workspace.ts",
4349
- "line": 204
4321
+ "filename": "src/workspace-base.ts",
4322
+ "line": 396
4350
4323
  },
4351
- "name": "allowedOrganizations",
4324
+ "name": "organizationalUnits",
4352
4325
  "optional": true,
4353
4326
  "type": {
4354
4327
  "collection": {
@@ -4362,117 +4335,99 @@
4362
4335
  {
4363
4336
  "abstract": true,
4364
4337
  "docs": {
4338
+ "custom": {
4339
+ "attribute": "true"
4340
+ },
4365
4341
  "stability": "stable",
4366
- "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."
4342
+ "summary": "The name of the IAM role that is used to access resources through Organizations."
4367
4343
  },
4368
4344
  "immutable": true,
4369
4345
  "locationInModule": {
4370
- "filename": "src/workspace.ts",
4371
- "line": 210
4346
+ "filename": "src/workspace-base.ts",
4347
+ "line": 402
4372
4348
  },
4373
- "name": "assertionAtrributes",
4349
+ "name": "organizationRoleName",
4374
4350
  "optional": true,
4375
4351
  "type": {
4376
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes"
4352
+ "primitive": "string"
4377
4353
  }
4378
4354
  },
4379
4355
  {
4380
4356
  "abstract": true,
4381
4357
  "docs": {
4382
- "remarks": "Must be a positive number.",
4358
+ "custom": {
4359
+ "attribute": "true"
4360
+ },
4361
+ "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.",
4383
4362
  "stability": "stable",
4384
- "summary": "How long a sign-on session by a SAML user is valid, before the user has to sign on again."
4363
+ "summary": "Whether plugin administration is enabled in the workspace."
4385
4364
  },
4386
4365
  "immutable": true,
4387
4366
  "locationInModule": {
4388
- "filename": "src/workspace.ts",
4389
- "line": 225
4367
+ "filename": "src/workspace-base.ts",
4368
+ "line": 425
4390
4369
  },
4391
- "name": "loginValidityDuration",
4370
+ "name": "pluginAdminEnabled",
4392
4371
  "optional": true,
4393
4372
  "type": {
4394
- "primitive": "number"
4373
+ "primitive": "boolean"
4395
4374
  }
4396
4375
  },
4397
4376
  {
4398
4377
  "abstract": true,
4399
4378
  "docs": {
4379
+ "custom": {
4380
+ "attribute": "true"
4381
+ },
4400
4382
  "stability": "stable",
4401
- "summary": "A structure containing arrays that map group names in the SAML assertion to the Grafana Admin and Editor roles in the workspace."
4383
+ "summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
4402
4384
  },
4403
4385
  "immutable": true,
4404
4386
  "locationInModule": {
4405
- "filename": "src/workspace.ts",
4406
- "line": 231
4387
+ "filename": "src/workspace-base.ts",
4388
+ "line": 432
4407
4389
  },
4408
- "name": "roleValues",
4390
+ "name": "role",
4409
4391
  "optional": true,
4410
4392
  "type": {
4411
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlRoleValues"
4393
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
4412
4394
  }
4413
- }
4414
- ],
4415
- "symbolId": "src/workspace:SamlConfiguration"
4416
- },
4417
- "@robhan-cdk-lib/aws_grafana.SamlConfigurationStatuses": {
4418
- "assembly": "@robhan-cdk-lib/aws_grafana",
4419
- "docs": {
4420
- "stability": "stable",
4421
- "summary": "Status of SAML configuration for a Grafana workspace."
4422
- },
4423
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfigurationStatuses",
4424
- "kind": "enum",
4425
- "locationInModule": {
4426
- "filename": "src/workspace.ts",
4427
- "line": 399
4428
- },
4429
- "members": [
4395
+ },
4430
4396
  {
4397
+ "abstract": true,
4431
4398
  "docs": {
4399
+ "custom": {
4400
+ "attribute": "true"
4401
+ },
4432
4402
  "stability": "stable",
4433
- "summary": "SAML is configured for the workspace."
4403
+ "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."
4434
4404
  },
4435
- "name": "CONFIGURED"
4436
- },
4437
- {
4438
- "docs": {
4439
- "stability": "stable",
4440
- "summary": "SAML is not configured for the workspace."
4405
+ "immutable": true,
4406
+ "locationInModule": {
4407
+ "filename": "src/workspace-base.ts",
4408
+ "line": 440
4441
4409
  },
4442
- "name": "NOT_CONFIGURED"
4443
- }
4444
- ],
4445
- "name": "SamlConfigurationStatuses",
4446
- "symbolId": "src/workspace:SamlConfigurationStatuses"
4447
- },
4448
- "@robhan-cdk-lib/aws_grafana.SamlIdpMetadata": {
4449
- "assembly": "@robhan-cdk-lib/aws_grafana",
4450
- "datatype": true,
4451
- "docs": {
4452
- "stability": "stable",
4453
- "summary": "A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace."
4454
- },
4455
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlIdpMetadata",
4456
- "kind": "interface",
4457
- "locationInModule": {
4458
- "filename": "src/workspace.ts",
4459
- "line": 158
4460
- },
4461
- "name": "SamlIdpMetadata",
4462
- "properties": [
4410
+ "name": "samlConfiguration",
4411
+ "optional": true,
4412
+ "type": {
4413
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration"
4414
+ }
4415
+ },
4463
4416
  {
4464
4417
  "abstract": true,
4465
4418
  "docs": {
4466
- "remarks": "Must be a string with length between 1 and 2048 characters.",
4419
+ "custom": {
4420
+ "attribute": "true"
4421
+ },
4467
4422
  "stability": "stable",
4468
- "summary": "The URL of the location containing the IdP metadata."
4423
+ "summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
4469
4424
  },
4470
4425
  "immutable": true,
4471
4426
  "locationInModule": {
4472
- "filename": "src/workspace.ts",
4473
- "line": 164
4427
+ "filename": "src/workspace-base.ts",
4428
+ "line": 447
4474
4429
  },
4475
- "name": "url",
4430
+ "name": "stackSetName",
4476
4431
  "optional": true,
4477
4432
  "type": {
4478
4433
  "primitive": "string"
@@ -4481,56 +4436,59 @@
4481
4436
  {
4482
4437
  "abstract": true,
4483
4438
  "docs": {
4439
+ "custom": {
4440
+ "attribute": "true"
4441
+ },
4484
4442
  "stability": "stable",
4485
- "summary": "The full IdP metadata, in XML format."
4443
+ "summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
4486
4444
  },
4487
4445
  "immutable": true,
4488
4446
  "locationInModule": {
4489
- "filename": "src/workspace.ts",
4490
- "line": 169
4447
+ "filename": "src/workspace-base.ts",
4448
+ "line": 454
4491
4449
  },
4492
- "name": "xml",
4450
+ "name": "vpcConfiguration",
4493
4451
  "optional": true,
4494
4452
  "type": {
4495
- "primitive": "string"
4453
+ "fqn": "@robhan-cdk-lib/aws_grafana.VpcConfiguration"
4496
4454
  }
4497
4455
  }
4498
4456
  ],
4499
- "symbolId": "src/workspace:SamlIdpMetadata"
4457
+ "symbolId": "src/workspace-base:IWorkspace"
4500
4458
  },
4501
- "@robhan-cdk-lib/aws_grafana.SamlRoleValues": {
4459
+ "@robhan-cdk-lib/aws_grafana.NetworkAccessControl": {
4502
4460
  "assembly": "@robhan-cdk-lib/aws_grafana",
4503
4461
  "datatype": true,
4504
4462
  "docs": {
4505
4463
  "stability": "stable",
4506
- "summary": "A structure containing arrays that map group names in the SAML assertion to the Grafana Admin and Editor roles in the workspace."
4464
+ "summary": "The configuration settings for network access to your workspace."
4507
4465
  },
4508
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlRoleValues",
4466
+ "fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl",
4509
4467
  "kind": "interface",
4510
4468
  "locationInModule": {
4511
- "filename": "src/workspace.ts",
4512
- "line": 176
4469
+ "filename": "src/workspace-base.ts",
4470
+ "line": 44
4513
4471
  },
4514
- "name": "SamlRoleValues",
4472
+ "name": "NetworkAccessControl",
4515
4473
  "properties": [
4516
4474
  {
4517
4475
  "abstract": true,
4518
4476
  "docs": {
4519
- "remarks": "Maximum of 256 elements.",
4477
+ "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\nMaximum of 5 prefix lists allowed.",
4520
4478
  "stability": "stable",
4521
- "summary": "A list of groups from the SAML assertion attribute to grant the Grafana Admin role to."
4479
+ "summary": "An array of prefix list IDs."
4522
4480
  },
4523
4481
  "immutable": true,
4524
4482
  "locationInModule": {
4525
- "filename": "src/workspace.ts",
4526
- "line": 182
4483
+ "filename": "src/workspace-base.ts",
4484
+ "line": 53
4527
4485
  },
4528
- "name": "admin",
4486
+ "name": "prefixLists",
4529
4487
  "optional": true,
4530
4488
  "type": {
4531
4489
  "collection": {
4532
4490
  "elementtype": {
4533
- "primitive": "string"
4491
+ "fqn": "aws-cdk-lib.aws_ec2.IPrefixList"
4534
4492
  },
4535
4493
  "kind": "array"
4536
4494
  }
@@ -4539,155 +4497,1345 @@
4539
4497
  {
4540
4498
  "abstract": true,
4541
4499
  "docs": {
4542
- "remarks": "Maximum of 256 elements.",
4500
+ "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\nMaximum of 5 VPC endpoints allowed.",
4543
4501
  "stability": "stable",
4544
- "summary": "A list of groups from the SAML assertion attribute to grant the Grafana Editor role to."
4502
+ "summary": "An array of Amazon VPC endpoint IDs for the workspace."
4545
4503
  },
4546
4504
  "immutable": true,
4547
4505
  "locationInModule": {
4548
- "filename": "src/workspace.ts",
4549
- "line": 189
4506
+ "filename": "src/workspace-base.ts",
4507
+ "line": 63
4550
4508
  },
4551
- "name": "editor",
4509
+ "name": "vpcEndpoints",
4552
4510
  "optional": true,
4553
4511
  "type": {
4554
4512
  "collection": {
4555
4513
  "elementtype": {
4556
- "primitive": "string"
4514
+ "fqn": "aws-cdk-lib.aws_ec2.IVpcEndpoint"
4557
4515
  },
4558
4516
  "kind": "array"
4559
4517
  }
4560
4518
  }
4561
4519
  }
4562
4520
  ],
4563
- "symbolId": "src/workspace:SamlRoleValues"
4521
+ "symbolId": "src/workspace-base:NetworkAccessControl"
4564
4522
  },
4565
- "@robhan-cdk-lib/aws_grafana.Status": {
4523
+ "@robhan-cdk-lib/aws_grafana.NotificationDestinations": {
4566
4524
  "assembly": "@robhan-cdk-lib/aws_grafana",
4567
4525
  "docs": {
4568
4526
  "stability": "stable",
4569
- "summary": "Status of a Grafana workspace."
4527
+ "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."
4570
4528
  },
4571
- "fqn": "@robhan-cdk-lib/aws_grafana.Status",
4529
+ "fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations",
4572
4530
  "kind": "enum",
4573
4531
  "locationInModule": {
4574
- "filename": "src/workspace.ts",
4575
- "line": 414
4532
+ "filename": "src/workspace-base.ts",
4533
+ "line": 70
4576
4534
  },
4577
4535
  "members": [
4578
4536
  {
4579
4537
  "docs": {
4580
4538
  "stability": "stable",
4581
- "summary": "Workspace is active and ready to use."
4539
+ "summary": "Amazon Simple Notification Service (SNS) as notification destination."
4582
4540
  },
4583
- "name": "ACTIVE"
4584
- },
4541
+ "name": "SNS"
4542
+ }
4543
+ ],
4544
+ "name": "NotificationDestinations",
4545
+ "symbolId": "src/workspace-base:NotificationDestinations"
4546
+ },
4547
+ "@robhan-cdk-lib/aws_grafana.PermissionTypes": {
4548
+ "assembly": "@robhan-cdk-lib/aws_grafana",
4549
+ "docs": {
4550
+ "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.",
4551
+ "stability": "stable",
4552
+ "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."
4553
+ },
4554
+ "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes",
4555
+ "kind": "enum",
4556
+ "locationInModule": {
4557
+ "filename": "src/workspace-base.ts",
4558
+ "line": 88
4559
+ },
4560
+ "members": [
4585
4561
  {
4586
4562
  "docs": {
4587
4563
  "stability": "stable",
4588
- "summary": "Workspace is being created."
4564
+ "summary": "Customer-managed permissions where you manage user access to Grafana."
4589
4565
  },
4590
- "name": "CREATING"
4566
+ "name": "CUSTOMER_MANAGED"
4591
4567
  },
4592
4568
  {
4593
4569
  "docs": {
4594
4570
  "stability": "stable",
4595
- "summary": "Workspace is being deleted."
4571
+ "summary": "Service-managed permissions where AWS manages user access to Grafana."
4596
4572
  },
4597
- "name": "DELETING"
4598
- },
4573
+ "name": "SERVICE_MANAGED"
4574
+ }
4575
+ ],
4576
+ "name": "PermissionTypes",
4577
+ "symbolId": "src/workspace-base:PermissionTypes"
4578
+ },
4579
+ "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes": {
4580
+ "assembly": "@robhan-cdk-lib/aws_grafana",
4581
+ "datatype": true,
4582
+ "docs": {
4583
+ "remarks": "Each attribute must be a string with length between 1 and 256 characters.",
4584
+ "stability": "stable",
4585
+ "summary": "A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace."
4586
+ },
4587
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes",
4588
+ "kind": "interface",
4589
+ "locationInModule": {
4590
+ "filename": "src/workspace-base.ts",
4591
+ "line": 106
4592
+ },
4593
+ "name": "SamlAssertionAttributes",
4594
+ "properties": [
4599
4595
  {
4596
+ "abstract": true,
4600
4597
  "docs": {
4598
+ "remarks": "Must be between 1 and 256 characters long.",
4601
4599
  "stability": "stable",
4602
- "summary": "Workspace operation has failed."
4600
+ "summary": "The name of the attribute within the SAML assertion to use as the email names for SAML users."
4603
4601
  },
4604
- "name": "FAILED"
4605
- },
4606
- {
4607
- "docs": {
4608
- "stability": "stable",
4609
- "summary": "Workspace is being updated."
4602
+ "immutable": true,
4603
+ "locationInModule": {
4604
+ "filename": "src/workspace-base.ts",
4605
+ "line": 112
4610
4606
  },
4611
- "name": "UPDATING"
4607
+ "name": "email",
4608
+ "optional": true,
4609
+ "type": {
4610
+ "primitive": "string"
4611
+ }
4612
4612
  },
4613
4613
  {
4614
+ "abstract": true,
4614
4615
  "docs": {
4616
+ "remarks": "Must be between 1 and 256 characters long.",
4615
4617
  "stability": "stable",
4616
- "summary": "Workspace is being upgraded."
4618
+ "summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for user groups."
4617
4619
  },
4618
- "name": "UPGRADING"
4619
- },
4620
- {
4621
- "docs": {
4622
- "stability": "stable",
4623
- "summary": "Workspace deletion has failed."
4620
+ "immutable": true,
4621
+ "locationInModule": {
4622
+ "filename": "src/workspace-base.ts",
4623
+ "line": 119
4624
4624
  },
4625
- "name": "DELETION_FAILED"
4625
+ "name": "groups",
4626
+ "optional": true,
4627
+ "type": {
4628
+ "primitive": "string"
4629
+ }
4626
4630
  },
4627
4631
  {
4632
+ "abstract": true,
4628
4633
  "docs": {
4634
+ "remarks": "Must be between 1 and 256 characters long.",
4629
4635
  "stability": "stable",
4630
- "summary": "Workspace creation has failed."
4636
+ "summary": "The name of the attribute within the SAML assertion to use as the login names for SAML users."
4631
4637
  },
4632
- "name": "CREATION_FAILED"
4638
+ "immutable": true,
4639
+ "locationInModule": {
4640
+ "filename": "src/workspace-base.ts",
4641
+ "line": 125
4642
+ },
4643
+ "name": "login",
4644
+ "optional": true,
4645
+ "type": {
4646
+ "primitive": "string"
4647
+ }
4633
4648
  },
4634
4649
  {
4650
+ "abstract": true,
4635
4651
  "docs": {
4652
+ "remarks": "Must be between 1 and 256 characters long.",
4636
4653
  "stability": "stable",
4637
- "summary": "Workspace update has failed."
4654
+ "summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for SAML users."
4638
4655
  },
4639
- "name": "UPDATE_FAILED"
4656
+ "immutable": true,
4657
+ "locationInModule": {
4658
+ "filename": "src/workspace-base.ts",
4659
+ "line": 132
4660
+ },
4661
+ "name": "name",
4662
+ "optional": true,
4663
+ "type": {
4664
+ "primitive": "string"
4665
+ }
4640
4666
  },
4641
4667
  {
4668
+ "abstract": true,
4642
4669
  "docs": {
4670
+ "remarks": "Must be between 1 and 256 characters long.",
4643
4671
  "stability": "stable",
4644
- "summary": "Workspace upgrade has failed."
4672
+ "summary": "The name of the attribute within the SAML assertion to use as the user full \"friendly\" names for the users' organizations."
4645
4673
  },
4646
- "name": "UPGRADE_FAILED"
4674
+ "immutable": true,
4675
+ "locationInModule": {
4676
+ "filename": "src/workspace-base.ts",
4677
+ "line": 139
4678
+ },
4679
+ "name": "org",
4680
+ "optional": true,
4681
+ "type": {
4682
+ "primitive": "string"
4683
+ }
4647
4684
  },
4648
4685
  {
4686
+ "abstract": true,
4649
4687
  "docs": {
4688
+ "remarks": "Must be between 1 and 256 characters long.",
4650
4689
  "stability": "stable",
4651
- "summary": "License removal has failed."
4690
+ "summary": "The name of the attribute within the SAML assertion to use as the user roles."
4652
4691
  },
4653
- "name": "LICENSE_REMOVAL_FAILED"
4692
+ "immutable": true,
4693
+ "locationInModule": {
4694
+ "filename": "src/workspace-base.ts",
4695
+ "line": 145
4696
+ },
4697
+ "name": "role",
4698
+ "optional": true,
4699
+ "type": {
4700
+ "primitive": "string"
4701
+ }
4654
4702
  }
4655
4703
  ],
4656
- "name": "Status",
4657
- "symbolId": "src/workspace:Status"
4704
+ "symbolId": "src/workspace-base:SamlAssertionAttributes"
4658
4705
  },
4659
- "@robhan-cdk-lib/aws_grafana.VpcConfiguration": {
4706
+ "@robhan-cdk-lib/aws_grafana.SamlConfiguration": {
4660
4707
  "assembly": "@robhan-cdk-lib/aws_grafana",
4661
4708
  "datatype": true,
4662
4709
  "docs": {
4663
4710
  "stability": "stable",
4664
- "summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
4711
+ "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."
4665
4712
  },
4666
- "fqn": "@robhan-cdk-lib/aws_grafana.VpcConfiguration",
4713
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration",
4667
4714
  "kind": "interface",
4668
4715
  "locationInModule": {
4669
- "filename": "src/workspace.ts",
4670
- "line": 238
4716
+ "filename": "src/workspace-base.ts",
4717
+ "line": 191
4671
4718
  },
4672
- "name": "VpcConfiguration",
4719
+ "name": "SamlConfiguration",
4673
4720
  "properties": [
4674
4721
  {
4675
4722
  "abstract": true,
4676
4723
  "docs": {
4677
- "remarks": "Duplicates not allowed.\n\nArray Members: Minimum number of 1 items. Maximum number of 5 items.\n\nRequired for VPC configuration.",
4724
+ "remarks": "Required field for SAML configuration.",
4725
+ "stability": "stable",
4726
+ "summary": "A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace."
4727
+ },
4728
+ "immutable": true,
4729
+ "locationInModule": {
4730
+ "filename": "src/workspace-base.ts",
4731
+ "line": 212
4732
+ },
4733
+ "name": "idpMetadata",
4734
+ "type": {
4735
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlIdpMetadata"
4736
+ }
4737
+ },
4738
+ {
4739
+ "abstract": true,
4740
+ "docs": {
4741
+ "remarks": "If this is empty, all organizations in the assertion attribute have access.\n\nMust have between 1 and 256 elements.",
4742
+ "stability": "stable",
4743
+ "summary": "Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace."
4744
+ },
4745
+ "immutable": true,
4746
+ "locationInModule": {
4747
+ "filename": "src/workspace-base.ts",
4748
+ "line": 198
4749
+ },
4750
+ "name": "allowedOrganizations",
4751
+ "optional": true,
4752
+ "type": {
4753
+ "collection": {
4754
+ "elementtype": {
4755
+ "primitive": "string"
4756
+ },
4757
+ "kind": "array"
4758
+ }
4759
+ }
4760
+ },
4761
+ {
4762
+ "abstract": true,
4763
+ "docs": {
4764
+ "stability": "stable",
4765
+ "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."
4766
+ },
4767
+ "immutable": true,
4768
+ "locationInModule": {
4769
+ "filename": "src/workspace-base.ts",
4770
+ "line": 204
4771
+ },
4772
+ "name": "assertionAtrributes",
4773
+ "optional": true,
4774
+ "type": {
4775
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlAssertionAttributes"
4776
+ }
4777
+ },
4778
+ {
4779
+ "abstract": true,
4780
+ "docs": {
4781
+ "remarks": "Must be a positive number.",
4782
+ "stability": "stable",
4783
+ "summary": "How long a sign-on session by a SAML user is valid, before the user has to sign on again."
4784
+ },
4785
+ "immutable": true,
4786
+ "locationInModule": {
4787
+ "filename": "src/workspace-base.ts",
4788
+ "line": 219
4789
+ },
4790
+ "name": "loginValidityDuration",
4791
+ "optional": true,
4792
+ "type": {
4793
+ "primitive": "number"
4794
+ }
4795
+ },
4796
+ {
4797
+ "abstract": true,
4798
+ "docs": {
4799
+ "stability": "stable",
4800
+ "summary": "A structure containing arrays that map group names in the SAML assertion to the Grafana Admin and Editor roles in the workspace."
4801
+ },
4802
+ "immutable": true,
4803
+ "locationInModule": {
4804
+ "filename": "src/workspace-base.ts",
4805
+ "line": 225
4806
+ },
4807
+ "name": "roleValues",
4808
+ "optional": true,
4809
+ "type": {
4810
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlRoleValues"
4811
+ }
4812
+ }
4813
+ ],
4814
+ "symbolId": "src/workspace-base:SamlConfiguration"
4815
+ },
4816
+ "@robhan-cdk-lib/aws_grafana.SamlConfigurationStatuses": {
4817
+ "assembly": "@robhan-cdk-lib/aws_grafana",
4818
+ "docs": {
4819
+ "stability": "stable",
4820
+ "summary": "Status of SAML configuration for a Grafana workspace."
4821
+ },
4822
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfigurationStatuses",
4823
+ "kind": "enum",
4824
+ "locationInModule": {
4825
+ "filename": "src/workspace-base.ts",
4826
+ "line": 257
4827
+ },
4828
+ "members": [
4829
+ {
4830
+ "docs": {
4831
+ "stability": "stable",
4832
+ "summary": "SAML is configured for the workspace."
4833
+ },
4834
+ "name": "CONFIGURED"
4835
+ },
4836
+ {
4837
+ "docs": {
4838
+ "stability": "stable",
4839
+ "summary": "SAML is not configured for the workspace."
4840
+ },
4841
+ "name": "NOT_CONFIGURED"
4842
+ }
4843
+ ],
4844
+ "name": "SamlConfigurationStatuses",
4845
+ "symbolId": "src/workspace-base:SamlConfigurationStatuses"
4846
+ },
4847
+ "@robhan-cdk-lib/aws_grafana.SamlIdpMetadata": {
4848
+ "assembly": "@robhan-cdk-lib/aws_grafana",
4849
+ "datatype": true,
4850
+ "docs": {
4851
+ "stability": "stable",
4852
+ "summary": "A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace."
4853
+ },
4854
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlIdpMetadata",
4855
+ "kind": "interface",
4856
+ "locationInModule": {
4857
+ "filename": "src/workspace-base.ts",
4858
+ "line": 152
4859
+ },
4860
+ "name": "SamlIdpMetadata",
4861
+ "properties": [
4862
+ {
4863
+ "abstract": true,
4864
+ "docs": {
4865
+ "remarks": "Must be a string with length between 1 and 2048 characters.",
4866
+ "stability": "stable",
4867
+ "summary": "The URL of the location containing the IdP metadata."
4868
+ },
4869
+ "immutable": true,
4870
+ "locationInModule": {
4871
+ "filename": "src/workspace-base.ts",
4872
+ "line": 158
4873
+ },
4874
+ "name": "url",
4875
+ "optional": true,
4876
+ "type": {
4877
+ "primitive": "string"
4878
+ }
4879
+ },
4880
+ {
4881
+ "abstract": true,
4882
+ "docs": {
4883
+ "stability": "stable",
4884
+ "summary": "The full IdP metadata, in XML format."
4885
+ },
4886
+ "immutable": true,
4887
+ "locationInModule": {
4888
+ "filename": "src/workspace-base.ts",
4889
+ "line": 163
4890
+ },
4891
+ "name": "xml",
4892
+ "optional": true,
4893
+ "type": {
4894
+ "primitive": "string"
4895
+ }
4896
+ }
4897
+ ],
4898
+ "symbolId": "src/workspace-base:SamlIdpMetadata"
4899
+ },
4900
+ "@robhan-cdk-lib/aws_grafana.SamlRoleValues": {
4901
+ "assembly": "@robhan-cdk-lib/aws_grafana",
4902
+ "datatype": true,
4903
+ "docs": {
4904
+ "stability": "stable",
4905
+ "summary": "A structure containing arrays that map group names in the SAML assertion to the Grafana Admin and Editor roles in the workspace."
4906
+ },
4907
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlRoleValues",
4908
+ "kind": "interface",
4909
+ "locationInModule": {
4910
+ "filename": "src/workspace-base.ts",
4911
+ "line": 170
4912
+ },
4913
+ "name": "SamlRoleValues",
4914
+ "properties": [
4915
+ {
4916
+ "abstract": true,
4917
+ "docs": {
4918
+ "remarks": "Maximum of 256 elements.",
4919
+ "stability": "stable",
4920
+ "summary": "A list of groups from the SAML assertion attribute to grant the Grafana Admin role to."
4921
+ },
4922
+ "immutable": true,
4923
+ "locationInModule": {
4924
+ "filename": "src/workspace-base.ts",
4925
+ "line": 176
4926
+ },
4927
+ "name": "admin",
4928
+ "optional": true,
4929
+ "type": {
4930
+ "collection": {
4931
+ "elementtype": {
4932
+ "primitive": "string"
4933
+ },
4934
+ "kind": "array"
4935
+ }
4936
+ }
4937
+ },
4938
+ {
4939
+ "abstract": true,
4940
+ "docs": {
4941
+ "remarks": "Maximum of 256 elements.",
4942
+ "stability": "stable",
4943
+ "summary": "A list of groups from the SAML assertion attribute to grant the Grafana Editor role to."
4944
+ },
4945
+ "immutable": true,
4946
+ "locationInModule": {
4947
+ "filename": "src/workspace-base.ts",
4948
+ "line": 183
4949
+ },
4950
+ "name": "editor",
4951
+ "optional": true,
4952
+ "type": {
4953
+ "collection": {
4954
+ "elementtype": {
4955
+ "primitive": "string"
4956
+ },
4957
+ "kind": "array"
4958
+ }
4959
+ }
4960
+ }
4961
+ ],
4962
+ "symbolId": "src/workspace-base:SamlRoleValues"
4963
+ },
4964
+ "@robhan-cdk-lib/aws_grafana.Status": {
4965
+ "assembly": "@robhan-cdk-lib/aws_grafana",
4966
+ "docs": {
4967
+ "stability": "stable",
4968
+ "summary": "Status of a Grafana workspace."
4969
+ },
4970
+ "fqn": "@robhan-cdk-lib/aws_grafana.Status",
4971
+ "kind": "enum",
4972
+ "locationInModule": {
4973
+ "filename": "src/workspace-base.ts",
4974
+ "line": 272
4975
+ },
4976
+ "members": [
4977
+ {
4978
+ "docs": {
4979
+ "stability": "stable",
4980
+ "summary": "Workspace is active and ready to use."
4981
+ },
4982
+ "name": "ACTIVE"
4983
+ },
4984
+ {
4985
+ "docs": {
4986
+ "stability": "stable",
4987
+ "summary": "Workspace is being created."
4988
+ },
4989
+ "name": "CREATING"
4990
+ },
4991
+ {
4992
+ "docs": {
4993
+ "stability": "stable",
4994
+ "summary": "Workspace is being deleted."
4995
+ },
4996
+ "name": "DELETING"
4997
+ },
4998
+ {
4999
+ "docs": {
5000
+ "stability": "stable",
5001
+ "summary": "Workspace operation has failed."
5002
+ },
5003
+ "name": "FAILED"
5004
+ },
5005
+ {
5006
+ "docs": {
5007
+ "stability": "stable",
5008
+ "summary": "Workspace is being updated."
5009
+ },
5010
+ "name": "UPDATING"
5011
+ },
5012
+ {
5013
+ "docs": {
5014
+ "stability": "stable",
5015
+ "summary": "Workspace is being upgraded."
5016
+ },
5017
+ "name": "UPGRADING"
5018
+ },
5019
+ {
5020
+ "docs": {
5021
+ "stability": "stable",
5022
+ "summary": "Workspace deletion has failed."
5023
+ },
5024
+ "name": "DELETION_FAILED"
5025
+ },
5026
+ {
5027
+ "docs": {
5028
+ "stability": "stable",
5029
+ "summary": "Workspace creation has failed."
5030
+ },
5031
+ "name": "CREATION_FAILED"
5032
+ },
5033
+ {
5034
+ "docs": {
5035
+ "stability": "stable",
5036
+ "summary": "Workspace update has failed."
5037
+ },
5038
+ "name": "UPDATE_FAILED"
5039
+ },
5040
+ {
5041
+ "docs": {
5042
+ "stability": "stable",
5043
+ "summary": "Workspace upgrade has failed."
5044
+ },
5045
+ "name": "UPGRADE_FAILED"
5046
+ },
5047
+ {
5048
+ "docs": {
5049
+ "stability": "stable",
5050
+ "summary": "License removal has failed."
5051
+ },
5052
+ "name": "LICENSE_REMOVAL_FAILED"
5053
+ }
5054
+ ],
5055
+ "name": "Status",
5056
+ "symbolId": "src/workspace-base:Status"
5057
+ },
5058
+ "@robhan-cdk-lib/aws_grafana.VpcConfiguration": {
5059
+ "assembly": "@robhan-cdk-lib/aws_grafana",
5060
+ "datatype": true,
5061
+ "docs": {
5062
+ "stability": "stable",
5063
+ "summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
5064
+ },
5065
+ "fqn": "@robhan-cdk-lib/aws_grafana.VpcConfiguration",
5066
+ "kind": "interface",
5067
+ "locationInModule": {
5068
+ "filename": "src/workspace-base.ts",
5069
+ "line": 232
5070
+ },
5071
+ "name": "VpcConfiguration",
5072
+ "properties": [
5073
+ {
5074
+ "abstract": true,
5075
+ "docs": {
5076
+ "remarks": "Duplicates not allowed.\n\nArray Members: Minimum number of 1 items. Maximum number of 5 items.\n\nRequired for VPC configuration.",
5077
+ "stability": "stable",
5078
+ "summary": "The list of Amazon EC2 security groups attached to the Amazon VPC for your Grafana workspace to connect."
5079
+ },
5080
+ "immutable": true,
5081
+ "locationInModule": {
5082
+ "filename": "src/workspace-base.ts",
5083
+ "line": 241
5084
+ },
5085
+ "name": "securityGroups",
5086
+ "type": {
5087
+ "collection": {
5088
+ "elementtype": {
5089
+ "fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
5090
+ },
5091
+ "kind": "array"
5092
+ }
5093
+ }
5094
+ },
5095
+ {
5096
+ "abstract": true,
5097
+ "docs": {
5098
+ "remarks": "Array Members: Minimum number of 2 items. Maximum number of 6 items.\n\nRequired for VPC configuration.",
5099
+ "stability": "stable",
5100
+ "summary": "The list of Amazon EC2 subnets created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed."
5101
+ },
5102
+ "immutable": true,
5103
+ "locationInModule": {
5104
+ "filename": "src/workspace-base.ts",
5105
+ "line": 251
5106
+ },
5107
+ "name": "subnets",
5108
+ "type": {
5109
+ "collection": {
5110
+ "elementtype": {
5111
+ "fqn": "aws-cdk-lib.aws_ec2.ISubnet"
5112
+ },
5113
+ "kind": "array"
5114
+ }
5115
+ }
5116
+ }
5117
+ ],
5118
+ "symbolId": "src/workspace-base:VpcConfiguration"
5119
+ },
5120
+ "@robhan-cdk-lib/aws_grafana.Workspace": {
5121
+ "assembly": "@robhan-cdk-lib/aws_grafana",
5122
+ "base": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5123
+ "docs": {
5124
+ "remarks": "In a workspace, you can create Grafana dashboards and visualizations to\nanalyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware\nto run the Grafana server.",
5125
+ "stability": "stable",
5126
+ "summary": "Specifies a workspace."
5127
+ },
5128
+ "fqn": "@robhan-cdk-lib/aws_grafana.Workspace",
5129
+ "initializer": {
5130
+ "docs": {
5131
+ "stability": "stable"
5132
+ },
5133
+ "locationInModule": {
5134
+ "filename": "src/workspace.ts",
5135
+ "line": 1074
5136
+ },
5137
+ "parameters": [
5138
+ {
5139
+ "name": "scope",
5140
+ "type": {
5141
+ "fqn": "constructs.Construct"
5142
+ }
5143
+ },
5144
+ {
5145
+ "name": "id",
5146
+ "type": {
5147
+ "primitive": "string"
5148
+ }
5149
+ },
5150
+ {
5151
+ "name": "props",
5152
+ "type": {
5153
+ "fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceProps"
5154
+ }
5155
+ }
5156
+ ]
5157
+ },
5158
+ "kind": "class",
5159
+ "locationInModule": {
5160
+ "filename": "src/workspace.ts",
5161
+ "line": 296
5162
+ },
5163
+ "methods": [
5164
+ {
5165
+ "docs": {
5166
+ "stability": "stable"
5167
+ },
5168
+ "locationInModule": {
5169
+ "filename": "src/workspace.ts",
5170
+ "line": 298
5171
+ },
5172
+ "name": "fromWorkspaceAttributes",
5173
+ "parameters": [
5174
+ {
5175
+ "name": "scope",
5176
+ "type": {
5177
+ "fqn": "constructs.Construct"
5178
+ }
5179
+ },
5180
+ {
5181
+ "name": "id",
5182
+ "type": {
5183
+ "primitive": "string"
5184
+ }
5185
+ },
5186
+ {
5187
+ "name": "attrs",
5188
+ "type": {
5189
+ "fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceAttributes"
5190
+ }
5191
+ }
5192
+ ],
5193
+ "returns": {
5194
+ "type": {
5195
+ "fqn": "@robhan-cdk-lib/aws_grafana.IWorkspace"
5196
+ }
5197
+ },
5198
+ "static": true
5199
+ }
5200
+ ],
5201
+ "name": "Workspace",
5202
+ "properties": [
5203
+ {
5204
+ "docs": {
5205
+ "remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.",
5206
+ "stability": "stable",
5207
+ "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."
5208
+ },
5209
+ "immutable": true,
5210
+ "locationInModule": {
5211
+ "filename": "src/workspace.ts",
5212
+ "line": 923
5213
+ },
5214
+ "name": "accountAccessType",
5215
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5216
+ "type": {
5217
+ "fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
5218
+ }
5219
+ },
5220
+ {
5221
+ "docs": {
5222
+ "stability": "stable",
5223
+ "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."
5224
+ },
5225
+ "immutable": true,
5226
+ "locationInModule": {
5227
+ "filename": "src/workspace.ts",
5228
+ "line": 929
5229
+ },
5230
+ "name": "authenticationProviders",
5231
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5232
+ "type": {
5233
+ "collection": {
5234
+ "elementtype": {
5235
+ "fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
5236
+ },
5237
+ "kind": "array"
5238
+ }
5239
+ }
5240
+ },
5241
+ {
5242
+ "docs": {
5243
+ "stability": "stable",
5244
+ "summary": "The date that the workspace was created."
5245
+ },
5246
+ "immutable": true,
5247
+ "locationInModule": {
5248
+ "filename": "src/workspace.ts",
5249
+ "line": 1031
5250
+ },
5251
+ "name": "creationTimestamp",
5252
+ "type": {
5253
+ "primitive": "string"
5254
+ }
5255
+ },
5256
+ {
5257
+ "docs": {
5258
+ "stability": "stable",
5259
+ "summary": "The URL that users can use to access the Grafana console in the workspace."
5260
+ },
5261
+ "immutable": true,
5262
+ "locationInModule": {
5263
+ "filename": "src/workspace.ts",
5264
+ "line": 1036
5265
+ },
5266
+ "name": "endpoint",
5267
+ "type": {
5268
+ "primitive": "string"
5269
+ }
5270
+ },
5271
+ {
5272
+ "docs": {
5273
+ "stability": "stable",
5274
+ "summary": "Specifies the version of Grafana supported by this workspace."
5275
+ },
5276
+ "immutable": true,
5277
+ "locationInModule": {
5278
+ "filename": "src/workspace.ts",
5279
+ "line": 1041
5280
+ },
5281
+ "name": "grafanaVersion",
5282
+ "type": {
5283
+ "primitive": "string"
5284
+ }
5285
+ },
5286
+ {
5287
+ "docs": {
5288
+ "stability": "stable",
5289
+ "summary": "The most recent date that the workspace was modified."
5290
+ },
5291
+ "immutable": true,
5292
+ "locationInModule": {
5293
+ "filename": "src/workspace.ts",
5294
+ "line": 1051
5295
+ },
5296
+ "name": "modificationTimestamp",
5297
+ "type": {
5298
+ "primitive": "string"
5299
+ }
5300
+ },
5301
+ {
5302
+ "docs": {
5303
+ "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.",
5304
+ "stability": "stable",
5305
+ "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."
5306
+ },
5307
+ "immutable": true,
5308
+ "locationInModule": {
5309
+ "filename": "src/workspace.ts",
5310
+ "line": 988
5311
+ },
5312
+ "name": "permissionType",
5313
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5314
+ "type": {
5315
+ "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
5316
+ }
5317
+ },
5318
+ {
5319
+ "docs": {
5320
+ "stability": "stable",
5321
+ "summary": "Specifies whether the workspace's SAML configuration is complete."
5322
+ },
5323
+ "immutable": true,
5324
+ "locationInModule": {
5325
+ "filename": "src/workspace.ts",
5326
+ "line": 1056
5327
+ },
5328
+ "name": "samlConfigurationStatus",
5329
+ "type": {
5330
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfigurationStatuses"
5331
+ }
5332
+ },
5333
+ {
5334
+ "docs": {
5335
+ "stability": "stable",
5336
+ "summary": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
5337
+ },
5338
+ "immutable": true,
5339
+ "locationInModule": {
5340
+ "filename": "src/workspace.ts",
5341
+ "line": 1062
5342
+ },
5343
+ "name": "ssoClientId",
5344
+ "type": {
5345
+ "primitive": "string"
5346
+ }
5347
+ },
5348
+ {
5349
+ "docs": {
5350
+ "stability": "stable",
5351
+ "summary": "The current status of the workspace."
5352
+ },
5353
+ "immutable": true,
5354
+ "locationInModule": {
5355
+ "filename": "src/workspace.ts",
5356
+ "line": 1067
5357
+ },
5358
+ "name": "status",
5359
+ "type": {
5360
+ "fqn": "@robhan-cdk-lib/aws_grafana.Status"
5361
+ }
5362
+ },
5363
+ {
5364
+ "docs": {
5365
+ "stability": "stable",
5366
+ "summary": "The arn of this workspace."
5367
+ },
5368
+ "immutable": true,
5369
+ "locationInModule": {
5370
+ "filename": "src/workspace.ts",
5371
+ "line": 1072
5372
+ },
5373
+ "name": "workspaceArn",
5374
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5375
+ "type": {
5376
+ "primitive": "string"
5377
+ }
5378
+ },
5379
+ {
5380
+ "docs": {
5381
+ "stability": "stable",
5382
+ "summary": "The unique ID of this workspace."
5383
+ },
5384
+ "immutable": true,
5385
+ "locationInModule": {
5386
+ "filename": "src/workspace.ts",
5387
+ "line": 1046
5388
+ },
5389
+ "name": "workspaceId",
5390
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5391
+ "type": {
5392
+ "primitive": "string"
5393
+ }
5394
+ },
5395
+ {
5396
+ "docs": {
5397
+ "stability": "stable",
5398
+ "summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
5399
+ },
5400
+ "immutable": true,
5401
+ "locationInModule": {
5402
+ "filename": "src/workspace.ts",
5403
+ "line": 934
5404
+ },
5405
+ "name": "clientToken",
5406
+ "optional": true,
5407
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5408
+ "type": {
5409
+ "primitive": "string"
5410
+ }
5411
+ },
5412
+ {
5413
+ "docs": {
5414
+ "remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
5415
+ "stability": "stable",
5416
+ "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."
5417
+ },
5418
+ "immutable": true,
5419
+ "locationInModule": {
5420
+ "filename": "src/workspace.ts",
5421
+ "line": 943
5422
+ },
5423
+ "name": "dataSources",
5424
+ "optional": true,
5425
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5426
+ "type": {
5427
+ "collection": {
5428
+ "elementtype": {
5429
+ "primitive": "string"
5430
+ },
5431
+ "kind": "array"
5432
+ }
5433
+ }
5434
+ },
5435
+ {
5436
+ "docs": {
5437
+ "stability": "stable",
5438
+ "summary": "The user-defined description of the workspace."
5439
+ },
5440
+ "immutable": true,
5441
+ "locationInModule": {
5442
+ "filename": "src/workspace.ts",
5443
+ "line": 948
5444
+ },
5445
+ "name": "description",
5446
+ "optional": true,
5447
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5448
+ "type": {
5449
+ "primitive": "string"
5450
+ }
5451
+ },
5452
+ {
5453
+ "docs": {
5454
+ "stability": "stable",
5455
+ "summary": "The name of the workspace."
5456
+ },
5457
+ "immutable": true,
5458
+ "locationInModule": {
5459
+ "filename": "src/workspace.ts",
5460
+ "line": 953
5461
+ },
5462
+ "name": "name",
5463
+ "optional": true,
5464
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5465
+ "type": {
5466
+ "primitive": "string"
5467
+ }
5468
+ },
5469
+ {
5470
+ "docs": {
5471
+ "stability": "stable",
5472
+ "summary": "The configuration settings for network access to your workspace."
5473
+ },
5474
+ "immutable": true,
5475
+ "locationInModule": {
5476
+ "filename": "src/workspace.ts",
5477
+ "line": 958
5478
+ },
5479
+ "name": "networkAccessControl",
5480
+ "optional": true,
5481
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5482
+ "type": {
5483
+ "fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl"
5484
+ }
5485
+ },
5486
+ {
5487
+ "docs": {
5488
+ "stability": "stable",
5489
+ "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."
5490
+ },
5491
+ "immutable": true,
5492
+ "locationInModule": {
5493
+ "filename": "src/workspace.ts",
5494
+ "line": 964
5495
+ },
5496
+ "name": "notificationDestinations",
5497
+ "optional": true,
5498
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5499
+ "type": {
5500
+ "collection": {
5501
+ "elementtype": {
5502
+ "fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations"
5503
+ },
5504
+ "kind": "array"
5505
+ }
5506
+ }
5507
+ },
5508
+ {
5509
+ "docs": {
5510
+ "stability": "stable",
5511
+ "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."
5512
+ },
5513
+ "immutable": true,
5514
+ "locationInModule": {
5515
+ "filename": "src/workspace.ts",
5516
+ "line": 970
5517
+ },
5518
+ "name": "organizationalUnits",
5519
+ "optional": true,
5520
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5521
+ "type": {
5522
+ "collection": {
5523
+ "elementtype": {
5524
+ "primitive": "string"
5525
+ },
5526
+ "kind": "array"
5527
+ }
5528
+ }
5529
+ },
5530
+ {
5531
+ "docs": {
5532
+ "stability": "stable",
5533
+ "summary": "The name of the IAM role that is used to access resources through Organizations."
5534
+ },
5535
+ "immutable": true,
5536
+ "locationInModule": {
5537
+ "filename": "src/workspace.ts",
5538
+ "line": 975
5539
+ },
5540
+ "name": "organizationRoleName",
5541
+ "optional": true,
5542
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5543
+ "type": {
5544
+ "primitive": "string"
5545
+ }
5546
+ },
5547
+ {
5548
+ "docs": {
5549
+ "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.",
5550
+ "stability": "stable",
5551
+ "summary": "Whether plugin administration is enabled in the workspace."
5552
+ },
5553
+ "immutable": true,
5554
+ "locationInModule": {
5555
+ "filename": "src/workspace.ts",
5556
+ "line": 996
5557
+ },
5558
+ "name": "pluginAdminEnabled",
5559
+ "optional": true,
5560
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5561
+ "type": {
5562
+ "primitive": "boolean"
5563
+ }
5564
+ },
5565
+ {
5566
+ "docs": {
5567
+ "stability": "stable",
5568
+ "summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
5569
+ },
5570
+ "immutable": true,
5571
+ "locationInModule": {
5572
+ "filename": "src/workspace.ts",
5573
+ "line": 1002
5574
+ },
5575
+ "name": "role",
5576
+ "optional": true,
5577
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5578
+ "type": {
5579
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
5580
+ }
5581
+ },
5582
+ {
5583
+ "docs": {
5584
+ "stability": "stable",
5585
+ "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."
5586
+ },
5587
+ "immutable": true,
5588
+ "locationInModule": {
5589
+ "filename": "src/workspace.ts",
5590
+ "line": 1009
5591
+ },
5592
+ "name": "samlConfiguration",
5593
+ "optional": true,
5594
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5595
+ "type": {
5596
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration"
5597
+ }
5598
+ },
5599
+ {
5600
+ "docs": {
5601
+ "stability": "stable",
5602
+ "summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
5603
+ },
5604
+ "immutable": true,
5605
+ "locationInModule": {
5606
+ "filename": "src/workspace.ts",
5607
+ "line": 1015
5608
+ },
5609
+ "name": "stackSetName",
5610
+ "optional": true,
5611
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5612
+ "type": {
5613
+ "primitive": "string"
5614
+ }
5615
+ },
5616
+ {
5617
+ "docs": {
5618
+ "stability": "stable",
5619
+ "summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
5620
+ },
5621
+ "immutable": true,
5622
+ "locationInModule": {
5623
+ "filename": "src/workspace.ts",
5624
+ "line": 1021
5625
+ },
5626
+ "name": "vpcConfiguration",
5627
+ "optional": true,
5628
+ "overrides": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5629
+ "type": {
5630
+ "fqn": "@robhan-cdk-lib/aws_grafana.VpcConfiguration"
5631
+ }
5632
+ }
5633
+ ],
5634
+ "symbolId": "src/workspace:Workspace"
5635
+ },
5636
+ "@robhan-cdk-lib/aws_grafana.WorkspaceAttributes": {
5637
+ "assembly": "@robhan-cdk-lib/aws_grafana",
5638
+ "datatype": true,
5639
+ "docs": {
5640
+ "stability": "stable"
5641
+ },
5642
+ "fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceAttributes",
5643
+ "kind": "interface",
5644
+ "locationInModule": {
5645
+ "filename": "src/workspace.ts",
5646
+ "line": 154
5647
+ },
5648
+ "name": "WorkspaceAttributes",
5649
+ "properties": [
5650
+ {
5651
+ "abstract": true,
5652
+ "docs": {
5653
+ "remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.\n\nRequired field.",
5654
+ "stability": "stable",
5655
+ "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."
5656
+ },
5657
+ "immutable": true,
5658
+ "locationInModule": {
5659
+ "filename": "src/workspace.ts",
5660
+ "line": 163
5661
+ },
5662
+ "name": "accountAccessType",
5663
+ "type": {
5664
+ "fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
5665
+ }
5666
+ },
5667
+ {
5668
+ "abstract": true,
5669
+ "docs": {
5670
+ "remarks": "Required field.",
5671
+ "stability": "stable",
5672
+ "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."
5673
+ },
5674
+ "immutable": true,
5675
+ "locationInModule": {
5676
+ "filename": "src/workspace.ts",
5677
+ "line": 171
5678
+ },
5679
+ "name": "authenticationProviders",
5680
+ "type": {
5681
+ "collection": {
5682
+ "elementtype": {
5683
+ "fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
5684
+ },
5685
+ "kind": "array"
5686
+ }
5687
+ }
5688
+ },
5689
+ {
5690
+ "abstract": true,
5691
+ "docs": {
5692
+ "remarks": "If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.\n\nIf you are working with a workspace in a member account of an organization and that account is\nnot a delegated administrator account, and you want the workspace to access data sources in\nother AWS accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.\n\nRequired field.",
5693
+ "stability": "stable",
5694
+ "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."
5695
+ },
5696
+ "immutable": true,
5697
+ "locationInModule": {
5698
+ "filename": "src/workspace.ts",
5699
+ "line": 239
5700
+ },
5701
+ "name": "permissionType",
5702
+ "type": {
5703
+ "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
5704
+ }
5705
+ },
5706
+ {
5707
+ "abstract": true,
5708
+ "docs": {
5709
+ "remarks": "Must be 1-64 characters long and contain only printable ASCII characters.",
5710
+ "stability": "stable",
5711
+ "summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
5712
+ },
5713
+ "immutable": true,
5714
+ "locationInModule": {
5715
+ "filename": "src/workspace.ts",
5716
+ "line": 178
5717
+ },
5718
+ "name": "clientToken",
5719
+ "optional": true,
5720
+ "type": {
5721
+ "primitive": "string"
5722
+ }
5723
+ },
5724
+ {
5725
+ "abstract": true,
5726
+ "docs": {
5727
+ "remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
5728
+ "stability": "stable",
5729
+ "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."
5730
+ },
5731
+ "immutable": true,
5732
+ "locationInModule": {
5733
+ "filename": "src/workspace.ts",
5734
+ "line": 186
5735
+ },
5736
+ "name": "dataSources",
5737
+ "optional": true,
5738
+ "type": {
5739
+ "collection": {
5740
+ "elementtype": {
5741
+ "primitive": "string"
5742
+ },
5743
+ "kind": "array"
5744
+ }
5745
+ }
5746
+ },
5747
+ {
5748
+ "abstract": true,
5749
+ "docs": {
5750
+ "remarks": "Maximum length of 2048 characters.",
5751
+ "stability": "stable",
5752
+ "summary": "The user-defined description of the workspace."
5753
+ },
5754
+ "immutable": true,
5755
+ "locationInModule": {
5756
+ "filename": "src/workspace.ts",
5757
+ "line": 193
5758
+ },
5759
+ "name": "description",
5760
+ "optional": true,
5761
+ "type": {
5762
+ "primitive": "string"
5763
+ }
5764
+ },
5765
+ {
5766
+ "abstract": true,
5767
+ "docs": {
5768
+ "remarks": "Must be 1-255 characters long and contain only alphanumeric characters, hyphens, dots,\nunderscores, and tildes.",
5769
+ "stability": "stable",
5770
+ "summary": "The name of the workspace."
5771
+ },
5772
+ "immutable": true,
5773
+ "locationInModule": {
5774
+ "filename": "src/workspace.ts",
5775
+ "line": 201
5776
+ },
5777
+ "name": "name",
5778
+ "optional": true,
5779
+ "type": {
5780
+ "primitive": "string"
5781
+ }
5782
+ },
5783
+ {
5784
+ "abstract": true,
5785
+ "docs": {
5786
+ "stability": "stable",
5787
+ "summary": "The configuration settings for network access to your workspace."
5788
+ },
5789
+ "immutable": true,
5790
+ "locationInModule": {
5791
+ "filename": "src/workspace.ts",
5792
+ "line": 206
5793
+ },
5794
+ "name": "networkAccessControl",
5795
+ "optional": true,
5796
+ "type": {
5797
+ "fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl"
5798
+ }
5799
+ },
5800
+ {
5801
+ "abstract": true,
5802
+ "docs": {
5803
+ "stability": "stable",
5804
+ "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."
5805
+ },
5806
+ "immutable": true,
5807
+ "locationInModule": {
5808
+ "filename": "src/workspace.ts",
5809
+ "line": 212
5810
+ },
5811
+ "name": "notificationDestinations",
5812
+ "optional": true,
5813
+ "type": {
5814
+ "collection": {
5815
+ "elementtype": {
5816
+ "fqn": "@robhan-cdk-lib/aws_grafana.NotificationDestinations"
5817
+ },
5818
+ "kind": "array"
5819
+ }
5820
+ }
5821
+ },
5822
+ {
5823
+ "abstract": true,
5824
+ "docs": {
4678
5825
  "stability": "stable",
4679
- "summary": "The list of Amazon EC2 security groups attached to the Amazon VPC for your Grafana workspace to connect."
5826
+ "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."
4680
5827
  },
4681
5828
  "immutable": true,
4682
5829
  "locationInModule": {
4683
5830
  "filename": "src/workspace.ts",
4684
- "line": 247
5831
+ "line": 218
4685
5832
  },
4686
- "name": "securityGroups",
5833
+ "name": "organizationalUnits",
5834
+ "optional": true,
4687
5835
  "type": {
4688
5836
  "collection": {
4689
5837
  "elementtype": {
4690
- "fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
5838
+ "primitive": "string"
4691
5839
  },
4692
5840
  "kind": "array"
4693
5841
  }
@@ -4696,274 +5844,366 @@
4696
5844
  {
4697
5845
  "abstract": true,
4698
5846
  "docs": {
4699
- "remarks": "Array Members: Minimum number of 2 items. Maximum number of 6 items.\n\nRequired for VPC configuration.",
5847
+ "remarks": "Maximum length of 2048 characters.",
4700
5848
  "stability": "stable",
4701
- "summary": "The list of Amazon EC2 subnets created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed."
5849
+ "summary": "Name of the IAM role to use for the organization."
4702
5850
  },
4703
5851
  "immutable": true,
4704
5852
  "locationInModule": {
4705
5853
  "filename": "src/workspace.ts",
4706
- "line": 257
5854
+ "line": 224
4707
5855
  },
4708
- "name": "subnets",
5856
+ "name": "organizationRoleName",
5857
+ "optional": true,
4709
5858
  "type": {
4710
- "collection": {
4711
- "elementtype": {
4712
- "fqn": "aws-cdk-lib.aws_ec2.ISubnet"
4713
- },
4714
- "kind": "array"
4715
- }
5859
+ "primitive": "string"
4716
5860
  }
4717
- }
4718
- ],
4719
- "symbolId": "src/workspace:VpcConfiguration"
4720
- },
4721
- "@robhan-cdk-lib/aws_grafana.Workspace": {
4722
- "assembly": "@robhan-cdk-lib/aws_grafana",
4723
- "base": "constructs.Construct",
4724
- "docs": {
4725
- "remarks": "In a workspace, you can create Grafana dashboards and visualizations to\nanalyze your metrics, logs, and traces. You don't have to build, package, or deploy any hardware\nto run the Grafana server.",
4726
- "stability": "stable",
4727
- "summary": "Specifies a workspace."
4728
- },
4729
- "fqn": "@robhan-cdk-lib/aws_grafana.Workspace",
4730
- "initializer": {
4731
- "docs": {
4732
- "stability": "stable"
4733
- },
4734
- "locationInModule": {
4735
- "filename": "src/workspace.ts",
4736
- "line": 1186
4737
5861
  },
4738
- "parameters": [
4739
- {
4740
- "name": "scope",
4741
- "type": {
4742
- "fqn": "constructs.Construct"
4743
- }
5862
+ {
5863
+ "abstract": true,
5864
+ "docs": {
5865
+ "remarks": "Setting to true allows workspace\nadmins to install, uninstall, and update plugins from within the Grafana workspace.\n\nThis option is only valid for workspaces that support Grafana version 9 or newer.\n\nDefault: false",
5866
+ "stability": "stable",
5867
+ "summary": "Whether plugin administration is enabled in the workspace."
4744
5868
  },
4745
- {
4746
- "name": "id",
4747
- "type": {
4748
- "primitive": "string"
4749
- }
5869
+ "immutable": true,
5870
+ "locationInModule": {
5871
+ "filename": "src/workspace.ts",
5872
+ "line": 249
4750
5873
  },
4751
- {
4752
- "name": "props",
4753
- "type": {
4754
- "fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceProps"
4755
- }
5874
+ "name": "pluginAdminEnabled",
5875
+ "optional": true,
5876
+ "type": {
5877
+ "primitive": "boolean"
4756
5878
  }
4757
- ]
4758
- },
4759
- "kind": "class",
4760
- "locationInModule": {
4761
- "filename": "src/workspace.ts",
4762
- "line": 476
4763
- },
4764
- "name": "Workspace",
4765
- "properties": [
5879
+ },
4766
5880
  {
5881
+ "abstract": true,
4767
5882
  "docs": {
4768
- "remarks": "If this is\nORGANIZATION, the OrganizationalUnits parameter specifies which organizational units the\nworkspace can access.",
4769
5883
  "stability": "stable",
4770
- "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."
5884
+ "summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
4771
5885
  },
4772
5886
  "immutable": true,
4773
5887
  "locationInModule": {
4774
5888
  "filename": "src/workspace.ts",
4775
- "line": 1040
5889
+ "line": 255
4776
5890
  },
4777
- "name": "accountAccessType",
5891
+ "name": "role",
5892
+ "optional": true,
4778
5893
  "type": {
4779
- "fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
5894
+ "fqn": "aws-cdk-lib.aws_iam.IRole"
4780
5895
  }
4781
5896
  },
4782
5897
  {
5898
+ "abstract": true,
4783
5899
  "docs": {
4784
5900
  "stability": "stable",
4785
- "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."
5901
+ "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."
4786
5902
  },
4787
5903
  "immutable": true,
4788
5904
  "locationInModule": {
4789
5905
  "filename": "src/workspace.ts",
4790
- "line": 1046
5906
+ "line": 262
4791
5907
  },
4792
- "name": "authenticationProviders",
5908
+ "name": "samlConfiguration",
5909
+ "optional": true,
4793
5910
  "type": {
4794
- "collection": {
4795
- "elementtype": {
4796
- "fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
4797
- },
4798
- "kind": "array"
4799
- }
5911
+ "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration"
4800
5912
  }
4801
5913
  },
4802
5914
  {
5915
+ "abstract": true,
4803
5916
  "docs": {
4804
5917
  "stability": "stable",
4805
- "summary": "The date that the workspace was created."
5918
+ "summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
4806
5919
  },
4807
5920
  "immutable": true,
4808
5921
  "locationInModule": {
4809
5922
  "filename": "src/workspace.ts",
4810
- "line": 1148
5923
+ "line": 268
4811
5924
  },
4812
- "name": "creationTimestamp",
5925
+ "name": "stackSetName",
5926
+ "optional": true,
4813
5927
  "type": {
4814
5928
  "primitive": "string"
4815
5929
  }
4816
5930
  },
4817
5931
  {
5932
+ "abstract": true,
4818
5933
  "docs": {
4819
5934
  "stability": "stable",
4820
- "summary": "The URL that users can use to access the Grafana console in the workspace."
5935
+ "summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
4821
5936
  },
4822
5937
  "immutable": true,
4823
5938
  "locationInModule": {
4824
5939
  "filename": "src/workspace.ts",
4825
- "line": 1153
5940
+ "line": 274
4826
5941
  },
4827
- "name": "endpoint",
5942
+ "name": "vpcConfiguration",
5943
+ "optional": true,
4828
5944
  "type": {
4829
- "primitive": "string"
5945
+ "fqn": "@robhan-cdk-lib/aws_grafana.VpcConfiguration"
4830
5946
  }
4831
5947
  },
4832
5948
  {
5949
+ "abstract": true,
4833
5950
  "docs": {
5951
+ "remarks": "Either this or the workspaceId must be provided.",
4834
5952
  "stability": "stable",
4835
- "summary": "Specifies the version of Grafana supported by this workspace."
5953
+ "summary": "The arn of this workspace."
4836
5954
  },
4837
5955
  "immutable": true,
4838
5956
  "locationInModule": {
4839
5957
  "filename": "src/workspace.ts",
4840
- "line": 1158
5958
+ "line": 281
4841
5959
  },
4842
- "name": "grafanaVersion",
5960
+ "name": "workspaceArn",
5961
+ "optional": true,
4843
5962
  "type": {
4844
5963
  "primitive": "string"
4845
5964
  }
4846
5965
  },
4847
5966
  {
5967
+ "abstract": true,
4848
5968
  "docs": {
5969
+ "remarks": "Either this or the workspaceArn must be provided.",
4849
5970
  "stability": "stable",
4850
5971
  "summary": "The unique ID of this workspace."
4851
5972
  },
4852
5973
  "immutable": true,
4853
5974
  "locationInModule": {
4854
5975
  "filename": "src/workspace.ts",
4855
- "line": 1163
5976
+ "line": 288
4856
5977
  },
4857
- "name": "id",
5978
+ "name": "workspaceId",
5979
+ "optional": true,
4858
5980
  "type": {
4859
5981
  "primitive": "string"
4860
5982
  }
5983
+ }
5984
+ ],
5985
+ "symbolId": "src/workspace:WorkspaceAttributes"
5986
+ },
5987
+ "@robhan-cdk-lib/aws_grafana.WorkspaceBase": {
5988
+ "abstract": true,
5989
+ "assembly": "@robhan-cdk-lib/aws_grafana",
5990
+ "base": "aws-cdk-lib.Resource",
5991
+ "docs": {
5992
+ "stability": "stable"
5993
+ },
5994
+ "fqn": "@robhan-cdk-lib/aws_grafana.WorkspaceBase",
5995
+ "initializer": {
5996
+ "docs": {
5997
+ "stability": "stable"
5998
+ },
5999
+ "locationInModule": {
6000
+ "filename": "core/lib/resource.ts",
6001
+ "line": 155
6002
+ },
6003
+ "parameters": [
6004
+ {
6005
+ "name": "scope",
6006
+ "type": {
6007
+ "fqn": "constructs.Construct"
6008
+ }
6009
+ },
6010
+ {
6011
+ "name": "id",
6012
+ "type": {
6013
+ "primitive": "string"
6014
+ }
6015
+ },
6016
+ {
6017
+ "name": "props",
6018
+ "optional": true,
6019
+ "type": {
6020
+ "fqn": "aws-cdk-lib.ResourceProps"
6021
+ }
6022
+ }
6023
+ ]
6024
+ },
6025
+ "interfaces": [
6026
+ "@robhan-cdk-lib/aws_grafana.IWorkspace"
6027
+ ],
6028
+ "kind": "class",
6029
+ "locationInModule": {
6030
+ "filename": "src/workspace-base.ts",
6031
+ "line": 469
6032
+ },
6033
+ "methods": [
6034
+ {
6035
+ "docs": {
6036
+ "stability": "stable"
6037
+ },
6038
+ "locationInModule": {
6039
+ "filename": "src/workspace-base.ts",
6040
+ "line": 570
6041
+ },
6042
+ "name": "getWorkspaceArn",
6043
+ "parameters": [
6044
+ {
6045
+ "name": "workspaceId",
6046
+ "type": {
6047
+ "primitive": "string"
6048
+ }
6049
+ }
6050
+ ],
6051
+ "protected": true,
6052
+ "returns": {
6053
+ "type": {
6054
+ "primitive": "string"
6055
+ }
6056
+ }
4861
6057
  },
4862
6058
  {
6059
+ "docs": {
6060
+ "stability": "stable"
6061
+ },
6062
+ "locationInModule": {
6063
+ "filename": "src/workspace-base.ts",
6064
+ "line": 575
6065
+ },
6066
+ "name": "getWorkspaceId",
6067
+ "parameters": [
6068
+ {
6069
+ "name": "workspaceArn",
6070
+ "type": {
6071
+ "primitive": "string"
6072
+ }
6073
+ }
6074
+ ],
6075
+ "protected": true,
6076
+ "returns": {
6077
+ "type": {
6078
+ "primitive": "string"
6079
+ }
6080
+ }
6081
+ }
6082
+ ],
6083
+ "name": "WorkspaceBase",
6084
+ "properties": [
6085
+ {
6086
+ "abstract": true,
4863
6087
  "docs": {
4864
6088
  "stability": "stable",
4865
- "summary": "The most recent date that the workspace was modified."
6089
+ "summary": "The account access type for the workspace."
4866
6090
  },
4867
6091
  "immutable": true,
4868
6092
  "locationInModule": {
4869
- "filename": "src/workspace.ts",
4870
- "line": 1168
6093
+ "filename": "src/workspace-base.ts",
6094
+ "line": 474
4871
6095
  },
4872
- "name": "modificationTimestamp",
6096
+ "name": "accountAccessType",
6097
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4873
6098
  "type": {
4874
- "primitive": "string"
6099
+ "fqn": "@robhan-cdk-lib/aws_grafana.AccountAccessType"
4875
6100
  }
4876
6101
  },
4877
6102
  {
6103
+ "abstract": true,
4878
6104
  "docs": {
4879
- "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.",
4880
6105
  "stability": "stable",
4881
- "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."
6106
+ "summary": "The authentication providers for the workspace."
4882
6107
  },
4883
6108
  "immutable": true,
4884
6109
  "locationInModule": {
4885
- "filename": "src/workspace.ts",
4886
- "line": 1105
6110
+ "filename": "src/workspace-base.ts",
6111
+ "line": 479
4887
6112
  },
4888
- "name": "permissionType",
6113
+ "name": "authenticationProviders",
6114
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4889
6115
  "type": {
4890
- "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
6116
+ "collection": {
6117
+ "elementtype": {
6118
+ "fqn": "@robhan-cdk-lib/aws_grafana.AuthenticationProviders"
6119
+ },
6120
+ "kind": "array"
6121
+ }
4891
6122
  }
4892
6123
  },
4893
6124
  {
6125
+ "abstract": true,
4894
6126
  "docs": {
4895
6127
  "stability": "stable",
4896
- "summary": "Specifies whether the workspace's SAML configuration is complete."
6128
+ "summary": "The permission type for the workspace."
4897
6129
  },
4898
6130
  "immutable": true,
4899
6131
  "locationInModule": {
4900
- "filename": "src/workspace.ts",
4901
- "line": 1173
6132
+ "filename": "src/workspace-base.ts",
6133
+ "line": 525
4902
6134
  },
4903
- "name": "samlConfigurationStatus",
6135
+ "name": "permissionType",
6136
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4904
6137
  "type": {
4905
- "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfigurationStatuses"
6138
+ "fqn": "@robhan-cdk-lib/aws_grafana.PermissionTypes"
4906
6139
  }
4907
6140
  },
4908
6141
  {
6142
+ "abstract": true,
4909
6143
  "docs": {
4910
6144
  "stability": "stable",
4911
- "summary": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
6145
+ "summary": "The ARN of this workspace."
4912
6146
  },
4913
6147
  "immutable": true,
4914
6148
  "locationInModule": {
4915
- "filename": "src/workspace.ts",
4916
- "line": 1179
6149
+ "filename": "src/workspace-base.ts",
6150
+ "line": 568
4917
6151
  },
4918
- "name": "ssoClientId",
6152
+ "name": "workspaceArn",
6153
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4919
6154
  "type": {
4920
6155
  "primitive": "string"
4921
6156
  }
4922
6157
  },
4923
6158
  {
6159
+ "abstract": true,
4924
6160
  "docs": {
4925
6161
  "stability": "stable",
4926
- "summary": "The current status of the workspace."
6162
+ "summary": "The unique ID of this workspace."
4927
6163
  },
4928
6164
  "immutable": true,
4929
6165
  "locationInModule": {
4930
- "filename": "src/workspace.ts",
4931
- "line": 1184
6166
+ "filename": "src/workspace-base.ts",
6167
+ "line": 563
4932
6168
  },
4933
- "name": "status",
6169
+ "name": "workspaceId",
6170
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4934
6171
  "type": {
4935
- "fqn": "@robhan-cdk-lib/aws_grafana.Status"
6172
+ "primitive": "string"
4936
6173
  }
4937
6174
  },
4938
6175
  {
6176
+ "abstract": true,
4939
6177
  "docs": {
4940
6178
  "stability": "stable",
4941
- "summary": "A unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
6179
+ "summary": "The client token for the workspace."
4942
6180
  },
4943
6181
  "immutable": true,
4944
6182
  "locationInModule": {
4945
- "filename": "src/workspace.ts",
4946
- "line": 1051
6183
+ "filename": "src/workspace-base.ts",
6184
+ "line": 484
4947
6185
  },
4948
6186
  "name": "clientToken",
4949
6187
  "optional": true,
6188
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4950
6189
  "type": {
4951
6190
  "primitive": "string"
4952
6191
  }
4953
6192
  },
4954
6193
  {
6194
+ "abstract": true,
4955
6195
  "docs": {
4956
- "remarks": "This list is only used when the workspace was created through the AWS console, and the\npermissionType is SERVICE_MANAGED.",
4957
6196
  "stability": "stable",
4958
- "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."
6197
+ "summary": "The data sources of this workspace."
4959
6198
  },
4960
6199
  "immutable": true,
4961
6200
  "locationInModule": {
4962
- "filename": "src/workspace.ts",
4963
- "line": 1060
6201
+ "filename": "src/workspace-base.ts",
6202
+ "line": 489
4964
6203
  },
4965
6204
  "name": "dataSources",
4966
6205
  "optional": true,
6206
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4967
6207
  "type": {
4968
6208
  "collection": {
4969
6209
  "elementtype": {
@@ -4974,65 +6214,73 @@
4974
6214
  }
4975
6215
  },
4976
6216
  {
6217
+ "abstract": true,
4977
6218
  "docs": {
4978
6219
  "stability": "stable",
4979
- "summary": "The user-defined description of the workspace."
6220
+ "summary": "The description of this workspace."
4980
6221
  },
4981
6222
  "immutable": true,
4982
6223
  "locationInModule": {
4983
- "filename": "src/workspace.ts",
4984
- "line": 1065
6224
+ "filename": "src/workspace-base.ts",
6225
+ "line": 494
4985
6226
  },
4986
6227
  "name": "description",
4987
6228
  "optional": true,
6229
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
4988
6230
  "type": {
4989
6231
  "primitive": "string"
4990
6232
  }
4991
6233
  },
4992
6234
  {
6235
+ "abstract": true,
4993
6236
  "docs": {
4994
6237
  "stability": "stable",
4995
- "summary": "The name of the workspace."
6238
+ "summary": "The name of this workspace."
4996
6239
  },
4997
6240
  "immutable": true,
4998
6241
  "locationInModule": {
4999
- "filename": "src/workspace.ts",
5000
- "line": 1070
6242
+ "filename": "src/workspace-base.ts",
6243
+ "line": 499
5001
6244
  },
5002
6245
  "name": "name",
5003
6246
  "optional": true,
6247
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5004
6248
  "type": {
5005
6249
  "primitive": "string"
5006
6250
  }
5007
6251
  },
5008
6252
  {
6253
+ "abstract": true,
5009
6254
  "docs": {
5010
6255
  "stability": "stable",
5011
6256
  "summary": "The configuration settings for network access to your workspace."
5012
6257
  },
5013
6258
  "immutable": true,
5014
6259
  "locationInModule": {
5015
- "filename": "src/workspace.ts",
5016
- "line": 1075
6260
+ "filename": "src/workspace-base.ts",
6261
+ "line": 504
5017
6262
  },
5018
6263
  "name": "networkAccessControl",
5019
6264
  "optional": true,
6265
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5020
6266
  "type": {
5021
6267
  "fqn": "@robhan-cdk-lib/aws_grafana.NetworkAccessControl"
5022
6268
  }
5023
6269
  },
5024
6270
  {
6271
+ "abstract": true,
5025
6272
  "docs": {
5026
6273
  "stability": "stable",
5027
- "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."
6274
+ "summary": "The notification destinations for the workspace."
5028
6275
  },
5029
6276
  "immutable": true,
5030
6277
  "locationInModule": {
5031
- "filename": "src/workspace.ts",
5032
- "line": 1081
6278
+ "filename": "src/workspace-base.ts",
6279
+ "line": 509
5033
6280
  },
5034
6281
  "name": "notificationDestinations",
5035
6282
  "optional": true,
6283
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5036
6284
  "type": {
5037
6285
  "collection": {
5038
6286
  "elementtype": {
@@ -5043,17 +6291,19 @@
5043
6291
  }
5044
6292
  },
5045
6293
  {
6294
+ "abstract": true,
5046
6295
  "docs": {
5047
6296
  "stability": "stable",
5048
6297
  "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."
5049
6298
  },
5050
6299
  "immutable": true,
5051
6300
  "locationInModule": {
5052
- "filename": "src/workspace.ts",
5053
- "line": 1087
6301
+ "filename": "src/workspace-base.ts",
6302
+ "line": 515
5054
6303
  },
5055
6304
  "name": "organizationalUnits",
5056
6305
  "optional": true,
6306
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5057
6307
  "type": {
5058
6308
  "collection": {
5059
6309
  "elementtype": {
@@ -5064,22 +6314,25 @@
5064
6314
  }
5065
6315
  },
5066
6316
  {
6317
+ "abstract": true,
5067
6318
  "docs": {
5068
6319
  "stability": "stable",
5069
6320
  "summary": "The name of the IAM role that is used to access resources through Organizations."
5070
6321
  },
5071
6322
  "immutable": true,
5072
6323
  "locationInModule": {
5073
- "filename": "src/workspace.ts",
5074
- "line": 1092
6324
+ "filename": "src/workspace-base.ts",
6325
+ "line": 520
5075
6326
  },
5076
6327
  "name": "organizationRoleName",
5077
6328
  "optional": true,
6329
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5078
6330
  "type": {
5079
6331
  "primitive": "string"
5080
6332
  }
5081
6333
  },
5082
6334
  {
6335
+ "abstract": true,
5083
6336
  "docs": {
5084
6337
  "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.",
5085
6338
  "stability": "stable",
@@ -5087,81 +6340,90 @@
5087
6340
  },
5088
6341
  "immutable": true,
5089
6342
  "locationInModule": {
5090
- "filename": "src/workspace.ts",
5091
- "line": 1113
6343
+ "filename": "src/workspace-base.ts",
6344
+ "line": 533
5092
6345
  },
5093
6346
  "name": "pluginAdminEnabled",
5094
6347
  "optional": true,
6348
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5095
6349
  "type": {
5096
6350
  "primitive": "boolean"
5097
6351
  }
5098
6352
  },
5099
6353
  {
6354
+ "abstract": true,
5100
6355
  "docs": {
5101
6356
  "stability": "stable",
5102
6357
  "summary": "The IAM role that grants permissions to the AWS resources that the workspace will view data from."
5103
6358
  },
5104
6359
  "immutable": true,
5105
6360
  "locationInModule": {
5106
- "filename": "src/workspace.ts",
5107
- "line": 1119
6361
+ "filename": "src/workspace-base.ts",
6362
+ "line": 539
5108
6363
  },
5109
6364
  "name": "role",
5110
6365
  "optional": true,
6366
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5111
6367
  "type": {
5112
6368
  "fqn": "aws-cdk-lib.aws_iam.IRole"
5113
6369
  }
5114
6370
  },
5115
6371
  {
6372
+ "abstract": true,
5116
6373
  "docs": {
5117
6374
  "stability": "stable",
5118
6375
  "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."
5119
6376
  },
5120
6377
  "immutable": true,
5121
6378
  "locationInModule": {
5122
- "filename": "src/workspace.ts",
5123
- "line": 1126
6379
+ "filename": "src/workspace-base.ts",
6380
+ "line": 546
5124
6381
  },
5125
6382
  "name": "samlConfiguration",
5126
6383
  "optional": true,
6384
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5127
6385
  "type": {
5128
6386
  "fqn": "@robhan-cdk-lib/aws_grafana.SamlConfiguration"
5129
6387
  }
5130
6388
  },
5131
6389
  {
6390
+ "abstract": true,
5132
6391
  "docs": {
5133
6392
  "stability": "stable",
5134
6393
  "summary": "The name of the AWS CloudFormation stack set that is used to generate IAM roles to be used for this workspace."
5135
6394
  },
5136
6395
  "immutable": true,
5137
6396
  "locationInModule": {
5138
- "filename": "src/workspace.ts",
5139
- "line": 1132
6397
+ "filename": "src/workspace-base.ts",
6398
+ "line": 552
5140
6399
  },
5141
6400
  "name": "stackSetName",
5142
6401
  "optional": true,
6402
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5143
6403
  "type": {
5144
6404
  "primitive": "string"
5145
6405
  }
5146
6406
  },
5147
6407
  {
6408
+ "abstract": true,
5148
6409
  "docs": {
5149
6410
  "stability": "stable",
5150
6411
  "summary": "The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to."
5151
6412
  },
5152
6413
  "immutable": true,
5153
6414
  "locationInModule": {
5154
- "filename": "src/workspace.ts",
5155
- "line": 1138
6415
+ "filename": "src/workspace-base.ts",
6416
+ "line": 558
5156
6417
  },
5157
6418
  "name": "vpcConfiguration",
5158
6419
  "optional": true,
6420
+ "overrides": "@robhan-cdk-lib/aws_grafana.IWorkspace",
5159
6421
  "type": {
5160
6422
  "fqn": "@robhan-cdk-lib/aws_grafana.VpcConfiguration"
5161
6423
  }
5162
6424
  }
5163
6425
  ],
5164
- "symbolId": "src/workspace:Workspace"
6426
+ "symbolId": "src/workspace-base:WorkspaceBase"
5165
6427
  },
5166
6428
  "@robhan-cdk-lib/aws_grafana.WorkspaceProps": {
5167
6429
  "assembly": "@robhan-cdk-lib/aws_grafana",
@@ -5174,7 +6436,7 @@
5174
6436
  "kind": "interface",
5175
6437
  "locationInModule": {
5176
6438
  "filename": "src/workspace.ts",
5177
- "line": 263
6439
+ "line": 21
5178
6440
  },
5179
6441
  "name": "WorkspaceProps",
5180
6442
  "properties": [
@@ -5188,7 +6450,7 @@
5188
6450
  "immutable": true,
5189
6451
  "locationInModule": {
5190
6452
  "filename": "src/workspace.ts",
5191
- "line": 272
6453
+ "line": 30
5192
6454
  },
5193
6455
  "name": "accountAccessType",
5194
6456
  "type": {
@@ -5205,7 +6467,7 @@
5205
6467
  "immutable": true,
5206
6468
  "locationInModule": {
5207
6469
  "filename": "src/workspace.ts",
5208
- "line": 280
6470
+ "line": 38
5209
6471
  },
5210
6472
  "name": "authenticationProviders",
5211
6473
  "type": {
@@ -5227,7 +6489,7 @@
5227
6489
  "immutable": true,
5228
6490
  "locationInModule": {
5229
6491
  "filename": "src/workspace.ts",
5230
- "line": 358
6492
+ "line": 116
5231
6493
  },
5232
6494
  "name": "permissionType",
5233
6495
  "type": {
@@ -5244,7 +6506,7 @@
5244
6506
  "immutable": true,
5245
6507
  "locationInModule": {
5246
6508
  "filename": "src/workspace.ts",
5247
- "line": 287
6509
+ "line": 45
5248
6510
  },
5249
6511
  "name": "clientToken",
5250
6512
  "optional": true,
@@ -5262,7 +6524,7 @@
5262
6524
  "immutable": true,
5263
6525
  "locationInModule": {
5264
6526
  "filename": "src/workspace.ts",
5265
- "line": 295
6527
+ "line": 53
5266
6528
  },
5267
6529
  "name": "dataSources",
5268
6530
  "optional": true,
@@ -5285,7 +6547,7 @@
5285
6547
  "immutable": true,
5286
6548
  "locationInModule": {
5287
6549
  "filename": "src/workspace.ts",
5288
- "line": 302
6550
+ "line": 60
5289
6551
  },
5290
6552
  "name": "description",
5291
6553
  "optional": true,
@@ -5303,7 +6565,7 @@
5303
6565
  "immutable": true,
5304
6566
  "locationInModule": {
5305
6567
  "filename": "src/workspace.ts",
5306
- "line": 312
6568
+ "line": 70
5307
6569
  },
5308
6570
  "name": "grafanaVersion",
5309
6571
  "optional": true,
@@ -5321,7 +6583,7 @@
5321
6583
  "immutable": true,
5322
6584
  "locationInModule": {
5323
6585
  "filename": "src/workspace.ts",
5324
- "line": 320
6586
+ "line": 78
5325
6587
  },
5326
6588
  "name": "name",
5327
6589
  "optional": true,
@@ -5338,7 +6600,7 @@
5338
6600
  "immutable": true,
5339
6601
  "locationInModule": {
5340
6602
  "filename": "src/workspace.ts",
5341
- "line": 325
6603
+ "line": 83
5342
6604
  },
5343
6605
  "name": "networkAccessControl",
5344
6606
  "optional": true,
@@ -5355,7 +6617,7 @@
5355
6617
  "immutable": true,
5356
6618
  "locationInModule": {
5357
6619
  "filename": "src/workspace.ts",
5358
- "line": 331
6620
+ "line": 89
5359
6621
  },
5360
6622
  "name": "notificationDestinations",
5361
6623
  "optional": true,
@@ -5377,7 +6639,7 @@
5377
6639
  "immutable": true,
5378
6640
  "locationInModule": {
5379
6641
  "filename": "src/workspace.ts",
5380
- "line": 337
6642
+ "line": 95
5381
6643
  },
5382
6644
  "name": "organizationalUnits",
5383
6645
  "optional": true,
@@ -5400,7 +6662,7 @@
5400
6662
  "immutable": true,
5401
6663
  "locationInModule": {
5402
6664
  "filename": "src/workspace.ts",
5403
- "line": 343
6665
+ "line": 101
5404
6666
  },
5405
6667
  "name": "organizationRoleName",
5406
6668
  "optional": true,
@@ -5418,7 +6680,7 @@
5418
6680
  "immutable": true,
5419
6681
  "locationInModule": {
5420
6682
  "filename": "src/workspace.ts",
5421
- "line": 368
6683
+ "line": 126
5422
6684
  },
5423
6685
  "name": "pluginAdminEnabled",
5424
6686
  "optional": true,
@@ -5435,7 +6697,7 @@
5435
6697
  "immutable": true,
5436
6698
  "locationInModule": {
5437
6699
  "filename": "src/workspace.ts",
5438
- "line": 374
6700
+ "line": 132
5439
6701
  },
5440
6702
  "name": "role",
5441
6703
  "optional": true,
@@ -5452,7 +6714,7 @@
5452
6714
  "immutable": true,
5453
6715
  "locationInModule": {
5454
6716
  "filename": "src/workspace.ts",
5455
- "line": 381
6717
+ "line": 139
5456
6718
  },
5457
6719
  "name": "samlConfiguration",
5458
6720
  "optional": true,
@@ -5469,7 +6731,7 @@
5469
6731
  "immutable": true,
5470
6732
  "locationInModule": {
5471
6733
  "filename": "src/workspace.ts",
5472
- "line": 387
6734
+ "line": 145
5473
6735
  },
5474
6736
  "name": "stackSetName",
5475
6737
  "optional": true,
@@ -5486,7 +6748,7 @@
5486
6748
  "immutable": true,
5487
6749
  "locationInModule": {
5488
6750
  "filename": "src/workspace.ts",
5489
- "line": 393
6751
+ "line": 151
5490
6752
  },
5491
6753
  "name": "vpcConfiguration",
5492
6754
  "optional": true,
@@ -5498,6 +6760,6 @@
5498
6760
  "symbolId": "src/workspace:WorkspaceProps"
5499
6761
  }
5500
6762
  },
5501
- "version": "0.0.24",
5502
- "fingerprint": "B/TOVK0n5NoEkYaD0H3kN/UBFEp75r5hH89EmBGvZA0="
6763
+ "version": "0.0.25",
6764
+ "fingerprint": "I3zw2dZENXTfReFuCGnEXfOcY30hqiI7IXVvcZSAjjM="
5503
6765
  }