@aws-cdk/aws-neptune-alpha 2.1.0-alpha.0 → 2.5.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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.1.0",
11
+ "aws-cdk-lib": "^2.5.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -105,6 +105,19 @@
105
105
  }
106
106
  }
107
107
  },
108
+ "aws-cdk-lib.aws_amplifyuibuilder": {
109
+ "targets": {
110
+ "dotnet": {
111
+ "namespace": "Amazon.CDK.AWS.AmplifyUIBuilder"
112
+ },
113
+ "java": {
114
+ "package": "software.amazon.awscdk.services.amplifyuibuilder"
115
+ },
116
+ "python": {
117
+ "module": "aws_cdk.aws_amplifyuibuilder"
118
+ }
119
+ }
120
+ },
108
121
  "aws-cdk-lib.aws_apigateway": {
109
122
  "targets": {
110
123
  "dotnet": {
@@ -1120,6 +1133,19 @@
1120
1133
  }
1121
1134
  }
1122
1135
  },
1136
+ "aws-cdk-lib.aws_evidently": {
1137
+ "targets": {
1138
+ "dotnet": {
1139
+ "namespace": "Amazon.CDK.AWS.Evidently"
1140
+ },
1141
+ "java": {
1142
+ "package": "software.amazon.awscdk.services.evidently"
1143
+ },
1144
+ "python": {
1145
+ "module": "aws_cdk.aws_evidently"
1146
+ }
1147
+ }
1148
+ },
1123
1149
  "aws-cdk-lib.aws_finspace": {
1124
1150
  "targets": {
1125
1151
  "dotnet": {
@@ -1601,6 +1627,19 @@
1601
1627
  }
1602
1628
  }
1603
1629
  },
1630
+ "aws-cdk-lib.aws_lex": {
1631
+ "targets": {
1632
+ "dotnet": {
1633
+ "namespace": "Amazon.CDK.AWS.Lex"
1634
+ },
1635
+ "java": {
1636
+ "package": "software.amazon.awscdk.services.lex"
1637
+ },
1638
+ "python": {
1639
+ "module": "aws_cdk.aws_lex"
1640
+ }
1641
+ }
1642
+ },
1604
1643
  "aws-cdk-lib.aws_licensemanager": {
1605
1644
  "targets": {
1606
1645
  "dotnet": {
@@ -2030,6 +2069,19 @@
2030
2069
  }
2031
2070
  }
2032
2071
  },
2072
+ "aws-cdk-lib.aws_refactorspaces": {
2073
+ "targets": {
2074
+ "dotnet": {
2075
+ "namespace": "Amazon.CDK.AWS.RefactorSpaces"
2076
+ },
2077
+ "java": {
2078
+ "package": "software.amazon.awscdk.services.refactorspaces"
2079
+ },
2080
+ "python": {
2081
+ "module": "aws_cdk.aws_refactorspaces"
2082
+ }
2083
+ }
2084
+ },
2033
2085
  "aws-cdk-lib.aws_rekognition": {
2034
2086
  "targets": {
2035
2087
  "dotnet": {
@@ -2043,6 +2095,19 @@
2043
2095
  }
2044
2096
  }
2045
2097
  },
2098
+ "aws-cdk-lib.aws_resiliencehub": {
2099
+ "targets": {
2100
+ "dotnet": {
2101
+ "namespace": "Amazon.CDK.AWS.ResilienceHub"
2102
+ },
2103
+ "java": {
2104
+ "package": "software.amazon.awscdk.services.resiliencehub"
2105
+ },
2106
+ "python": {
2107
+ "module": "aws_cdk.aws_resiliencehub"
2108
+ }
2109
+ }
2110
+ },
2046
2111
  "aws-cdk-lib.aws_resourcegroups": {
2047
2112
  "targets": {
2048
2113
  "dotnet": {
@@ -2147,6 +2212,19 @@
2147
2212
  }
2148
2213
  }
2149
2214
  },
2215
+ "aws-cdk-lib.aws_rum": {
2216
+ "targets": {
2217
+ "dotnet": {
2218
+ "namespace": "Amazon.CDK.AWS.RUM"
2219
+ },
2220
+ "java": {
2221
+ "package": "software.amazon.awscdk.services.rum"
2222
+ },
2223
+ "python": {
2224
+ "module": "aws_cdk.aws_rum"
2225
+ }
2226
+ }
2227
+ },
2150
2228
  "aws-cdk-lib.aws_s3": {
2151
2229
  "targets": {
2152
2230
  "dotnet": {
@@ -2777,7 +2855,7 @@
2777
2855
  "stability": "experimental"
2778
2856
  },
2779
2857
  "homepage": "https://github.com/aws/aws-cdk",
2780
- "jsiiVersion": "1.46.0 (build cd08c55)",
2858
+ "jsiiVersion": "1.50.0 (build d1830a4)",
2781
2859
  "keywords": [
2782
2860
  "aws",
2783
2861
  "cdk",
@@ -2838,6 +2916,7 @@
2838
2916
  "base": "aws-cdk-lib.Resource",
2839
2917
  "docs": {
2840
2918
  "custom": {
2919
+ "exampleMetadata": "infused",
2841
2920
  "resource": "AWS::Neptune::DBClusterParameterGroup"
2842
2921
  },
2843
2922
  "example": "const clusterParams = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst dbParams = new neptune.ParameterGroup(this, 'DbParams', {\n description: 'Db parameter group',\n parameters: {\n neptune_query_timeout: '120000'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n clusterParameterGroup: clusterParams,\n parameterGroup: dbParams,\n});",
@@ -2946,6 +3025,9 @@
2946
3025
  "assembly": "@aws-cdk/aws-neptune-alpha",
2947
3026
  "datatype": true,
2948
3027
  "docs": {
3028
+ "custom": {
3029
+ "exampleMetadata": "infused"
3030
+ },
2949
3031
  "example": "const clusterParams = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst dbParams = new neptune.ParameterGroup(this, 'DbParams', {\n description: 'Db parameter group',\n parameters: {\n neptune_query_timeout: '120000'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n clusterParameterGroup: clusterParams,\n parameterGroup: dbParams,\n});",
2950
3032
  "stability": "experimental",
2951
3033
  "summary": "Marker class for cluster parameter group."
@@ -3023,6 +3105,7 @@
3023
3105
  "base": "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase",
3024
3106
  "docs": {
3025
3107
  "custom": {
3108
+ "exampleMetadata": "infused",
3026
3109
  "resource": "AWS::Neptune::DBCluster"
3027
3110
  },
3028
3111
  "example": "const cluster = new neptune.DatabaseCluster(this, 'Cluster', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n iamAuthentication: true, // Optional - will be automatically set if you call grantConnect().\n});\nconst role = new iam.Role(this, 'DBRole', { assumedBy: new iam.AccountPrincipal(this.account) });\ncluster.grantConnect(role); // Grant the role connection access to the DB.",
@@ -3280,7 +3363,7 @@
3280
3363
  "docs": {
3281
3364
  "stability": "experimental",
3282
3365
  "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};",
3366
+ "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;\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
3367
  "custom": {
3285
3368
  "exampleMetadata": "fixture=_generated"
3286
3369
  }
@@ -3399,7 +3482,7 @@
3399
3482
  "docs": {
3400
3483
  "stability": "experimental",
3401
3484
  "summary": "A new or imported database cluster.",
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});",
3485
+ "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;\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
3486
  "custom": {
3404
3487
  "exampleMetadata": "fixture=_generated"
3405
3488
  }
@@ -3617,6 +3700,9 @@
3617
3700
  "assembly": "@aws-cdk/aws-neptune-alpha",
3618
3701
  "datatype": true,
3619
3702
  "docs": {
3703
+ "custom": {
3704
+ "exampleMetadata": "infused"
3705
+ },
3620
3706
  "example": "const cluster = new neptune.DatabaseCluster(this, 'Cluster', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n iamAuthentication: true, // Optional - will be automatically set if you call grantConnect().\n});\nconst role = new iam.Role(this, 'DBRole', { assumedBy: new iam.AccountPrincipal(this.account) });\ncluster.grantConnect(role); // Grant the role connection access to the DB.",
3621
3707
  "stability": "experimental",
3622
3708
  "summary": "Properties for a new database cluster."
@@ -4026,6 +4112,7 @@
4026
4112
  "base": "aws-cdk-lib.Resource",
4027
4113
  "docs": {
4028
4114
  "custom": {
4115
+ "exampleMetadata": "fixture=with-cluster infused",
4029
4116
  "resource": "AWS::Neptune::DBInstance"
4030
4117
  },
4031
4118
  "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});",
@@ -4211,7 +4298,7 @@
4211
4298
  "docs": {
4212
4299
  "stability": "experimental",
4213
4300
  "summary": "Properties that describe an existing instance.",
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};",
4301
+ "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';\nconst databaseInstanceAttributes: neptune_alpha.DatabaseInstanceAttributes = {\n instanceEndpointAddress: 'instanceEndpointAddress',\n instanceIdentifier: 'instanceIdentifier',\n port: 123,\n};",
4215
4302
  "custom": {
4216
4303
  "exampleMetadata": "fixture=_generated"
4217
4304
  }
@@ -4279,6 +4366,9 @@
4279
4366
  "assembly": "@aws-cdk/aws-neptune-alpha",
4280
4367
  "datatype": true,
4281
4368
  "docs": {
4369
+ "custom": {
4370
+ "exampleMetadata": "fixture=with-cluster infused"
4371
+ },
4282
4372
  "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});",
4283
4373
  "stability": "experimental",
4284
4374
  "summary": "Construction properties for a DatabaseInstanceNew."
@@ -4405,7 +4495,7 @@
4405
4495
  "remarks": "Consists of a combination of hostname and port.",
4406
4496
  "stability": "experimental",
4407
4497
  "summary": "Connection endpoint of a neptune cluster or instance.",
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);",
4498
+ "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';\nconst endpoint = new neptune_alpha.Endpoint('address', 123);",
4409
4499
  "custom": {
4410
4500
  "exampleMetadata": "fixture=_generated"
4411
4501
  }
@@ -4494,7 +4584,7 @@
4494
4584
  "docs": {
4495
4585
  "stability": "experimental",
4496
4586
  "summary": "Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseClusterProps.engineVersion}.",
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;",
4587
+ "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';\nconst engineVersion = neptune_alpha.EngineVersion.V1_0_1_0;",
4498
4588
  "custom": {
4499
4589
  "exampleMetadata": "fixture=_generated"
4500
4590
  }
@@ -5041,6 +5131,9 @@
5041
5131
  "@aws-cdk/aws-neptune-alpha.InstanceType": {
5042
5132
  "assembly": "@aws-cdk/aws-neptune-alpha",
5043
5133
  "docs": {
5134
+ "custom": {
5135
+ "exampleMetadata": "infused"
5136
+ },
5044
5137
  "example": "const cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n instances: 2\n});",
5045
5138
  "stability": "experimental",
5046
5139
  "summary": "Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseInstanceProps.instanceType}."
@@ -5445,6 +5538,7 @@
5445
5538
  "base": "aws-cdk-lib.Resource",
5446
5539
  "docs": {
5447
5540
  "custom": {
5541
+ "exampleMetadata": "infused",
5448
5542
  "resource": "AWS::Neptune::DBParameterGroup"
5449
5543
  },
5450
5544
  "example": "const clusterParams = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst dbParams = new neptune.ParameterGroup(this, 'DbParams', {\n description: 'Db parameter group',\n parameters: {\n neptune_query_timeout: '120000'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n clusterParameterGroup: clusterParams,\n parameterGroup: dbParams,\n});",
@@ -5553,6 +5647,9 @@
5553
5647
  "assembly": "@aws-cdk/aws-neptune-alpha",
5554
5648
  "datatype": true,
5555
5649
  "docs": {
5650
+ "custom": {
5651
+ "exampleMetadata": "infused"
5652
+ },
5556
5653
  "example": "const clusterParams = new neptune.ClusterParameterGroup(this, 'ClusterParams', {\n description: 'Cluster parameter group',\n parameters: {\n neptune_enable_audit_log: '1'\n },\n});\n\nconst dbParams = new neptune.ParameterGroup(this, 'DbParams', {\n description: 'Db parameter group',\n parameters: {\n neptune_query_timeout: '120000'\n },\n});\n\nconst cluster = new neptune.DatabaseCluster(this, 'Database', {\n vpc,\n instanceType: neptune.InstanceType.R5_LARGE,\n clusterParameterGroup: clusterParams,\n parameterGroup: dbParams,\n});",
5557
5654
  "stability": "experimental",
5558
5655
  "summary": "Marker class for cluster parameter group."
@@ -5635,7 +5732,7 @@
5635
5732
  },
5636
5733
  "stability": "experimental",
5637
5734
  "summary": "Class for creating a RDS DB subnet group.",
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});"
5735
+ "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;\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});"
5639
5736
  },
5640
5737
  "fqn": "@aws-cdk/aws-neptune-alpha.SubnetGroup",
5641
5738
  "initializer": {
@@ -5741,7 +5838,7 @@
5741
5838
  "docs": {
5742
5839
  "stability": "experimental",
5743
5840
  "summary": "Properties for creating a SubnetGroup.",
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};",
5841
+ "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;\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
5842
  "custom": {
5746
5843
  "exampleMetadata": "fixture=_generated"
5747
5844
  }
@@ -5754,6 +5851,22 @@
5754
5851
  },
5755
5852
  "name": "SubnetGroupProps",
5756
5853
  "properties": [
5854
+ {
5855
+ "abstract": true,
5856
+ "docs": {
5857
+ "stability": "experimental",
5858
+ "summary": "The VPC to place the subnet group in."
5859
+ },
5860
+ "immutable": true,
5861
+ "locationInModule": {
5862
+ "filename": "lib/subnet-group.ts",
5863
+ "line": 31
5864
+ },
5865
+ "name": "vpc",
5866
+ "type": {
5867
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
5868
+ }
5869
+ },
5757
5870
  {
5758
5871
  "abstract": true,
5759
5872
  "docs": {
@@ -5808,22 +5921,6 @@
5808
5921
  "primitive": "string"
5809
5922
  }
5810
5923
  },
5811
- {
5812
- "abstract": true,
5813
- "docs": {
5814
- "stability": "experimental",
5815
- "summary": "The VPC to place the subnet group in."
5816
- },
5817
- "immutable": true,
5818
- "locationInModule": {
5819
- "filename": "lib/subnet-group.ts",
5820
- "line": 31
5821
- },
5822
- "name": "vpc",
5823
- "type": {
5824
- "fqn": "aws-cdk-lib.aws_ec2.IVpc"
5825
- }
5826
- },
5827
5924
  {
5828
5925
  "abstract": true,
5829
5926
  "docs": {
@@ -5846,6 +5943,6 @@
5846
5943
  "symbolId": "lib/subnet-group:SubnetGroupProps"
5847
5944
  }
5848
5945
  },
5849
- "version": "2.1.0-alpha.0",
5946
+ "version": "2.5.0-alpha.0",
5850
5947
  "fingerprint": "**********"
5851
5948
  }