@aws-cdk/aws-neptune-alpha 2.0.0-alpha.8 → 2.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +282 -110
- package/.warnings.jsii.js +7 -7
- package/lib/cluster.d.ts +6 -0
- package/lib/cluster.js +10 -4
- package/lib/endpoint.js +1 -1
- package/lib/instance.d.ts +48 -0
- package/lib/instance.js +51 -3
- package/lib/parameter-group.js +2 -2
- package/lib/subnet-group.js +1 -1
- package/package.json +8 -8
- package/rosetta/_generated.ts-fixture +6 -0
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.1.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -3036,7 +3036,7 @@
|
|
|
3036
3036
|
},
|
|
3037
3037
|
"locationInModule": {
|
|
3038
3038
|
"filename": "lib/cluster.ts",
|
|
3039
|
-
"line":
|
|
3039
|
+
"line": 426
|
|
3040
3040
|
},
|
|
3041
3041
|
"parameters": [
|
|
3042
3042
|
{
|
|
@@ -3065,7 +3065,7 @@
|
|
|
3065
3065
|
"kind": "class",
|
|
3066
3066
|
"locationInModule": {
|
|
3067
3067
|
"filename": "lib/cluster.ts",
|
|
3068
|
-
"line":
|
|
3068
|
+
"line": 379
|
|
3069
3069
|
},
|
|
3070
3070
|
"name": "DatabaseCluster",
|
|
3071
3071
|
"properties": [
|
|
@@ -3078,7 +3078,7 @@
|
|
|
3078
3078
|
"immutable": true,
|
|
3079
3079
|
"locationInModule": {
|
|
3080
3080
|
"filename": "lib/cluster.ts",
|
|
3081
|
-
"line":
|
|
3081
|
+
"line": 385
|
|
3082
3082
|
},
|
|
3083
3083
|
"name": "DEFAULT_NUM_INSTANCES",
|
|
3084
3084
|
"static": true,
|
|
@@ -3094,7 +3094,7 @@
|
|
|
3094
3094
|
"immutable": true,
|
|
3095
3095
|
"locationInModule": {
|
|
3096
3096
|
"filename": "lib/cluster.ts",
|
|
3097
|
-
"line":
|
|
3097
|
+
"line": 388
|
|
3098
3098
|
},
|
|
3099
3099
|
"name": "clusterEndpoint",
|
|
3100
3100
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3110,7 +3110,7 @@
|
|
|
3110
3110
|
"immutable": true,
|
|
3111
3111
|
"locationInModule": {
|
|
3112
3112
|
"filename": "lib/cluster.ts",
|
|
3113
|
-
"line":
|
|
3113
|
+
"line": 387
|
|
3114
3114
|
},
|
|
3115
3115
|
"name": "clusterIdentifier",
|
|
3116
3116
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3126,7 +3126,7 @@
|
|
|
3126
3126
|
"immutable": true,
|
|
3127
3127
|
"locationInModule": {
|
|
3128
3128
|
"filename": "lib/cluster.ts",
|
|
3129
|
-
"line":
|
|
3129
|
+
"line": 389
|
|
3130
3130
|
},
|
|
3131
3131
|
"name": "clusterReadEndpoint",
|
|
3132
3132
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3146,7 +3146,7 @@
|
|
|
3146
3146
|
"immutable": true,
|
|
3147
3147
|
"locationInModule": {
|
|
3148
3148
|
"filename": "lib/cluster.ts",
|
|
3149
|
-
"line":
|
|
3149
|
+
"line": 397
|
|
3150
3150
|
},
|
|
3151
3151
|
"name": "clusterResourceIdentifier",
|
|
3152
3152
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3162,7 +3162,7 @@
|
|
|
3162
3162
|
"immutable": true,
|
|
3163
3163
|
"locationInModule": {
|
|
3164
3164
|
"filename": "lib/cluster.ts",
|
|
3165
|
-
"line":
|
|
3165
|
+
"line": 390
|
|
3166
3166
|
},
|
|
3167
3167
|
"name": "connections",
|
|
3168
3168
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -3178,7 +3178,7 @@
|
|
|
3178
3178
|
"immutable": true,
|
|
3179
3179
|
"locationInModule": {
|
|
3180
3180
|
"filename": "lib/cluster.ts",
|
|
3181
|
-
"line":
|
|
3181
|
+
"line": 422
|
|
3182
3182
|
},
|
|
3183
3183
|
"name": "instanceEndpoints",
|
|
3184
3184
|
"type": {
|
|
@@ -3198,7 +3198,7 @@
|
|
|
3198
3198
|
"immutable": true,
|
|
3199
3199
|
"locationInModule": {
|
|
3200
3200
|
"filename": "lib/cluster.ts",
|
|
3201
|
-
"line":
|
|
3201
|
+
"line": 417
|
|
3202
3202
|
},
|
|
3203
3203
|
"name": "instanceIdentifiers",
|
|
3204
3204
|
"type": {
|
|
@@ -3218,7 +3218,7 @@
|
|
|
3218
3218
|
"immutable": true,
|
|
3219
3219
|
"locationInModule": {
|
|
3220
3220
|
"filename": "lib/cluster.ts",
|
|
3221
|
-
"line":
|
|
3221
|
+
"line": 412
|
|
3222
3222
|
},
|
|
3223
3223
|
"name": "subnetGroup",
|
|
3224
3224
|
"type": {
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
"immutable": true,
|
|
3234
3234
|
"locationInModule": {
|
|
3235
3235
|
"filename": "lib/cluster.ts",
|
|
3236
|
-
"line":
|
|
3236
|
+
"line": 402
|
|
3237
3237
|
},
|
|
3238
3238
|
"name": "vpc",
|
|
3239
3239
|
"type": {
|
|
@@ -3248,7 +3248,7 @@
|
|
|
3248
3248
|
"immutable": true,
|
|
3249
3249
|
"locationInModule": {
|
|
3250
3250
|
"filename": "lib/cluster.ts",
|
|
3251
|
-
"line":
|
|
3251
|
+
"line": 407
|
|
3252
3252
|
},
|
|
3253
3253
|
"name": "vpcSubnets",
|
|
3254
3254
|
"type": {
|
|
@@ -3261,7 +3261,7 @@
|
|
|
3261
3261
|
},
|
|
3262
3262
|
"locationInModule": {
|
|
3263
3263
|
"filename": "lib/cluster.ts",
|
|
3264
|
-
"line":
|
|
3264
|
+
"line": 424
|
|
3265
3265
|
},
|
|
3266
3266
|
"name": "enableIamAuthentication",
|
|
3267
3267
|
"optional": true,
|
|
@@ -3280,13 +3280,16 @@
|
|
|
3280
3280
|
"docs": {
|
|
3281
3281
|
"stability": "experimental",
|
|
3282
3282
|
"summary": "Properties that describe an existing cluster instance.",
|
|
3283
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const securityGroup: ec2.SecurityGroup;\n\nconst databaseClusterAttributes: neptune_alpha.DatabaseClusterAttributes = {\n clusterEndpointAddress: 'clusterEndpointAddress',\n clusterIdentifier: 'clusterIdentifier',\n clusterResourceIdentifier: 'clusterResourceIdentifier',\n port: 123,\n readerEndpointAddress: 'readerEndpointAddress',\n securityGroup: securityGroup,\n};"
|
|
3283
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const securityGroup: ec2.SecurityGroup;\n\nconst databaseClusterAttributes: neptune_alpha.DatabaseClusterAttributes = {\n clusterEndpointAddress: 'clusterEndpointAddress',\n clusterIdentifier: 'clusterIdentifier',\n clusterResourceIdentifier: 'clusterResourceIdentifier',\n port: 123,\n readerEndpointAddress: 'readerEndpointAddress',\n securityGroup: securityGroup,\n};",
|
|
3284
|
+
"custom": {
|
|
3285
|
+
"exampleMetadata": "fixture=_generated"
|
|
3286
|
+
}
|
|
3284
3287
|
},
|
|
3285
3288
|
"fqn": "@aws-cdk/aws-neptune-alpha.DatabaseClusterAttributes",
|
|
3286
3289
|
"kind": "interface",
|
|
3287
3290
|
"locationInModule": {
|
|
3288
3291
|
"filename": "lib/cluster.ts",
|
|
3289
|
-
"line":
|
|
3292
|
+
"line": 267
|
|
3290
3293
|
},
|
|
3291
3294
|
"name": "DatabaseClusterAttributes",
|
|
3292
3295
|
"properties": [
|
|
@@ -3299,7 +3302,7 @@
|
|
|
3299
3302
|
"immutable": true,
|
|
3300
3303
|
"locationInModule": {
|
|
3301
3304
|
"filename": "lib/cluster.ts",
|
|
3302
|
-
"line":
|
|
3305
|
+
"line": 291
|
|
3303
3306
|
},
|
|
3304
3307
|
"name": "clusterEndpointAddress",
|
|
3305
3308
|
"type": {
|
|
@@ -3315,7 +3318,7 @@
|
|
|
3315
3318
|
"immutable": true,
|
|
3316
3319
|
"locationInModule": {
|
|
3317
3320
|
"filename": "lib/cluster.ts",
|
|
3318
|
-
"line":
|
|
3321
|
+
"line": 281
|
|
3319
3322
|
},
|
|
3320
3323
|
"name": "clusterIdentifier",
|
|
3321
3324
|
"type": {
|
|
@@ -3331,7 +3334,7 @@
|
|
|
3331
3334
|
"immutable": true,
|
|
3332
3335
|
"locationInModule": {
|
|
3333
3336
|
"filename": "lib/cluster.ts",
|
|
3334
|
-
"line":
|
|
3337
|
+
"line": 286
|
|
3335
3338
|
},
|
|
3336
3339
|
"name": "clusterResourceIdentifier",
|
|
3337
3340
|
"type": {
|
|
@@ -3347,7 +3350,7 @@
|
|
|
3347
3350
|
"immutable": true,
|
|
3348
3351
|
"locationInModule": {
|
|
3349
3352
|
"filename": "lib/cluster.ts",
|
|
3350
|
-
"line":
|
|
3353
|
+
"line": 271
|
|
3351
3354
|
},
|
|
3352
3355
|
"name": "port",
|
|
3353
3356
|
"type": {
|
|
@@ -3363,7 +3366,7 @@
|
|
|
3363
3366
|
"immutable": true,
|
|
3364
3367
|
"locationInModule": {
|
|
3365
3368
|
"filename": "lib/cluster.ts",
|
|
3366
|
-
"line":
|
|
3369
|
+
"line": 296
|
|
3367
3370
|
},
|
|
3368
3371
|
"name": "readerEndpointAddress",
|
|
3369
3372
|
"type": {
|
|
@@ -3379,7 +3382,7 @@
|
|
|
3379
3382
|
"immutable": true,
|
|
3380
3383
|
"locationInModule": {
|
|
3381
3384
|
"filename": "lib/cluster.ts",
|
|
3382
|
-
"line":
|
|
3385
|
+
"line": 276
|
|
3383
3386
|
},
|
|
3384
3387
|
"name": "securityGroup",
|
|
3385
3388
|
"type": {
|
|
@@ -3396,16 +3399,19 @@
|
|
|
3396
3399
|
"docs": {
|
|
3397
3400
|
"stability": "experimental",
|
|
3398
3401
|
"summary": "A new or imported database cluster.",
|
|
3399
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const securityGroup: ec2.SecurityGroup;\n\nconst databaseClusterBase = neptune_alpha.DatabaseClusterBase.fromDatabaseClusterAttributes(this, 'MyDatabaseClusterBase', {\n clusterEndpointAddress: 'clusterEndpointAddress',\n clusterIdentifier: 'clusterIdentifier',\n clusterResourceIdentifier: 'clusterResourceIdentifier',\n port: 123,\n readerEndpointAddress: 'readerEndpointAddress',\n securityGroup: securityGroup,\n});"
|
|
3402
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const securityGroup: ec2.SecurityGroup;\n\nconst databaseClusterBase = neptune_alpha.DatabaseClusterBase.fromDatabaseClusterAttributes(this, 'MyDatabaseClusterBase', {\n clusterEndpointAddress: 'clusterEndpointAddress',\n clusterIdentifier: 'clusterIdentifier',\n clusterResourceIdentifier: 'clusterResourceIdentifier',\n port: 123,\n readerEndpointAddress: 'readerEndpointAddress',\n securityGroup: securityGroup,\n});",
|
|
3403
|
+
"custom": {
|
|
3404
|
+
"exampleMetadata": "fixture=_generated"
|
|
3405
|
+
}
|
|
3400
3406
|
},
|
|
3401
3407
|
"fqn": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
|
|
3402
3408
|
"initializer": {
|
|
3403
3409
|
"docs": {
|
|
3404
|
-
"stability": "
|
|
3410
|
+
"stability": "stable"
|
|
3405
3411
|
},
|
|
3406
3412
|
"locationInModule": {
|
|
3407
3413
|
"filename": "core/lib/resource.ts",
|
|
3408
|
-
"line":
|
|
3414
|
+
"line": 149
|
|
3409
3415
|
},
|
|
3410
3416
|
"parameters": [
|
|
3411
3417
|
{
|
|
@@ -3435,7 +3441,7 @@
|
|
|
3435
3441
|
"kind": "class",
|
|
3436
3442
|
"locationInModule": {
|
|
3437
3443
|
"filename": "lib/cluster.ts",
|
|
3438
|
-
"line":
|
|
3444
|
+
"line": 302
|
|
3439
3445
|
},
|
|
3440
3446
|
"methods": [
|
|
3441
3447
|
{
|
|
@@ -3445,7 +3451,7 @@
|
|
|
3445
3451
|
},
|
|
3446
3452
|
"locationInModule": {
|
|
3447
3453
|
"filename": "lib/cluster.ts",
|
|
3448
|
-
"line":
|
|
3454
|
+
"line": 307
|
|
3449
3455
|
},
|
|
3450
3456
|
"name": "fromDatabaseClusterAttributes",
|
|
3451
3457
|
"parameters": [
|
|
@@ -3482,7 +3488,7 @@
|
|
|
3482
3488
|
},
|
|
3483
3489
|
"locationInModule": {
|
|
3484
3490
|
"filename": "lib/cluster.ts",
|
|
3485
|
-
"line":
|
|
3491
|
+
"line": 351
|
|
3486
3492
|
},
|
|
3487
3493
|
"name": "grantConnect",
|
|
3488
3494
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3512,7 +3518,7 @@
|
|
|
3512
3518
|
"immutable": true,
|
|
3513
3519
|
"locationInModule": {
|
|
3514
3520
|
"filename": "lib/cluster.ts",
|
|
3515
|
-
"line":
|
|
3521
|
+
"line": 337
|
|
3516
3522
|
},
|
|
3517
3523
|
"name": "clusterEndpoint",
|
|
3518
3524
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3529,7 +3535,7 @@
|
|
|
3529
3535
|
"immutable": true,
|
|
3530
3536
|
"locationInModule": {
|
|
3531
3537
|
"filename": "lib/cluster.ts",
|
|
3532
|
-
"line":
|
|
3538
|
+
"line": 327
|
|
3533
3539
|
},
|
|
3534
3540
|
"name": "clusterIdentifier",
|
|
3535
3541
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3546,7 +3552,7 @@
|
|
|
3546
3552
|
"immutable": true,
|
|
3547
3553
|
"locationInModule": {
|
|
3548
3554
|
"filename": "lib/cluster.ts",
|
|
3549
|
-
"line":
|
|
3555
|
+
"line": 342
|
|
3550
3556
|
},
|
|
3551
3557
|
"name": "clusterReadEndpoint",
|
|
3552
3558
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3563,7 +3569,7 @@
|
|
|
3563
3569
|
"immutable": true,
|
|
3564
3570
|
"locationInModule": {
|
|
3565
3571
|
"filename": "lib/cluster.ts",
|
|
3566
|
-
"line":
|
|
3572
|
+
"line": 332
|
|
3567
3573
|
},
|
|
3568
3574
|
"name": "clusterResourceIdentifier",
|
|
3569
3575
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseCluster",
|
|
@@ -3580,7 +3586,7 @@
|
|
|
3580
3586
|
"immutable": true,
|
|
3581
3587
|
"locationInModule": {
|
|
3582
3588
|
"filename": "lib/cluster.ts",
|
|
3583
|
-
"line":
|
|
3589
|
+
"line": 347
|
|
3584
3590
|
},
|
|
3585
3591
|
"name": "connections",
|
|
3586
3592
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -3595,7 +3601,7 @@
|
|
|
3595
3601
|
},
|
|
3596
3602
|
"locationInModule": {
|
|
3597
3603
|
"filename": "lib/cluster.ts",
|
|
3598
|
-
"line":
|
|
3604
|
+
"line": 349
|
|
3599
3605
|
},
|
|
3600
3606
|
"name": "enableIamAuthentication",
|
|
3601
3607
|
"optional": true,
|
|
@@ -3619,7 +3625,7 @@
|
|
|
3619
3625
|
"kind": "interface",
|
|
3620
3626
|
"locationInModule": {
|
|
3621
3627
|
"filename": "lib/cluster.ts",
|
|
3622
|
-
"line":
|
|
3628
|
+
"line": 68
|
|
3623
3629
|
},
|
|
3624
3630
|
"name": "DatabaseClusterProps",
|
|
3625
3631
|
"properties": [
|
|
@@ -3632,7 +3638,7 @@
|
|
|
3632
3638
|
"immutable": true,
|
|
3633
3639
|
"locationInModule": {
|
|
3634
3640
|
"filename": "lib/cluster.ts",
|
|
3635
|
-
"line":
|
|
3641
|
+
"line": 150
|
|
3636
3642
|
},
|
|
3637
3643
|
"name": "instanceType",
|
|
3638
3644
|
"type": {
|
|
@@ -3649,7 +3655,7 @@
|
|
|
3649
3655
|
"immutable": true,
|
|
3650
3656
|
"locationInModule": {
|
|
3651
3657
|
"filename": "lib/cluster.ts",
|
|
3652
|
-
"line":
|
|
3658
|
+
"line": 204
|
|
3653
3659
|
},
|
|
3654
3660
|
"name": "vpc",
|
|
3655
3661
|
"type": {
|
|
@@ -3666,7 +3672,7 @@
|
|
|
3666
3672
|
"immutable": true,
|
|
3667
3673
|
"locationInModule": {
|
|
3668
3674
|
"filename": "lib/cluster.ts",
|
|
3669
|
-
"line":
|
|
3675
|
+
"line": 157
|
|
3670
3676
|
},
|
|
3671
3677
|
"name": "associatedRoles",
|
|
3672
3678
|
"optional": true,
|
|
@@ -3689,7 +3695,7 @@
|
|
|
3689
3695
|
"immutable": true,
|
|
3690
3696
|
"locationInModule": {
|
|
3691
3697
|
"filename": "lib/cluster.ts",
|
|
3692
|
-
"line":
|
|
3698
|
+
"line": 88
|
|
3693
3699
|
},
|
|
3694
3700
|
"name": "backupRetention",
|
|
3695
3701
|
"optional": true,
|
|
@@ -3707,7 +3713,7 @@
|
|
|
3707
3713
|
"immutable": true,
|
|
3708
3714
|
"locationInModule": {
|
|
3709
3715
|
"filename": "lib/cluster.ts",
|
|
3710
|
-
"line":
|
|
3716
|
+
"line": 183
|
|
3711
3717
|
},
|
|
3712
3718
|
"name": "clusterParameterGroup",
|
|
3713
3719
|
"optional": true,
|
|
@@ -3725,7 +3731,7 @@
|
|
|
3725
3731
|
"immutable": true,
|
|
3726
3732
|
"locationInModule": {
|
|
3727
3733
|
"filename": "lib/cluster.ts",
|
|
3728
|
-
"line":
|
|
3734
|
+
"line": 128
|
|
3729
3735
|
},
|
|
3730
3736
|
"name": "dbClusterName",
|
|
3731
3737
|
"optional": true,
|
|
@@ -3743,7 +3749,7 @@
|
|
|
3743
3749
|
"immutable": true,
|
|
3744
3750
|
"locationInModule": {
|
|
3745
3751
|
"filename": "lib/cluster.ts",
|
|
3746
|
-
"line":
|
|
3752
|
+
"line": 164
|
|
3747
3753
|
},
|
|
3748
3754
|
"name": "deletionProtection",
|
|
3749
3755
|
"optional": true,
|
|
@@ -3761,7 +3767,7 @@
|
|
|
3761
3767
|
"immutable": true,
|
|
3762
3768
|
"locationInModule": {
|
|
3763
3769
|
"filename": "lib/cluster.ts",
|
|
3764
|
-
"line":
|
|
3770
|
+
"line": 74
|
|
3765
3771
|
},
|
|
3766
3772
|
"name": "engineVersion",
|
|
3767
3773
|
"optional": true,
|
|
@@ -3779,7 +3785,7 @@
|
|
|
3779
3785
|
"immutable": true,
|
|
3780
3786
|
"locationInModule": {
|
|
3781
3787
|
"filename": "lib/cluster.ts",
|
|
3782
|
-
"line":
|
|
3788
|
+
"line": 135
|
|
3783
3789
|
},
|
|
3784
3790
|
"name": "iamAuthentication",
|
|
3785
3791
|
"optional": true,
|
|
@@ -3798,7 +3804,7 @@
|
|
|
3798
3804
|
"immutable": true,
|
|
3799
3805
|
"locationInModule": {
|
|
3800
3806
|
"filename": "lib/cluster.ts",
|
|
3801
|
-
"line":
|
|
3807
|
+
"line": 145
|
|
3802
3808
|
},
|
|
3803
3809
|
"name": "instanceIdentifierBase",
|
|
3804
3810
|
"optional": true,
|
|
@@ -3816,7 +3822,7 @@
|
|
|
3816
3822
|
"immutable": true,
|
|
3817
3823
|
"locationInModule": {
|
|
3818
3824
|
"filename": "lib/cluster.ts",
|
|
3819
|
-
"line":
|
|
3825
|
+
"line": 121
|
|
3820
3826
|
},
|
|
3821
3827
|
"name": "instances",
|
|
3822
3828
|
"optional": true,
|
|
@@ -3834,7 +3840,7 @@
|
|
|
3834
3840
|
"immutable": true,
|
|
3835
3841
|
"locationInModule": {
|
|
3836
3842
|
"filename": "lib/cluster.ts",
|
|
3837
|
-
"line":
|
|
3843
|
+
"line": 107
|
|
3838
3844
|
},
|
|
3839
3845
|
"name": "kmsKey",
|
|
3840
3846
|
"optional": true,
|
|
@@ -3852,7 +3858,7 @@
|
|
|
3852
3858
|
"immutable": true,
|
|
3853
3859
|
"locationInModule": {
|
|
3854
3860
|
"filename": "lib/cluster.ts",
|
|
3855
|
-
"line":
|
|
3861
|
+
"line": 190
|
|
3856
3862
|
},
|
|
3857
3863
|
"name": "parameterGroup",
|
|
3858
3864
|
"optional": true,
|
|
@@ -3870,7 +3876,7 @@
|
|
|
3870
3876
|
"immutable": true,
|
|
3871
3877
|
"locationInModule": {
|
|
3872
3878
|
"filename": "lib/cluster.ts",
|
|
3873
|
-
"line":
|
|
3879
|
+
"line": 81
|
|
3874
3880
|
},
|
|
3875
3881
|
"name": "port",
|
|
3876
3882
|
"optional": true,
|
|
@@ -3889,7 +3895,7 @@
|
|
|
3889
3895
|
"immutable": true,
|
|
3890
3896
|
"locationInModule": {
|
|
3891
3897
|
"filename": "lib/cluster.ts",
|
|
3892
|
-
"line":
|
|
3898
|
+
"line": 100
|
|
3893
3899
|
},
|
|
3894
3900
|
"name": "preferredBackupWindow",
|
|
3895
3901
|
"optional": true,
|
|
@@ -3908,7 +3914,7 @@
|
|
|
3908
3914
|
"immutable": true,
|
|
3909
3915
|
"locationInModule": {
|
|
3910
3916
|
"filename": "lib/cluster.ts",
|
|
3911
|
-
"line":
|
|
3917
|
+
"line": 176
|
|
3912
3918
|
},
|
|
3913
3919
|
"name": "preferredMaintenanceWindow",
|
|
3914
3920
|
"optional": true,
|
|
@@ -3927,7 +3933,7 @@
|
|
|
3927
3933
|
"immutable": true,
|
|
3928
3934
|
"locationInModule": {
|
|
3929
3935
|
"filename": "lib/cluster.ts",
|
|
3930
|
-
"line":
|
|
3936
|
+
"line": 228
|
|
3931
3937
|
},
|
|
3932
3938
|
"name": "removalPolicy",
|
|
3933
3939
|
"optional": true,
|
|
@@ -3945,7 +3951,7 @@
|
|
|
3945
3951
|
"immutable": true,
|
|
3946
3952
|
"locationInModule": {
|
|
3947
3953
|
"filename": "lib/cluster.ts",
|
|
3948
|
-
"line":
|
|
3954
|
+
"line": 218
|
|
3949
3955
|
},
|
|
3950
3956
|
"name": "securityGroups",
|
|
3951
3957
|
"optional": true,
|
|
@@ -3968,7 +3974,7 @@
|
|
|
3968
3974
|
"immutable": true,
|
|
3969
3975
|
"locationInModule": {
|
|
3970
3976
|
"filename": "lib/cluster.ts",
|
|
3971
|
-
"line":
|
|
3977
|
+
"line": 114
|
|
3972
3978
|
},
|
|
3973
3979
|
"name": "storageEncrypted",
|
|
3974
3980
|
"optional": true,
|
|
@@ -3986,7 +3992,7 @@
|
|
|
3986
3992
|
"immutable": true,
|
|
3987
3993
|
"locationInModule": {
|
|
3988
3994
|
"filename": "lib/cluster.ts",
|
|
3989
|
-
"line":
|
|
3995
|
+
"line": 197
|
|
3990
3996
|
},
|
|
3991
3997
|
"name": "subnetGroup",
|
|
3992
3998
|
"optional": true,
|
|
@@ -4004,7 +4010,7 @@
|
|
|
4004
4010
|
"immutable": true,
|
|
4005
4011
|
"locationInModule": {
|
|
4006
4012
|
"filename": "lib/cluster.ts",
|
|
4007
|
-
"line":
|
|
4013
|
+
"line": 211
|
|
4008
4014
|
},
|
|
4009
4015
|
"name": "vpcSubnets",
|
|
4010
4016
|
"optional": true,
|
|
@@ -4033,7 +4039,7 @@
|
|
|
4033
4039
|
},
|
|
4034
4040
|
"locationInModule": {
|
|
4035
4041
|
"filename": "lib/instance.ts",
|
|
4036
|
-
"line":
|
|
4042
|
+
"line": 283
|
|
4037
4043
|
},
|
|
4038
4044
|
"parameters": [
|
|
4039
4045
|
{
|
|
@@ -4062,7 +4068,7 @@
|
|
|
4062
4068
|
"kind": "class",
|
|
4063
4069
|
"locationInModule": {
|
|
4064
4070
|
"filename": "lib/instance.ts",
|
|
4065
|
-
"line":
|
|
4071
|
+
"line": 240
|
|
4066
4072
|
},
|
|
4067
4073
|
"methods": [
|
|
4068
4074
|
{
|
|
@@ -4072,7 +4078,7 @@
|
|
|
4072
4078
|
},
|
|
4073
4079
|
"locationInModule": {
|
|
4074
4080
|
"filename": "lib/instance.ts",
|
|
4075
|
-
"line":
|
|
4081
|
+
"line": 245
|
|
4076
4082
|
},
|
|
4077
4083
|
"name": "fromDatabaseInstanceAttributes",
|
|
4078
4084
|
"parameters": [
|
|
@@ -4113,7 +4119,7 @@
|
|
|
4113
4119
|
"immutable": true,
|
|
4114
4120
|
"locationInModule": {
|
|
4115
4121
|
"filename": "lib/instance.ts",
|
|
4116
|
-
"line":
|
|
4122
|
+
"line": 261
|
|
4117
4123
|
},
|
|
4118
4124
|
"name": "cluster",
|
|
4119
4125
|
"type": {
|
|
@@ -4131,7 +4137,7 @@
|
|
|
4131
4137
|
"immutable": true,
|
|
4132
4138
|
"locationInModule": {
|
|
4133
4139
|
"filename": "lib/instance.ts",
|
|
4134
|
-
"line":
|
|
4140
|
+
"line": 276
|
|
4135
4141
|
},
|
|
4136
4142
|
"name": "dbInstanceEndpointAddress",
|
|
4137
4143
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -4150,7 +4156,7 @@
|
|
|
4150
4156
|
"immutable": true,
|
|
4151
4157
|
"locationInModule": {
|
|
4152
4158
|
"filename": "lib/instance.ts",
|
|
4153
|
-
"line":
|
|
4159
|
+
"line": 281
|
|
4154
4160
|
},
|
|
4155
4161
|
"name": "dbInstanceEndpointPort",
|
|
4156
4162
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -4169,7 +4175,7 @@
|
|
|
4169
4175
|
"immutable": true,
|
|
4170
4176
|
"locationInModule": {
|
|
4171
4177
|
"filename": "lib/instance.ts",
|
|
4172
|
-
"line":
|
|
4178
|
+
"line": 271
|
|
4173
4179
|
},
|
|
4174
4180
|
"name": "instanceEndpoint",
|
|
4175
4181
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -4188,7 +4194,7 @@
|
|
|
4188
4194
|
"immutable": true,
|
|
4189
4195
|
"locationInModule": {
|
|
4190
4196
|
"filename": "lib/instance.ts",
|
|
4191
|
-
"line":
|
|
4197
|
+
"line": 266
|
|
4192
4198
|
},
|
|
4193
4199
|
"name": "instanceIdentifier",
|
|
4194
4200
|
"overrides": "@aws-cdk/aws-neptune-alpha.IDatabaseInstance",
|
|
@@ -4205,13 +4211,16 @@
|
|
|
4205
4211
|
"docs": {
|
|
4206
4212
|
"stability": "experimental",
|
|
4207
4213
|
"summary": "Properties that describe an existing instance.",
|
|
4208
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\n\nconst databaseInstanceAttributes: neptune_alpha.DatabaseInstanceAttributes = {\n instanceEndpointAddress: 'instanceEndpointAddress',\n instanceIdentifier: 'instanceIdentifier',\n port: 123,\n};"
|
|
4214
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\n\nconst databaseInstanceAttributes: neptune_alpha.DatabaseInstanceAttributes = {\n instanceEndpointAddress: 'instanceEndpointAddress',\n instanceIdentifier: 'instanceIdentifier',\n port: 123,\n};",
|
|
4215
|
+
"custom": {
|
|
4216
|
+
"exampleMetadata": "fixture=_generated"
|
|
4217
|
+
}
|
|
4209
4218
|
},
|
|
4210
4219
|
"fqn": "@aws-cdk/aws-neptune-alpha.DatabaseInstanceAttributes",
|
|
4211
4220
|
"kind": "interface",
|
|
4212
4221
|
"locationInModule": {
|
|
4213
4222
|
"filename": "lib/instance.ts",
|
|
4214
|
-
"line":
|
|
4223
|
+
"line": 173
|
|
4215
4224
|
},
|
|
4216
4225
|
"name": "DatabaseInstanceAttributes",
|
|
4217
4226
|
"properties": [
|
|
@@ -4224,7 +4233,7 @@
|
|
|
4224
4233
|
"immutable": true,
|
|
4225
4234
|
"locationInModule": {
|
|
4226
4235
|
"filename": "lib/instance.ts",
|
|
4227
|
-
"line":
|
|
4236
|
+
"line": 182
|
|
4228
4237
|
},
|
|
4229
4238
|
"name": "instanceEndpointAddress",
|
|
4230
4239
|
"type": {
|
|
@@ -4240,7 +4249,7 @@
|
|
|
4240
4249
|
"immutable": true,
|
|
4241
4250
|
"locationInModule": {
|
|
4242
4251
|
"filename": "lib/instance.ts",
|
|
4243
|
-
"line":
|
|
4252
|
+
"line": 177
|
|
4244
4253
|
},
|
|
4245
4254
|
"name": "instanceIdentifier",
|
|
4246
4255
|
"type": {
|
|
@@ -4256,7 +4265,7 @@
|
|
|
4256
4265
|
"immutable": true,
|
|
4257
4266
|
"locationInModule": {
|
|
4258
4267
|
"filename": "lib/instance.ts",
|
|
4259
|
-
"line":
|
|
4268
|
+
"line": 187
|
|
4260
4269
|
},
|
|
4261
4270
|
"name": "port",
|
|
4262
4271
|
"type": {
|
|
@@ -4278,7 +4287,7 @@
|
|
|
4278
4287
|
"kind": "interface",
|
|
4279
4288
|
"locationInModule": {
|
|
4280
4289
|
"filename": "lib/instance.ts",
|
|
4281
|
-
"line":
|
|
4290
|
+
"line": 193
|
|
4282
4291
|
},
|
|
4283
4292
|
"name": "DatabaseInstanceProps",
|
|
4284
4293
|
"properties": [
|
|
@@ -4291,7 +4300,7 @@
|
|
|
4291
4300
|
"immutable": true,
|
|
4292
4301
|
"locationInModule": {
|
|
4293
4302
|
"filename": "lib/instance.ts",
|
|
4294
|
-
"line":
|
|
4303
|
+
"line": 197
|
|
4295
4304
|
},
|
|
4296
4305
|
"name": "cluster",
|
|
4297
4306
|
"type": {
|
|
@@ -4307,7 +4316,7 @@
|
|
|
4307
4316
|
"immutable": true,
|
|
4308
4317
|
"locationInModule": {
|
|
4309
4318
|
"filename": "lib/instance.ts",
|
|
4310
|
-
"line":
|
|
4319
|
+
"line": 202
|
|
4311
4320
|
},
|
|
4312
4321
|
"name": "instanceType",
|
|
4313
4322
|
"type": {
|
|
@@ -4324,7 +4333,7 @@
|
|
|
4324
4333
|
"immutable": true,
|
|
4325
4334
|
"locationInModule": {
|
|
4326
4335
|
"filename": "lib/instance.ts",
|
|
4327
|
-
"line":
|
|
4336
|
+
"line": 209
|
|
4328
4337
|
},
|
|
4329
4338
|
"name": "availabilityZone",
|
|
4330
4339
|
"optional": true,
|
|
@@ -4343,7 +4352,7 @@
|
|
|
4343
4352
|
"immutable": true,
|
|
4344
4353
|
"locationInModule": {
|
|
4345
4354
|
"filename": "lib/instance.ts",
|
|
4346
|
-
"line":
|
|
4355
|
+
"line": 217
|
|
4347
4356
|
},
|
|
4348
4357
|
"name": "dbInstanceName",
|
|
4349
4358
|
"optional": true,
|
|
@@ -4361,7 +4370,7 @@
|
|
|
4361
4370
|
"immutable": true,
|
|
4362
4371
|
"locationInModule": {
|
|
4363
4372
|
"filename": "lib/instance.ts",
|
|
4364
|
-
"line":
|
|
4373
|
+
"line": 224
|
|
4365
4374
|
},
|
|
4366
4375
|
"name": "parameterGroup",
|
|
4367
4376
|
"optional": true,
|
|
@@ -4379,7 +4388,7 @@
|
|
|
4379
4388
|
"immutable": true,
|
|
4380
4389
|
"locationInModule": {
|
|
4381
4390
|
"filename": "lib/instance.ts",
|
|
4382
|
-
"line":
|
|
4391
|
+
"line": 232
|
|
4383
4392
|
},
|
|
4384
4393
|
"name": "removalPolicy",
|
|
4385
4394
|
"optional": true,
|
|
@@ -4396,7 +4405,10 @@
|
|
|
4396
4405
|
"remarks": "Consists of a combination of hostname and port.",
|
|
4397
4406
|
"stability": "experimental",
|
|
4398
4407
|
"summary": "Connection endpoint of a neptune cluster or instance.",
|
|
4399
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\n\nconst endpoint = new neptune_alpha.Endpoint('address', 123);"
|
|
4408
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\n\nconst endpoint = new neptune_alpha.Endpoint('address', 123);",
|
|
4409
|
+
"custom": {
|
|
4410
|
+
"exampleMetadata": "fixture=_generated"
|
|
4411
|
+
}
|
|
4400
4412
|
},
|
|
4401
4413
|
"fqn": "@aws-cdk/aws-neptune-alpha.Endpoint",
|
|
4402
4414
|
"initializer": {
|
|
@@ -4482,7 +4494,10 @@
|
|
|
4482
4494
|
"docs": {
|
|
4483
4495
|
"stability": "experimental",
|
|
4484
4496
|
"summary": "Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseClusterProps.engineVersion}.",
|
|
4485
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\n\nconst engineVersion = neptune_alpha.EngineVersion.V1_0_1_0;"
|
|
4497
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\n\nconst engineVersion = neptune_alpha.EngineVersion.V1_0_1_0;",
|
|
4498
|
+
"custom": {
|
|
4499
|
+
"exampleMetadata": "fixture=_generated"
|
|
4500
|
+
}
|
|
4486
4501
|
},
|
|
4487
4502
|
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion",
|
|
4488
4503
|
"initializer": {
|
|
@@ -4492,7 +4507,7 @@
|
|
|
4492
4507
|
},
|
|
4493
4508
|
"locationInModule": {
|
|
4494
4509
|
"filename": "lib/cluster.ts",
|
|
4495
|
-
"line":
|
|
4510
|
+
"line": 62
|
|
4496
4511
|
},
|
|
4497
4512
|
"parameters": [
|
|
4498
4513
|
{
|
|
@@ -4666,6 +4681,23 @@
|
|
|
4666
4681
|
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
4667
4682
|
}
|
|
4668
4683
|
},
|
|
4684
|
+
{
|
|
4685
|
+
"const": true,
|
|
4686
|
+
"docs": {
|
|
4687
|
+
"stability": "experimental",
|
|
4688
|
+
"summary": "Neptune engine version 1.1.0.0."
|
|
4689
|
+
},
|
|
4690
|
+
"immutable": true,
|
|
4691
|
+
"locationInModule": {
|
|
4692
|
+
"filename": "lib/cluster.ts",
|
|
4693
|
+
"line": 56
|
|
4694
|
+
},
|
|
4695
|
+
"name": "V1_1_0_0",
|
|
4696
|
+
"static": true,
|
|
4697
|
+
"type": {
|
|
4698
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.EngineVersion"
|
|
4699
|
+
}
|
|
4700
|
+
},
|
|
4669
4701
|
{
|
|
4670
4702
|
"docs": {
|
|
4671
4703
|
"stability": "experimental",
|
|
@@ -4674,7 +4706,7 @@
|
|
|
4674
4706
|
"immutable": true,
|
|
4675
4707
|
"locationInModule": {
|
|
4676
4708
|
"filename": "lib/cluster.ts",
|
|
4677
|
-
"line":
|
|
4709
|
+
"line": 62
|
|
4678
4710
|
},
|
|
4679
4711
|
"name": "version",
|
|
4680
4712
|
"type": {
|
|
@@ -4734,7 +4766,7 @@
|
|
|
4734
4766
|
"kind": "interface",
|
|
4735
4767
|
"locationInModule": {
|
|
4736
4768
|
"filename": "lib/cluster.ts",
|
|
4737
|
-
"line":
|
|
4769
|
+
"line": 234
|
|
4738
4770
|
},
|
|
4739
4771
|
"methods": [
|
|
4740
4772
|
{
|
|
@@ -4745,7 +4777,7 @@
|
|
|
4745
4777
|
},
|
|
4746
4778
|
"locationInModule": {
|
|
4747
4779
|
"filename": "lib/cluster.ts",
|
|
4748
|
-
"line":
|
|
4780
|
+
"line": 261
|
|
4749
4781
|
},
|
|
4750
4782
|
"name": "grantConnect",
|
|
4751
4783
|
"parameters": [
|
|
@@ -4777,7 +4809,7 @@
|
|
|
4777
4809
|
"immutable": true,
|
|
4778
4810
|
"locationInModule": {
|
|
4779
4811
|
"filename": "lib/cluster.ts",
|
|
4780
|
-
"line":
|
|
4812
|
+
"line": 250
|
|
4781
4813
|
},
|
|
4782
4814
|
"name": "clusterEndpoint",
|
|
4783
4815
|
"type": {
|
|
@@ -4793,7 +4825,7 @@
|
|
|
4793
4825
|
"immutable": true,
|
|
4794
4826
|
"locationInModule": {
|
|
4795
4827
|
"filename": "lib/cluster.ts",
|
|
4796
|
-
"line":
|
|
4828
|
+
"line": 238
|
|
4797
4829
|
},
|
|
4798
4830
|
"name": "clusterIdentifier",
|
|
4799
4831
|
"type": {
|
|
@@ -4812,7 +4844,7 @@
|
|
|
4812
4844
|
"immutable": true,
|
|
4813
4845
|
"locationInModule": {
|
|
4814
4846
|
"filename": "lib/cluster.ts",
|
|
4815
|
-
"line":
|
|
4847
|
+
"line": 256
|
|
4816
4848
|
},
|
|
4817
4849
|
"name": "clusterReadEndpoint",
|
|
4818
4850
|
"type": {
|
|
@@ -4831,7 +4863,7 @@
|
|
|
4831
4863
|
"immutable": true,
|
|
4832
4864
|
"locationInModule": {
|
|
4833
4865
|
"filename": "lib/cluster.ts",
|
|
4834
|
-
"line":
|
|
4866
|
+
"line": 244
|
|
4835
4867
|
},
|
|
4836
4868
|
"name": "clusterResourceIdentifier",
|
|
4837
4869
|
"type": {
|
|
@@ -4854,7 +4886,7 @@
|
|
|
4854
4886
|
"kind": "interface",
|
|
4855
4887
|
"locationInModule": {
|
|
4856
4888
|
"filename": "lib/instance.ts",
|
|
4857
|
-
"line":
|
|
4889
|
+
"line": 144
|
|
4858
4890
|
},
|
|
4859
4891
|
"name": "IDatabaseInstance",
|
|
4860
4892
|
"properties": [
|
|
@@ -4870,7 +4902,7 @@
|
|
|
4870
4902
|
"immutable": true,
|
|
4871
4903
|
"locationInModule": {
|
|
4872
4904
|
"filename": "lib/instance.ts",
|
|
4873
|
-
"line":
|
|
4905
|
+
"line": 160
|
|
4874
4906
|
},
|
|
4875
4907
|
"name": "dbInstanceEndpointAddress",
|
|
4876
4908
|
"type": {
|
|
@@ -4889,7 +4921,7 @@
|
|
|
4889
4921
|
"immutable": true,
|
|
4890
4922
|
"locationInModule": {
|
|
4891
4923
|
"filename": "lib/instance.ts",
|
|
4892
|
-
"line":
|
|
4924
|
+
"line": 167
|
|
4893
4925
|
},
|
|
4894
4926
|
"name": "dbInstanceEndpointPort",
|
|
4895
4927
|
"type": {
|
|
@@ -4905,7 +4937,7 @@
|
|
|
4905
4937
|
"immutable": true,
|
|
4906
4938
|
"locationInModule": {
|
|
4907
4939
|
"filename": "lib/instance.ts",
|
|
4908
|
-
"line":
|
|
4940
|
+
"line": 153
|
|
4909
4941
|
},
|
|
4910
4942
|
"name": "instanceEndpoint",
|
|
4911
4943
|
"type": {
|
|
@@ -4921,7 +4953,7 @@
|
|
|
4921
4953
|
"immutable": true,
|
|
4922
4954
|
"locationInModule": {
|
|
4923
4955
|
"filename": "lib/instance.ts",
|
|
4924
|
-
"line":
|
|
4956
|
+
"line": 148
|
|
4925
4957
|
},
|
|
4926
4958
|
"name": "instanceIdentifier",
|
|
4927
4959
|
"type": {
|
|
@@ -5027,7 +5059,7 @@
|
|
|
5027
5059
|
},
|
|
5028
5060
|
"locationInModule": {
|
|
5029
5061
|
"filename": "lib/instance.ts",
|
|
5030
|
-
"line":
|
|
5062
|
+
"line": 123
|
|
5031
5063
|
},
|
|
5032
5064
|
"name": "of",
|
|
5033
5065
|
"parameters": [
|
|
@@ -5057,7 +5089,7 @@
|
|
|
5057
5089
|
"immutable": true,
|
|
5058
5090
|
"locationInModule": {
|
|
5059
5091
|
"filename": "lib/instance.ts",
|
|
5060
|
-
"line":
|
|
5092
|
+
"line": 103
|
|
5061
5093
|
},
|
|
5062
5094
|
"name": "R4_2XLARGE",
|
|
5063
5095
|
"static": true,
|
|
@@ -5074,7 +5106,7 @@
|
|
|
5074
5106
|
"immutable": true,
|
|
5075
5107
|
"locationInModule": {
|
|
5076
5108
|
"filename": "lib/instance.ts",
|
|
5077
|
-
"line":
|
|
5109
|
+
"line": 108
|
|
5078
5110
|
},
|
|
5079
5111
|
"name": "R4_4XLARGE",
|
|
5080
5112
|
"static": true,
|
|
@@ -5091,7 +5123,7 @@
|
|
|
5091
5123
|
"immutable": true,
|
|
5092
5124
|
"locationInModule": {
|
|
5093
5125
|
"filename": "lib/instance.ts",
|
|
5094
|
-
"line":
|
|
5126
|
+
"line": 113
|
|
5095
5127
|
},
|
|
5096
5128
|
"name": "R4_8XLARGE",
|
|
5097
5129
|
"static": true,
|
|
@@ -5108,7 +5140,7 @@
|
|
|
5108
5140
|
"immutable": true,
|
|
5109
5141
|
"locationInModule": {
|
|
5110
5142
|
"filename": "lib/instance.ts",
|
|
5111
|
-
"line":
|
|
5143
|
+
"line": 93
|
|
5112
5144
|
},
|
|
5113
5145
|
"name": "R4_LARGE",
|
|
5114
5146
|
"static": true,
|
|
@@ -5125,7 +5157,7 @@
|
|
|
5125
5157
|
"immutable": true,
|
|
5126
5158
|
"locationInModule": {
|
|
5127
5159
|
"filename": "lib/instance.ts",
|
|
5128
|
-
"line":
|
|
5160
|
+
"line": 98
|
|
5129
5161
|
},
|
|
5130
5162
|
"name": "R4_XLARGE",
|
|
5131
5163
|
"static": true,
|
|
@@ -5142,7 +5174,7 @@
|
|
|
5142
5174
|
"immutable": true,
|
|
5143
5175
|
"locationInModule": {
|
|
5144
5176
|
"filename": "lib/instance.ts",
|
|
5145
|
-
"line":
|
|
5177
|
+
"line": 83
|
|
5146
5178
|
},
|
|
5147
5179
|
"name": "R5_12XLARGE",
|
|
5148
5180
|
"static": true,
|
|
@@ -5159,7 +5191,7 @@
|
|
|
5159
5191
|
"immutable": true,
|
|
5160
5192
|
"locationInModule": {
|
|
5161
5193
|
"filename": "lib/instance.ts",
|
|
5162
|
-
"line":
|
|
5194
|
+
"line": 88
|
|
5163
5195
|
},
|
|
5164
5196
|
"name": "R5_24XLARGE",
|
|
5165
5197
|
"static": true,
|
|
@@ -5176,7 +5208,7 @@
|
|
|
5176
5208
|
"immutable": true,
|
|
5177
5209
|
"locationInModule": {
|
|
5178
5210
|
"filename": "lib/instance.ts",
|
|
5179
|
-
"line":
|
|
5211
|
+
"line": 68
|
|
5180
5212
|
},
|
|
5181
5213
|
"name": "R5_2XLARGE",
|
|
5182
5214
|
"static": true,
|
|
@@ -5193,7 +5225,7 @@
|
|
|
5193
5225
|
"immutable": true,
|
|
5194
5226
|
"locationInModule": {
|
|
5195
5227
|
"filename": "lib/instance.ts",
|
|
5196
|
-
"line":
|
|
5228
|
+
"line": 73
|
|
5197
5229
|
},
|
|
5198
5230
|
"name": "R5_4XLARGE",
|
|
5199
5231
|
"static": true,
|
|
@@ -5210,7 +5242,7 @@
|
|
|
5210
5242
|
"immutable": true,
|
|
5211
5243
|
"locationInModule": {
|
|
5212
5244
|
"filename": "lib/instance.ts",
|
|
5213
|
-
"line":
|
|
5245
|
+
"line": 78
|
|
5214
5246
|
},
|
|
5215
5247
|
"name": "R5_8XLARGE",
|
|
5216
5248
|
"static": true,
|
|
@@ -5227,7 +5259,7 @@
|
|
|
5227
5259
|
"immutable": true,
|
|
5228
5260
|
"locationInModule": {
|
|
5229
5261
|
"filename": "lib/instance.ts",
|
|
5230
|
-
"line":
|
|
5262
|
+
"line": 58
|
|
5231
5263
|
},
|
|
5232
5264
|
"name": "R5_LARGE",
|
|
5233
5265
|
"static": true,
|
|
@@ -5244,7 +5276,7 @@
|
|
|
5244
5276
|
"immutable": true,
|
|
5245
5277
|
"locationInModule": {
|
|
5246
5278
|
"filename": "lib/instance.ts",
|
|
5247
|
-
"line":
|
|
5279
|
+
"line": 63
|
|
5248
5280
|
},
|
|
5249
5281
|
"name": "R5_XLARGE",
|
|
5250
5282
|
"static": true,
|
|
@@ -5252,6 +5284,125 @@
|
|
|
5252
5284
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5253
5285
|
}
|
|
5254
5286
|
},
|
|
5287
|
+
{
|
|
5288
|
+
"const": true,
|
|
5289
|
+
"docs": {
|
|
5290
|
+
"stability": "experimental",
|
|
5291
|
+
"summary": "db.r6g.12xlarge."
|
|
5292
|
+
},
|
|
5293
|
+
"immutable": true,
|
|
5294
|
+
"locationInModule": {
|
|
5295
|
+
"filename": "lib/instance.ts",
|
|
5296
|
+
"line": 43
|
|
5297
|
+
},
|
|
5298
|
+
"name": "R6G_12XLARGE",
|
|
5299
|
+
"static": true,
|
|
5300
|
+
"type": {
|
|
5301
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5302
|
+
}
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"const": true,
|
|
5306
|
+
"docs": {
|
|
5307
|
+
"stability": "experimental",
|
|
5308
|
+
"summary": "db.r6g.16xlarge."
|
|
5309
|
+
},
|
|
5310
|
+
"immutable": true,
|
|
5311
|
+
"locationInModule": {
|
|
5312
|
+
"filename": "lib/instance.ts",
|
|
5313
|
+
"line": 48
|
|
5314
|
+
},
|
|
5315
|
+
"name": "R6G_16XLARGE",
|
|
5316
|
+
"static": true,
|
|
5317
|
+
"type": {
|
|
5318
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5319
|
+
}
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"const": true,
|
|
5323
|
+
"docs": {
|
|
5324
|
+
"stability": "experimental",
|
|
5325
|
+
"summary": "db.r6g.2xlarge."
|
|
5326
|
+
},
|
|
5327
|
+
"immutable": true,
|
|
5328
|
+
"locationInModule": {
|
|
5329
|
+
"filename": "lib/instance.ts",
|
|
5330
|
+
"line": 28
|
|
5331
|
+
},
|
|
5332
|
+
"name": "R6G_2XLARGE",
|
|
5333
|
+
"static": true,
|
|
5334
|
+
"type": {
|
|
5335
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5336
|
+
}
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"const": true,
|
|
5340
|
+
"docs": {
|
|
5341
|
+
"stability": "experimental",
|
|
5342
|
+
"summary": "db.r6g.4xlarge."
|
|
5343
|
+
},
|
|
5344
|
+
"immutable": true,
|
|
5345
|
+
"locationInModule": {
|
|
5346
|
+
"filename": "lib/instance.ts",
|
|
5347
|
+
"line": 33
|
|
5348
|
+
},
|
|
5349
|
+
"name": "R6G_4XLARGE",
|
|
5350
|
+
"static": true,
|
|
5351
|
+
"type": {
|
|
5352
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5353
|
+
}
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"const": true,
|
|
5357
|
+
"docs": {
|
|
5358
|
+
"stability": "experimental",
|
|
5359
|
+
"summary": "db.r6g.8xlarge."
|
|
5360
|
+
},
|
|
5361
|
+
"immutable": true,
|
|
5362
|
+
"locationInModule": {
|
|
5363
|
+
"filename": "lib/instance.ts",
|
|
5364
|
+
"line": 38
|
|
5365
|
+
},
|
|
5366
|
+
"name": "R6G_8XLARGE",
|
|
5367
|
+
"static": true,
|
|
5368
|
+
"type": {
|
|
5369
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5370
|
+
}
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"const": true,
|
|
5374
|
+
"docs": {
|
|
5375
|
+
"stability": "experimental",
|
|
5376
|
+
"summary": "db.r6g.large."
|
|
5377
|
+
},
|
|
5378
|
+
"immutable": true,
|
|
5379
|
+
"locationInModule": {
|
|
5380
|
+
"filename": "lib/instance.ts",
|
|
5381
|
+
"line": 18
|
|
5382
|
+
},
|
|
5383
|
+
"name": "R6G_LARGE",
|
|
5384
|
+
"static": true,
|
|
5385
|
+
"type": {
|
|
5386
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"const": true,
|
|
5391
|
+
"docs": {
|
|
5392
|
+
"stability": "experimental",
|
|
5393
|
+
"summary": "db.r6g.xlarge."
|
|
5394
|
+
},
|
|
5395
|
+
"immutable": true,
|
|
5396
|
+
"locationInModule": {
|
|
5397
|
+
"filename": "lib/instance.ts",
|
|
5398
|
+
"line": 23
|
|
5399
|
+
},
|
|
5400
|
+
"name": "R6G_XLARGE",
|
|
5401
|
+
"static": true,
|
|
5402
|
+
"type": {
|
|
5403
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5404
|
+
}
|
|
5405
|
+
},
|
|
5255
5406
|
{
|
|
5256
5407
|
"const": true,
|
|
5257
5408
|
"docs": {
|
|
@@ -5261,13 +5412,30 @@
|
|
|
5261
5412
|
"immutable": true,
|
|
5262
5413
|
"locationInModule": {
|
|
5263
5414
|
"filename": "lib/instance.ts",
|
|
5264
|
-
"line":
|
|
5415
|
+
"line": 118
|
|
5265
5416
|
},
|
|
5266
5417
|
"name": "T3_MEDIUM",
|
|
5267
5418
|
"static": true,
|
|
5268
5419
|
"type": {
|
|
5269
5420
|
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5270
5421
|
}
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"const": true,
|
|
5425
|
+
"docs": {
|
|
5426
|
+
"stability": "experimental",
|
|
5427
|
+
"summary": "db.t4g.medium."
|
|
5428
|
+
},
|
|
5429
|
+
"immutable": true,
|
|
5430
|
+
"locationInModule": {
|
|
5431
|
+
"filename": "lib/instance.ts",
|
|
5432
|
+
"line": 53
|
|
5433
|
+
},
|
|
5434
|
+
"name": "T4G_MEDIUM",
|
|
5435
|
+
"static": true,
|
|
5436
|
+
"type": {
|
|
5437
|
+
"fqn": "@aws-cdk/aws-neptune-alpha.InstanceType"
|
|
5438
|
+
}
|
|
5271
5439
|
}
|
|
5272
5440
|
],
|
|
5273
5441
|
"symbolId": "lib/instance:InstanceType"
|
|
@@ -5462,11 +5630,12 @@
|
|
|
5462
5630
|
"base": "aws-cdk-lib.Resource",
|
|
5463
5631
|
"docs": {
|
|
5464
5632
|
"custom": {
|
|
5465
|
-
"resource": "AWS::Neptune::DBSubnetGroup"
|
|
5633
|
+
"resource": "AWS::Neptune::DBSubnetGroup",
|
|
5634
|
+
"exampleMetadata": "fixture=_generated"
|
|
5466
5635
|
},
|
|
5467
5636
|
"stability": "experimental",
|
|
5468
5637
|
"summary": "Class for creating a RDS DB subnet group.",
|
|
5469
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const subnet: ec2.Subnet;\ndeclare const subnetFilter: ec2.SubnetFilter;\ndeclare const vpc: ec2.Vpc;\n\nconst subnetGroup = new neptune_alpha.SubnetGroup(this, 'MySubnetGroup', {\n vpc: vpc,\n\n // the properties below are optional\n description: 'description',\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n subnetGroupName: 'subnetGroupName',\n vpcSubnets: {\n availabilityZones: ['availabilityZones'],\n onePerAz: false,\n subnetFilters: [subnetFilter],\n subnetGroupName: 'subnetGroupName',\n
|
|
5638
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const subnet: ec2.Subnet;\ndeclare const subnetFilter: ec2.SubnetFilter;\ndeclare const vpc: ec2.Vpc;\n\nconst subnetGroup = new neptune_alpha.SubnetGroup(this, 'MySubnetGroup', {\n vpc: vpc,\n\n // the properties below are optional\n description: 'description',\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n subnetGroupName: 'subnetGroupName',\n vpcSubnets: {\n availabilityZones: ['availabilityZones'],\n onePerAz: false,\n subnetFilters: [subnetFilter],\n subnetGroupName: 'subnetGroupName',\n subnets: [subnet],\n subnetType: ec2.SubnetType.PRIVATE_ISOLATED,\n },\n});"
|
|
5470
5639
|
},
|
|
5471
5640
|
"fqn": "@aws-cdk/aws-neptune-alpha.SubnetGroup",
|
|
5472
5641
|
"initializer": {
|
|
@@ -5572,7 +5741,10 @@
|
|
|
5572
5741
|
"docs": {
|
|
5573
5742
|
"stability": "experimental",
|
|
5574
5743
|
"summary": "Properties for creating a SubnetGroup.",
|
|
5575
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const subnet: ec2.Subnet;\ndeclare const subnetFilter: ec2.SubnetFilter;\ndeclare const vpc: ec2.Vpc;\n\nconst subnetGroupProps: neptune_alpha.SubnetGroupProps = {\n vpc: vpc,\n\n // the properties below are optional\n description: 'description',\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n subnetGroupName: 'subnetGroupName',\n vpcSubnets: {\n availabilityZones: ['availabilityZones'],\n onePerAz: false,\n subnetFilters: [subnetFilter],\n subnetGroupName: 'subnetGroupName',\n
|
|
5744
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';\nimport * as cdk from 'aws-cdk-lib';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const subnet: ec2.Subnet;\ndeclare const subnetFilter: ec2.SubnetFilter;\ndeclare const vpc: ec2.Vpc;\n\nconst subnetGroupProps: neptune_alpha.SubnetGroupProps = {\n vpc: vpc,\n\n // the properties below are optional\n description: 'description',\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n subnetGroupName: 'subnetGroupName',\n vpcSubnets: {\n availabilityZones: ['availabilityZones'],\n onePerAz: false,\n subnetFilters: [subnetFilter],\n subnetGroupName: 'subnetGroupName',\n subnets: [subnet],\n subnetType: ec2.SubnetType.PRIVATE_ISOLATED,\n },\n};",
|
|
5745
|
+
"custom": {
|
|
5746
|
+
"exampleMetadata": "fixture=_generated"
|
|
5747
|
+
}
|
|
5576
5748
|
},
|
|
5577
5749
|
"fqn": "@aws-cdk/aws-neptune-alpha.SubnetGroupProps",
|
|
5578
5750
|
"kind": "interface",
|
|
@@ -5674,6 +5846,6 @@
|
|
|
5674
5846
|
"symbolId": "lib/subnet-group:SubnetGroupProps"
|
|
5675
5847
|
}
|
|
5676
5848
|
},
|
|
5677
|
-
"version": "2.
|
|
5849
|
+
"version": "2.1.0-alpha.0",
|
|
5678
5850
|
"fingerprint": "**********"
|
|
5679
5851
|
}
|