@aws-cdk/aws-msk-alpha 2.111.0-alpha.0 → 2.113.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 +200 -83
- package/.jsii.tabl.json.gz +0 -0
- package/.warnings.jsii.js +5 -1
- package/README.md +22 -2
- package/lib/cluster-version.d.ts +12 -0
- package/lib/cluster-version.js +17 -2
- package/lib/cluster.d.ts +20 -0
- package/lib/cluster.js +32 -4
- package/package.json +7 -7
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.113.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"package": "Amazon.CDK.AWS.BackupGateway"
|
|
450
450
|
},
|
|
451
451
|
"java": {
|
|
452
|
-
"package": "services.backupgateway"
|
|
452
|
+
"package": "software.amazon.awscdk.services.backupgateway"
|
|
453
453
|
},
|
|
454
454
|
"python": {
|
|
455
455
|
"module": "aws_cdk.aws_backupgateway"
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
"package": "Amazon.CDK.AWS.CleanRooms"
|
|
554
554
|
},
|
|
555
555
|
"java": {
|
|
556
|
-
"package": "services.cleanrooms"
|
|
556
|
+
"package": "software.amazon.awscdk.services.cleanrooms"
|
|
557
557
|
},
|
|
558
558
|
"python": {
|
|
559
559
|
"module": "aws_cdk.aws_cleanrooms"
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
"package": "Amazon.CDK.AWS.EntityResolution"
|
|
1296
1296
|
},
|
|
1297
1297
|
"java": {
|
|
1298
|
-
"package": "services.entityresolution"
|
|
1298
|
+
"package": "software.amazon.awscdk.services.entityresolution"
|
|
1299
1299
|
},
|
|
1300
1300
|
"python": {
|
|
1301
1301
|
"module": "aws_cdk.aws_entityresolution"
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
"package": "Amazon.CDK.AWS.HealthImaging"
|
|
1556
1556
|
},
|
|
1557
1557
|
"java": {
|
|
1558
|
-
"package": "services.healthimaging"
|
|
1558
|
+
"package": "software.amazon.awscdk.services.healthimaging"
|
|
1559
1559
|
},
|
|
1560
1560
|
"python": {
|
|
1561
1561
|
"module": "aws_cdk.aws_healthimaging"
|
|
@@ -2218,7 +2218,7 @@
|
|
|
2218
2218
|
"package": "Amazon.CDK.AWS.MediaPackageV2"
|
|
2219
2219
|
},
|
|
2220
2220
|
"java": {
|
|
2221
|
-
"package": "services.mediapackagev2"
|
|
2221
|
+
"package": "software.amazon.awscdk.services.mediapackagev2"
|
|
2222
2222
|
},
|
|
2223
2223
|
"python": {
|
|
2224
2224
|
"module": "aws_cdk.aws_mediapackagev2"
|
|
@@ -2439,7 +2439,7 @@
|
|
|
2439
2439
|
"package": "Amazon.CDK.AWS.OSIS"
|
|
2440
2440
|
},
|
|
2441
2441
|
"java": {
|
|
2442
|
-
"package": "services.osis"
|
|
2442
|
+
"package": "software.amazon.awscdk.services.osis"
|
|
2443
2443
|
},
|
|
2444
2444
|
"python": {
|
|
2445
2445
|
"module": "aws_cdk.aws_osis"
|
|
@@ -2465,7 +2465,7 @@
|
|
|
2465
2465
|
"package": "Amazon.CDK.AWS.PCAConnectorAD"
|
|
2466
2466
|
},
|
|
2467
2467
|
"java": {
|
|
2468
|
-
"package": "services.pcaconnectorad"
|
|
2468
|
+
"package": "software.amazon.awscdk.services.pcaconnectorad"
|
|
2469
2469
|
},
|
|
2470
2470
|
"python": {
|
|
2471
2471
|
"module": "aws_cdk.aws_pcaconnectorad"
|
|
@@ -2530,7 +2530,7 @@
|
|
|
2530
2530
|
"package": "Amazon.CDK.AWS.Proton"
|
|
2531
2531
|
},
|
|
2532
2532
|
"java": {
|
|
2533
|
-
"package": "services.proton"
|
|
2533
|
+
"package": "software.amazon.awscdk.services.proton"
|
|
2534
2534
|
},
|
|
2535
2535
|
"python": {
|
|
2536
2536
|
"module": "aws_cdk.aws_proton"
|
|
@@ -2849,6 +2849,19 @@
|
|
|
2849
2849
|
}
|
|
2850
2850
|
}
|
|
2851
2851
|
},
|
|
2852
|
+
"aws-cdk-lib.aws_s3express": {
|
|
2853
|
+
"targets": {
|
|
2854
|
+
"dotnet": {
|
|
2855
|
+
"package": "Amazon.CDK.AWS.S3Express"
|
|
2856
|
+
},
|
|
2857
|
+
"java": {
|
|
2858
|
+
"package": "software.amazon.awscdk.services.s3express"
|
|
2859
|
+
},
|
|
2860
|
+
"python": {
|
|
2861
|
+
"module": "aws_cdk.aws_s3express"
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2852
2865
|
"aws-cdk-lib.aws_s3objectlambda": {
|
|
2853
2866
|
"targets": {
|
|
2854
2867
|
"dotnet": {
|
|
@@ -3024,7 +3037,7 @@
|
|
|
3024
3037
|
"package": "Amazon.CDK.AWS.Shield"
|
|
3025
3038
|
},
|
|
3026
3039
|
"java": {
|
|
3027
|
-
"package": "services.shield"
|
|
3040
|
+
"package": "software.amazon.awscdk.services.shield"
|
|
3028
3041
|
},
|
|
3029
3042
|
"python": {
|
|
3030
3043
|
"module": "aws_cdk.aws_shield"
|
|
@@ -3245,7 +3258,7 @@
|
|
|
3245
3258
|
"package": "Amazon.CDK.AWS.VerifiedPermissions"
|
|
3246
3259
|
},
|
|
3247
3260
|
"java": {
|
|
3248
|
-
"package": "services.verifiedpermissions"
|
|
3261
|
+
"package": "software.amazon.awscdk.services.verifiedpermissions"
|
|
3249
3262
|
},
|
|
3250
3263
|
"python": {
|
|
3251
3264
|
"module": "aws_cdk.aws_verifiedpermissions"
|
|
@@ -3349,7 +3362,7 @@
|
|
|
3349
3362
|
"package": "Amazon.CDK.AWS.WorkSpacesWeb"
|
|
3350
3363
|
},
|
|
3351
3364
|
"java": {
|
|
3352
|
-
"package": "services.workspacesweb"
|
|
3365
|
+
"package": "software.amazon.awscdk.services.workspacesweb"
|
|
3353
3366
|
},
|
|
3354
3367
|
"python": {
|
|
3355
3368
|
"module": "aws_cdk.aws_workspacesweb"
|
|
@@ -3557,7 +3570,7 @@
|
|
|
3557
3570
|
"stability": "experimental"
|
|
3558
3571
|
},
|
|
3559
3572
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
3560
|
-
"jsiiVersion": "5.2.
|
|
3573
|
+
"jsiiVersion": "5.2.29 (build 150a287)",
|
|
3561
3574
|
"keywords": [
|
|
3562
3575
|
"aws",
|
|
3563
3576
|
"cdk",
|
|
@@ -3579,7 +3592,7 @@
|
|
|
3579
3592
|
},
|
|
3580
3593
|
"name": "@aws-cdk/aws-msk-alpha",
|
|
3581
3594
|
"readme": {
|
|
3582
|
-
"markdown": "# Amazon Managed Streaming for Apache Kafka Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\n[Amazon MSK](https://aws.amazon.com/msk/) is a fully managed service that makes it easy for you to build and run applications that use Apache Kafka to process streaming data.\n\nThe following example creates an MSK Cluster.\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n});\n```\n\n## Allowing Connections\n\nTo control who can access the Cluster, use the `.connections` attribute. For a list of ports used by MSK, refer to the [MSK documentation](https://docs.aws.amazon.com/msk/latest/developerguide/client-access.html#port-info).\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n});\n\ncluster.connections.allowFrom(\n ec2.Peer.ipv4('1.2.3.4/8'),\n ec2.Port.tcp(2181),\n);\ncluster.connections.allowFrom(\n ec2.Peer.ipv4('1.2.3.4/8'),\n ec2.Port.tcp(9094),\n);\n```\n\n## Cluster Endpoints\n\nYou can use the following attributes to get a list of the Kafka broker or ZooKeeper node endpoints\n\n```ts\ndeclare const cluster: msk.Cluster;\nnew CfnOutput(this, 'BootstrapBrokers', { value: cluster.bootstrapBrokers });\nnew CfnOutput(this, 'BootstrapBrokersTls', { value: cluster.bootstrapBrokersTls });\nnew CfnOutput(this, 'BootstrapBrokersSaslScram', { value: cluster.bootstrapBrokersSaslScram });\nnew CfnOutput(this, 'BootstrapBrokerStringSaslIam', { value: cluster.bootstrapBrokersSaslIam });\nnew CfnOutput(this, 'ZookeeperConnection', { value: cluster.zookeeperConnectionString });\nnew CfnOutput(this, 'ZookeeperConnectionTls', { value: cluster.zookeeperConnectionStringTls });\n```\n\n## Importing an existing Cluster\n\nTo import an existing MSK cluster into your CDK app use the `.fromClusterArn()` method.\n\n```ts\nconst cluster = msk.Cluster.fromClusterArn(this, 'Cluster',\n 'arn:aws:kafka:us-west-2:1234567890:cluster/a-cluster/11111111-1111-1111-1111-111111111111-1',\n);\n```\n\n## Client Authentication\n\n[MSK supports](https://docs.aws.amazon.com/msk/latest/developerguide/kafka_apis_iam.html) the following authentication mechanisms.\n\n### TLS\n\nTo enable client authentication with TLS set the `certificateAuthorityArns` property to reference your ACM Private CA. [More info on Private CAs.](https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html)\n\n```ts\nimport * as acmpca from 'aws-cdk-lib/aws-acmpca';\n\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.tls({\n certificateAuthorities: [\n acmpca.CertificateAuthority.fromCertificateAuthorityArn(\n this,\n 'CertificateAuthority',\n 'arn:aws:acm-pca:us-west-2:1234567890:certificate-authority/11111111-1111-1111-1111-111111111111',\n ),\n ],\n }),\n});\n```\n\n### SASL/SCRAM\n\nEnable client authentication with [SASL/SCRAM](https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html):\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n scram: true,\n }),\n});\n```\n\n### SASL/IAM\n\nEnable client authentication with [IAM](https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html):\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n iam: true,\n }),\n});\n```\n\n\n### SASL/IAM + TLS\n\nEnable client authentication with [IAM](https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html)\nas well as enable client authentication with TLS by setting the `certificateAuthorityArns` property to reference your ACM Private CA. [More info on Private CAs.](https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html)\n\n```ts\nimport * as acmpca from 'aws-cdk-lib/aws-acmpca';\n\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.saslTls({\n iam: true,\n certificateAuthorities: [\n acmpca.CertificateAuthority.fromCertificateAuthorityArn(\n this,\n 'CertificateAuthority',\n 'arn:aws:acm-pca:us-west-2:1234567890:certificate-authority/11111111-1111-1111-1111-111111111111',\n ),\n ],\n }),\n});\n```\n\n\n## Logging\n\nYou can deliver Apache Kafka broker logs to one or more of the following destination types:\nAmazon CloudWatch Logs, Amazon S3, Amazon Kinesis Data Firehose.\n\nTo configure logs to be sent to an S3 bucket, provide a bucket in the `logging` config.\n\n```ts\ndeclare const vpc: ec2.Vpc;\ndeclare const bucket: s3.IBucket;\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n logging: {\n s3: {\n bucket,\n },\n },\n});\n```\n\nWhen the S3 destination is configured, AWS will automatically create an S3 bucket policy\nthat allows the service to write logs to the bucket. This makes it impossible to later update\nthat bucket policy. To have CDK create the bucket policy so that future updates can be made,\nthe `@aws-cdk/aws-s3:createDefaultLoggingPolicy` [feature flag](https://docs.aws.amazon.com/cdk/v2/guide/featureflags.html) can be used. This can be set\nin the `cdk.json` file.\n\n```json\n{\n \"context\": {\n \"@aws-cdk/aws-s3:createDefaultLoggingPolicy\": true\n }\n}\n```\n\n"
|
|
3595
|
+
"markdown": "# Amazon Managed Streaming for Apache Kafka Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\n[Amazon MSK](https://aws.amazon.com/msk/) is a fully managed service that makes it easy for you to build and run applications that use Apache Kafka to process streaming data.\n\nThe following example creates an MSK Cluster.\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n});\n```\n\n## Allowing Connections\n\nTo control who can access the Cluster, use the `.connections` attribute. For a list of ports used by MSK, refer to the [MSK documentation](https://docs.aws.amazon.com/msk/latest/developerguide/client-access.html#port-info).\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n});\n\ncluster.connections.allowFrom(\n ec2.Peer.ipv4('1.2.3.4/8'),\n ec2.Port.tcp(2181),\n);\ncluster.connections.allowFrom(\n ec2.Peer.ipv4('1.2.3.4/8'),\n ec2.Port.tcp(9094),\n);\n```\n\n## Cluster Endpoints\n\nYou can use the following attributes to get a list of the Kafka broker or ZooKeeper node endpoints\n\n```ts\ndeclare const cluster: msk.Cluster;\nnew CfnOutput(this, 'BootstrapBrokers', { value: cluster.bootstrapBrokers });\nnew CfnOutput(this, 'BootstrapBrokersTls', { value: cluster.bootstrapBrokersTls });\nnew CfnOutput(this, 'BootstrapBrokersSaslScram', { value: cluster.bootstrapBrokersSaslScram });\nnew CfnOutput(this, 'BootstrapBrokerStringSaslIam', { value: cluster.bootstrapBrokersSaslIam });\nnew CfnOutput(this, 'ZookeeperConnection', { value: cluster.zookeeperConnectionString });\nnew CfnOutput(this, 'ZookeeperConnectionTls', { value: cluster.zookeeperConnectionStringTls });\n```\n\n## Importing an existing Cluster\n\nTo import an existing MSK cluster into your CDK app use the `.fromClusterArn()` method.\n\n```ts\nconst cluster = msk.Cluster.fromClusterArn(this, 'Cluster',\n 'arn:aws:kafka:us-west-2:1234567890:cluster/a-cluster/11111111-1111-1111-1111-111111111111-1',\n);\n```\n\n## Client Authentication\n\n[MSK supports](https://docs.aws.amazon.com/msk/latest/developerguide/kafka_apis_iam.html) the following authentication mechanisms.\n\n### TLS\n\nTo enable client authentication with TLS set the `certificateAuthorityArns` property to reference your ACM Private CA. [More info on Private CAs.](https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html)\n\n```ts\nimport * as acmpca from 'aws-cdk-lib/aws-acmpca';\n\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.tls({\n certificateAuthorities: [\n acmpca.CertificateAuthority.fromCertificateAuthorityArn(\n this,\n 'CertificateAuthority',\n 'arn:aws:acm-pca:us-west-2:1234567890:certificate-authority/11111111-1111-1111-1111-111111111111',\n ),\n ],\n }),\n});\n```\n\n### SASL/SCRAM\n\nEnable client authentication with [SASL/SCRAM](https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html):\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n scram: true,\n }),\n});\n```\n\n### SASL/IAM\n\nEnable client authentication with [IAM](https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html):\n\n```ts\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n iam: true,\n }),\n});\n```\n\n\n### SASL/IAM + TLS\n\nEnable client authentication with [IAM](https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html)\nas well as enable client authentication with TLS by setting the `certificateAuthorityArns` property to reference your ACM Private CA. [More info on Private CAs.](https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html)\n\n```ts\nimport * as acmpca from 'aws-cdk-lib/aws-acmpca';\n\ndeclare const vpc: ec2.Vpc;\nconst cluster = new msk.Cluster(this, 'Cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.saslTls({\n iam: true,\n certificateAuthorities: [\n acmpca.CertificateAuthority.fromCertificateAuthorityArn(\n this,\n 'CertificateAuthority',\n 'arn:aws:acm-pca:us-west-2:1234567890:certificate-authority/11111111-1111-1111-1111-111111111111',\n ),\n ],\n }),\n});\n```\n\n\n## Logging\n\nYou can deliver Apache Kafka broker logs to one or more of the following destination types:\nAmazon CloudWatch Logs, Amazon S3, Amazon Kinesis Data Firehose.\n\nTo configure logs to be sent to an S3 bucket, provide a bucket in the `logging` config.\n\n```ts\ndeclare const vpc: ec2.Vpc;\ndeclare const bucket: s3.IBucket;\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n logging: {\n s3: {\n bucket,\n },\n },\n});\n```\n\nWhen the S3 destination is configured, AWS will automatically create an S3 bucket policy\nthat allows the service to write logs to the bucket. This makes it impossible to later update\nthat bucket policy. To have CDK create the bucket policy so that future updates can be made,\nthe `@aws-cdk/aws-s3:createDefaultLoggingPolicy` [feature flag](https://docs.aws.amazon.com/cdk/v2/guide/featureflags.html) can be used. This can be set\nin the `cdk.json` file.\n\n```json\n{\n \"context\": {\n \"@aws-cdk/aws-s3:createDefaultLoggingPolicy\": true\n }\n}\n```\n\n## Storage Mode\n\nYou can configure an MSK cluster storage mode using the `storageMode` property.\n\nTiered storage is a low-cost storage tier for Amazon MSK that scales to virtually unlimited storage,\nmaking it cost-effective to build streaming data applications.\n\n> Visit [Tiered storage](https://docs.aws.amazon.com/msk/latest/developerguide/msk-tiered-storage.html) for more details.\n\n```ts\ndeclare const vpc: ec2.Vpc;\ndeclare const bucket: s3.IBucket;\n\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_2_TIERED,\n vpc,\n storageMode: msk.StorageMode.TIERED,\n});\n```\n"
|
|
3583
3596
|
},
|
|
3584
3597
|
"repository": {
|
|
3585
3598
|
"directory": "packages/@aws-cdk/aws-msk-alpha",
|
|
@@ -3632,7 +3645,7 @@
|
|
|
3632
3645
|
"kind": "interface",
|
|
3633
3646
|
"locationInModule": {
|
|
3634
3647
|
"filename": "lib/cluster.ts",
|
|
3635
|
-
"line":
|
|
3648
|
+
"line": 275
|
|
3636
3649
|
},
|
|
3637
3650
|
"name": "BrokerLogging",
|
|
3638
3651
|
"properties": [
|
|
@@ -3646,7 +3659,7 @@
|
|
|
3646
3659
|
"immutable": true,
|
|
3647
3660
|
"locationInModule": {
|
|
3648
3661
|
"filename": "lib/cluster.ts",
|
|
3649
|
-
"line":
|
|
3662
|
+
"line": 288
|
|
3650
3663
|
},
|
|
3651
3664
|
"name": "cloudwatchLogGroup",
|
|
3652
3665
|
"optional": true,
|
|
@@ -3664,7 +3677,7 @@
|
|
|
3664
3677
|
"immutable": true,
|
|
3665
3678
|
"locationInModule": {
|
|
3666
3679
|
"filename": "lib/cluster.ts",
|
|
3667
|
-
"line":
|
|
3680
|
+
"line": 281
|
|
3668
3681
|
},
|
|
3669
3682
|
"name": "firehoseDeliveryStreamName",
|
|
3670
3683
|
"optional": true,
|
|
@@ -3682,7 +3695,7 @@
|
|
|
3682
3695
|
"immutable": true,
|
|
3683
3696
|
"locationInModule": {
|
|
3684
3697
|
"filename": "lib/cluster.ts",
|
|
3685
|
-
"line":
|
|
3698
|
+
"line": 295
|
|
3686
3699
|
},
|
|
3687
3700
|
"name": "s3",
|
|
3688
3701
|
"optional": true,
|
|
@@ -3707,7 +3720,7 @@
|
|
|
3707
3720
|
"kind": "class",
|
|
3708
3721
|
"locationInModule": {
|
|
3709
3722
|
"filename": "lib/cluster.ts",
|
|
3710
|
-
"line":
|
|
3723
|
+
"line": 405
|
|
3711
3724
|
},
|
|
3712
3725
|
"methods": [
|
|
3713
3726
|
{
|
|
@@ -3717,7 +3730,7 @@
|
|
|
3717
3730
|
},
|
|
3718
3731
|
"locationInModule": {
|
|
3719
3732
|
"filename": "lib/cluster.ts",
|
|
3720
|
-
"line":
|
|
3733
|
+
"line": 409
|
|
3721
3734
|
},
|
|
3722
3735
|
"name": "sasl",
|
|
3723
3736
|
"parameters": [
|
|
@@ -3742,7 +3755,7 @@
|
|
|
3742
3755
|
},
|
|
3743
3756
|
"locationInModule": {
|
|
3744
3757
|
"filename": "lib/cluster.ts",
|
|
3745
|
-
"line":
|
|
3758
|
+
"line": 423
|
|
3746
3759
|
},
|
|
3747
3760
|
"name": "saslTls",
|
|
3748
3761
|
"parameters": [
|
|
@@ -3767,7 +3780,7 @@
|
|
|
3767
3780
|
},
|
|
3768
3781
|
"locationInModule": {
|
|
3769
3782
|
"filename": "lib/cluster.ts",
|
|
3770
|
-
"line":
|
|
3783
|
+
"line": 416
|
|
3771
3784
|
},
|
|
3772
3785
|
"name": "tls",
|
|
3773
3786
|
"parameters": [
|
|
@@ -3796,7 +3809,7 @@
|
|
|
3796
3809
|
"immutable": true,
|
|
3797
3810
|
"locationInModule": {
|
|
3798
3811
|
"filename": "lib/cluster.ts",
|
|
3799
|
-
"line":
|
|
3812
|
+
"line": 432
|
|
3800
3813
|
},
|
|
3801
3814
|
"name": "saslProps",
|
|
3802
3815
|
"optional": true,
|
|
@@ -3812,7 +3825,7 @@
|
|
|
3812
3825
|
"immutable": true,
|
|
3813
3826
|
"locationInModule": {
|
|
3814
3827
|
"filename": "lib/cluster.ts",
|
|
3815
|
-
"line":
|
|
3828
|
+
"line": 433
|
|
3816
3829
|
},
|
|
3817
3830
|
"name": "tlsProps",
|
|
3818
3831
|
"optional": true,
|
|
@@ -3837,7 +3850,7 @@
|
|
|
3837
3850
|
"kind": "enum",
|
|
3838
3851
|
"locationInModule": {
|
|
3839
3852
|
"filename": "lib/cluster.ts",
|
|
3840
|
-
"line":
|
|
3853
|
+
"line": 318
|
|
3841
3854
|
},
|
|
3842
3855
|
"members": [
|
|
3843
3856
|
{
|
|
@@ -3884,7 +3897,7 @@
|
|
|
3884
3897
|
},
|
|
3885
3898
|
"locationInModule": {
|
|
3886
3899
|
"filename": "lib/cluster.ts",
|
|
3887
|
-
"line":
|
|
3900
|
+
"line": 466
|
|
3888
3901
|
},
|
|
3889
3902
|
"parameters": [
|
|
3890
3903
|
{
|
|
@@ -3913,7 +3926,7 @@
|
|
|
3913
3926
|
"kind": "class",
|
|
3914
3927
|
"locationInModule": {
|
|
3915
3928
|
"filename": "lib/cluster.ts",
|
|
3916
|
-
"line":
|
|
3929
|
+
"line": 442
|
|
3917
3930
|
},
|
|
3918
3931
|
"methods": [
|
|
3919
3932
|
{
|
|
@@ -3923,7 +3936,7 @@
|
|
|
3923
3936
|
},
|
|
3924
3937
|
"locationInModule": {
|
|
3925
3938
|
"filename": "lib/cluster.ts",
|
|
3926
|
-
"line":
|
|
3939
|
+
"line": 446
|
|
3927
3940
|
},
|
|
3928
3941
|
"name": "fromClusterArn",
|
|
3929
3942
|
"parameters": [
|
|
@@ -3961,7 +3974,7 @@
|
|
|
3961
3974
|
},
|
|
3962
3975
|
"locationInModule": {
|
|
3963
3976
|
"filename": "lib/cluster.ts",
|
|
3964
|
-
"line":
|
|
3977
|
+
"line": 905
|
|
3965
3978
|
},
|
|
3966
3979
|
"name": "addUser",
|
|
3967
3980
|
"parameters": [
|
|
@@ -3991,7 +4004,7 @@
|
|
|
3991
4004
|
"immutable": true,
|
|
3992
4005
|
"locationInModule": {
|
|
3993
4006
|
"filename": "lib/cluster.ts",
|
|
3994
|
-
"line":
|
|
4007
|
+
"line": 860
|
|
3995
4008
|
},
|
|
3996
4009
|
"name": "bootstrapBrokers",
|
|
3997
4010
|
"type": {
|
|
@@ -4008,7 +4021,7 @@
|
|
|
4008
4021
|
"immutable": true,
|
|
4009
4022
|
"locationInModule": {
|
|
4010
4023
|
"filename": "lib/cluster.ts",
|
|
4011
|
-
"line":
|
|
4024
|
+
"line": 893
|
|
4012
4025
|
},
|
|
4013
4026
|
"name": "bootstrapBrokersSaslIam",
|
|
4014
4027
|
"type": {
|
|
@@ -4025,7 +4038,7 @@
|
|
|
4025
4038
|
"immutable": true,
|
|
4026
4039
|
"locationInModule": {
|
|
4027
4040
|
"filename": "lib/cluster.ts",
|
|
4028
|
-
"line":
|
|
4041
|
+
"line": 882
|
|
4029
4042
|
},
|
|
4030
4043
|
"name": "bootstrapBrokersSaslScram",
|
|
4031
4044
|
"type": {
|
|
@@ -4042,7 +4055,7 @@
|
|
|
4042
4055
|
"immutable": true,
|
|
4043
4056
|
"locationInModule": {
|
|
4044
4057
|
"filename": "lib/cluster.ts",
|
|
4045
|
-
"line":
|
|
4058
|
+
"line": 871
|
|
4046
4059
|
},
|
|
4047
4060
|
"name": "bootstrapBrokersTls",
|
|
4048
4061
|
"type": {
|
|
@@ -4057,7 +4070,7 @@
|
|
|
4057
4070
|
"immutable": true,
|
|
4058
4071
|
"locationInModule": {
|
|
4059
4072
|
"filename": "lib/cluster.ts",
|
|
4060
|
-
"line":
|
|
4073
|
+
"line": 459
|
|
4061
4074
|
},
|
|
4062
4075
|
"name": "clusterArn",
|
|
4063
4076
|
"overrides": "@aws-cdk/aws-msk-alpha.ICluster",
|
|
@@ -4073,7 +4086,7 @@
|
|
|
4073
4086
|
"immutable": true,
|
|
4074
4087
|
"locationInModule": {
|
|
4075
4088
|
"filename": "lib/cluster.ts",
|
|
4076
|
-
"line":
|
|
4089
|
+
"line": 460
|
|
4077
4090
|
},
|
|
4078
4091
|
"name": "clusterName",
|
|
4079
4092
|
"overrides": "@aws-cdk/aws-msk-alpha.ICluster",
|
|
@@ -4107,7 +4120,7 @@
|
|
|
4107
4120
|
"immutable": true,
|
|
4108
4121
|
"locationInModule": {
|
|
4109
4122
|
"filename": "lib/cluster.ts",
|
|
4110
|
-
"line":
|
|
4123
|
+
"line": 809
|
|
4111
4124
|
},
|
|
4112
4125
|
"name": "zookeeperConnectionString",
|
|
4113
4126
|
"type": {
|
|
@@ -4124,7 +4137,7 @@
|
|
|
4124
4137
|
"immutable": true,
|
|
4125
4138
|
"locationInModule": {
|
|
4126
4139
|
"filename": "lib/cluster.ts",
|
|
4127
|
-
"line":
|
|
4140
|
+
"line": 820
|
|
4128
4141
|
},
|
|
4129
4142
|
"name": "zookeeperConnectionStringTls",
|
|
4130
4143
|
"type": {
|
|
@@ -4139,7 +4152,7 @@
|
|
|
4139
4152
|
"immutable": true,
|
|
4140
4153
|
"locationInModule": {
|
|
4141
4154
|
"filename": "lib/cluster.ts",
|
|
4142
|
-
"line":
|
|
4155
|
+
"line": 462
|
|
4143
4156
|
},
|
|
4144
4157
|
"name": "saslScramAuthenticationKey",
|
|
4145
4158
|
"optional": true,
|
|
@@ -4166,7 +4179,7 @@
|
|
|
4166
4179
|
"kind": "interface",
|
|
4167
4180
|
"locationInModule": {
|
|
4168
4181
|
"filename": "lib/cluster.ts",
|
|
4169
|
-
"line":
|
|
4182
|
+
"line": 204
|
|
4170
4183
|
},
|
|
4171
4184
|
"name": "ClusterConfigurationInfo",
|
|
4172
4185
|
"properties": [
|
|
@@ -4180,7 +4193,7 @@
|
|
|
4180
4193
|
"immutable": true,
|
|
4181
4194
|
"locationInModule": {
|
|
4182
4195
|
"filename": "lib/cluster.ts",
|
|
4183
|
-
"line":
|
|
4196
|
+
"line": 209
|
|
4184
4197
|
},
|
|
4185
4198
|
"name": "arn",
|
|
4186
4199
|
"type": {
|
|
@@ -4196,7 +4209,7 @@
|
|
|
4196
4209
|
"immutable": true,
|
|
4197
4210
|
"locationInModule": {
|
|
4198
4211
|
"filename": "lib/cluster.ts",
|
|
4199
|
-
"line":
|
|
4212
|
+
"line": 214
|
|
4200
4213
|
},
|
|
4201
4214
|
"name": "revision",
|
|
4202
4215
|
"type": {
|
|
@@ -4217,7 +4230,7 @@
|
|
|
4217
4230
|
"kind": "enum",
|
|
4218
4231
|
"locationInModule": {
|
|
4219
4232
|
"filename": "lib/cluster.ts",
|
|
4220
|
-
"line":
|
|
4233
|
+
"line": 222
|
|
4221
4234
|
},
|
|
4222
4235
|
"members": [
|
|
4223
4236
|
{
|
|
@@ -4296,7 +4309,7 @@
|
|
|
4296
4309
|
"immutable": true,
|
|
4297
4310
|
"locationInModule": {
|
|
4298
4311
|
"filename": "lib/cluster.ts",
|
|
4299
|
-
"line":
|
|
4312
|
+
"line": 66
|
|
4300
4313
|
},
|
|
4301
4314
|
"name": "kafkaVersion",
|
|
4302
4315
|
"type": {
|
|
@@ -4313,7 +4326,7 @@
|
|
|
4313
4326
|
"immutable": true,
|
|
4314
4327
|
"locationInModule": {
|
|
4315
4328
|
"filename": "lib/cluster.ts",
|
|
4316
|
-
"line":
|
|
4329
|
+
"line": 79
|
|
4317
4330
|
},
|
|
4318
4331
|
"name": "vpc",
|
|
4319
4332
|
"type": {
|
|
@@ -4331,7 +4344,7 @@
|
|
|
4331
4344
|
"immutable": true,
|
|
4332
4345
|
"locationInModule": {
|
|
4333
4346
|
"filename": "lib/cluster.ts",
|
|
4334
|
-
"line":
|
|
4347
|
+
"line": 156
|
|
4335
4348
|
},
|
|
4336
4349
|
"name": "clientAuthentication",
|
|
4337
4350
|
"optional": true,
|
|
@@ -4349,7 +4362,7 @@
|
|
|
4349
4362
|
"immutable": true,
|
|
4350
4363
|
"locationInModule": {
|
|
4351
4364
|
"filename": "lib/cluster.ts",
|
|
4352
|
-
"line":
|
|
4365
|
+
"line": 127
|
|
4353
4366
|
},
|
|
4354
4367
|
"name": "configurationInfo",
|
|
4355
4368
|
"optional": true,
|
|
@@ -4367,7 +4380,7 @@
|
|
|
4367
4380
|
"immutable": true,
|
|
4368
4381
|
"locationInModule": {
|
|
4369
4382
|
"filename": "lib/cluster.ts",
|
|
4370
|
-
"line":
|
|
4383
|
+
"line": 112
|
|
4371
4384
|
},
|
|
4372
4385
|
"name": "ebsStorageInfo",
|
|
4373
4386
|
"optional": true,
|
|
@@ -4385,7 +4398,7 @@
|
|
|
4385
4398
|
"immutable": true,
|
|
4386
4399
|
"locationInModule": {
|
|
4387
4400
|
"filename": "lib/cluster.ts",
|
|
4388
|
-
"line":
|
|
4401
|
+
"line": 148
|
|
4389
4402
|
},
|
|
4390
4403
|
"name": "encryptionInTransit",
|
|
4391
4404
|
"optional": true,
|
|
@@ -4404,7 +4417,7 @@
|
|
|
4404
4417
|
"immutable": true,
|
|
4405
4418
|
"locationInModule": {
|
|
4406
4419
|
"filename": "lib/cluster.ts",
|
|
4407
|
-
"line":
|
|
4420
|
+
"line": 97
|
|
4408
4421
|
},
|
|
4409
4422
|
"name": "instanceType",
|
|
4410
4423
|
"optional": true,
|
|
@@ -4422,7 +4435,7 @@
|
|
|
4422
4435
|
"immutable": true,
|
|
4423
4436
|
"locationInModule": {
|
|
4424
4437
|
"filename": "lib/cluster.ts",
|
|
4425
|
-
"line":
|
|
4438
|
+
"line": 141
|
|
4426
4439
|
},
|
|
4427
4440
|
"name": "logging",
|
|
4428
4441
|
"optional": true,
|
|
@@ -4440,7 +4453,7 @@
|
|
|
4440
4453
|
"immutable": true,
|
|
4441
4454
|
"locationInModule": {
|
|
4442
4455
|
"filename": "lib/cluster.ts",
|
|
4443
|
-
"line":
|
|
4456
|
+
"line": 134
|
|
4444
4457
|
},
|
|
4445
4458
|
"name": "monitoring",
|
|
4446
4459
|
"optional": true,
|
|
@@ -4458,7 +4471,7 @@
|
|
|
4458
4471
|
"immutable": true,
|
|
4459
4472
|
"locationInModule": {
|
|
4460
4473
|
"filename": "lib/cluster.ts",
|
|
4461
|
-
"line":
|
|
4474
|
+
"line": 73
|
|
4462
4475
|
},
|
|
4463
4476
|
"name": "numberOfBrokerNodes",
|
|
4464
4477
|
"optional": true,
|
|
@@ -4476,7 +4489,7 @@
|
|
|
4476
4489
|
"immutable": true,
|
|
4477
4490
|
"locationInModule": {
|
|
4478
4491
|
"filename": "lib/cluster.ts",
|
|
4479
|
-
"line":
|
|
4492
|
+
"line": 163
|
|
4480
4493
|
},
|
|
4481
4494
|
"name": "removalPolicy",
|
|
4482
4495
|
"optional": true,
|
|
@@ -4494,7 +4507,7 @@
|
|
|
4494
4507
|
"immutable": true,
|
|
4495
4508
|
"locationInModule": {
|
|
4496
4509
|
"filename": "lib/cluster.ts",
|
|
4497
|
-
"line":
|
|
4510
|
+
"line": 105
|
|
4498
4511
|
},
|
|
4499
4512
|
"name": "securityGroups",
|
|
4500
4513
|
"optional": true,
|
|
@@ -4507,6 +4520,25 @@
|
|
|
4507
4520
|
}
|
|
4508
4521
|
}
|
|
4509
4522
|
},
|
|
4523
|
+
{
|
|
4524
|
+
"abstract": true,
|
|
4525
|
+
"docs": {
|
|
4526
|
+
"default": "- StorageMode.LOCAL",
|
|
4527
|
+
"see": "https://docs.aws.amazon.com/msk/latest/developerguide/msk-tiered-storage.html",
|
|
4528
|
+
"stability": "experimental",
|
|
4529
|
+
"summary": "This controls storage mode for supported storage tiers."
|
|
4530
|
+
},
|
|
4531
|
+
"immutable": true,
|
|
4532
|
+
"locationInModule": {
|
|
4533
|
+
"filename": "lib/cluster.ts",
|
|
4534
|
+
"line": 120
|
|
4535
|
+
},
|
|
4536
|
+
"name": "storageMode",
|
|
4537
|
+
"optional": true,
|
|
4538
|
+
"type": {
|
|
4539
|
+
"fqn": "@aws-cdk/aws-msk-alpha.StorageMode"
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
4510
4542
|
{
|
|
4511
4543
|
"abstract": true,
|
|
4512
4544
|
"docs": {
|
|
@@ -4518,7 +4550,7 @@
|
|
|
4518
4550
|
"immutable": true,
|
|
4519
4551
|
"locationInModule": {
|
|
4520
4552
|
"filename": "lib/cluster.ts",
|
|
4521
|
-
"line":
|
|
4553
|
+
"line": 89
|
|
4522
4554
|
},
|
|
4523
4555
|
"name": "vpcSubnets",
|
|
4524
4556
|
"optional": true,
|
|
@@ -4544,7 +4576,7 @@
|
|
|
4544
4576
|
"kind": "interface",
|
|
4545
4577
|
"locationInModule": {
|
|
4546
4578
|
"filename": "lib/cluster.ts",
|
|
4547
|
-
"line":
|
|
4579
|
+
"line": 169
|
|
4548
4580
|
},
|
|
4549
4581
|
"name": "EbsStorageInfo",
|
|
4550
4582
|
"properties": [
|
|
@@ -4558,7 +4590,7 @@
|
|
|
4558
4590
|
"immutable": true,
|
|
4559
4591
|
"locationInModule": {
|
|
4560
4592
|
"filename": "lib/cluster.ts",
|
|
4561
|
-
"line":
|
|
4593
|
+
"line": 182
|
|
4562
4594
|
},
|
|
4563
4595
|
"name": "encryptionKey",
|
|
4564
4596
|
"optional": true,
|
|
@@ -4576,7 +4608,7 @@
|
|
|
4576
4608
|
"immutable": true,
|
|
4577
4609
|
"locationInModule": {
|
|
4578
4610
|
"filename": "lib/cluster.ts",
|
|
4579
|
-
"line":
|
|
4611
|
+
"line": 175
|
|
4580
4612
|
},
|
|
4581
4613
|
"name": "volumeSize",
|
|
4582
4614
|
"optional": true,
|
|
@@ -4603,7 +4635,7 @@
|
|
|
4603
4635
|
"kind": "interface",
|
|
4604
4636
|
"locationInModule": {
|
|
4605
4637
|
"filename": "lib/cluster.ts",
|
|
4606
|
-
"line":
|
|
4638
|
+
"line": 340
|
|
4607
4639
|
},
|
|
4608
4640
|
"name": "EncryptionInTransitConfig",
|
|
4609
4641
|
"properties": [
|
|
@@ -4617,7 +4649,7 @@
|
|
|
4617
4649
|
"immutable": true,
|
|
4618
4650
|
"locationInModule": {
|
|
4619
4651
|
"filename": "lib/cluster.ts",
|
|
4620
|
-
"line":
|
|
4652
|
+
"line": 346
|
|
4621
4653
|
},
|
|
4622
4654
|
"name": "clientBroker",
|
|
4623
4655
|
"optional": true,
|
|
@@ -4635,7 +4667,7 @@
|
|
|
4635
4667
|
"immutable": true,
|
|
4636
4668
|
"locationInModule": {
|
|
4637
4669
|
"filename": "lib/cluster.ts",
|
|
4638
|
-
"line":
|
|
4670
|
+
"line": 353
|
|
4639
4671
|
},
|
|
4640
4672
|
"name": "enableInCluster",
|
|
4641
4673
|
"optional": true,
|
|
@@ -4729,7 +4761,7 @@
|
|
|
4729
4761
|
},
|
|
4730
4762
|
"locationInModule": {
|
|
4731
4763
|
"filename": "lib/cluster-version.ts",
|
|
4732
|
-
"line":
|
|
4764
|
+
"line": 118
|
|
4733
4765
|
},
|
|
4734
4766
|
"name": "of",
|
|
4735
4767
|
"parameters": [
|
|
@@ -4749,6 +4781,22 @@
|
|
|
4749
4781
|
}
|
|
4750
4782
|
},
|
|
4751
4783
|
"static": true
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"docs": {
|
|
4787
|
+
"stability": "experimental",
|
|
4788
|
+
"summary": "Checks if the cluster version supports tiered storage mode."
|
|
4789
|
+
},
|
|
4790
|
+
"locationInModule": {
|
|
4791
|
+
"filename": "lib/cluster-version.ts",
|
|
4792
|
+
"line": 131
|
|
4793
|
+
},
|
|
4794
|
+
"name": "isTieredStorageCompatible",
|
|
4795
|
+
"returns": {
|
|
4796
|
+
"type": {
|
|
4797
|
+
"primitive": "boolean"
|
|
4798
|
+
}
|
|
4799
|
+
}
|
|
4752
4800
|
}
|
|
4753
4801
|
],
|
|
4754
4802
|
"name": "KafkaVersion",
|
|
@@ -4997,13 +5045,30 @@
|
|
|
4997
5045
|
"const": true,
|
|
4998
5046
|
"docs": {
|
|
4999
5047
|
"stability": "experimental",
|
|
5000
|
-
"summary": "Kafka version
|
|
5048
|
+
"summary": "AWS MSK Kafka version 2.8.2.tiered."
|
|
5001
5049
|
},
|
|
5002
5050
|
"immutable": true,
|
|
5003
5051
|
"locationInModule": {
|
|
5004
5052
|
"filename": "lib/cluster-version.ts",
|
|
5005
5053
|
"line": 82
|
|
5006
5054
|
},
|
|
5055
|
+
"name": "V2_8_2_TIERED",
|
|
5056
|
+
"static": true,
|
|
5057
|
+
"type": {
|
|
5058
|
+
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
5059
|
+
}
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"const": true,
|
|
5063
|
+
"docs": {
|
|
5064
|
+
"stability": "experimental",
|
|
5065
|
+
"summary": "Kafka version 3.1.1."
|
|
5066
|
+
},
|
|
5067
|
+
"immutable": true,
|
|
5068
|
+
"locationInModule": {
|
|
5069
|
+
"filename": "lib/cluster-version.ts",
|
|
5070
|
+
"line": 87
|
|
5071
|
+
},
|
|
5007
5072
|
"name": "V3_1_1",
|
|
5008
5073
|
"static": true,
|
|
5009
5074
|
"type": {
|
|
@@ -5019,7 +5084,7 @@
|
|
|
5019
5084
|
"immutable": true,
|
|
5020
5085
|
"locationInModule": {
|
|
5021
5086
|
"filename": "lib/cluster-version.ts",
|
|
5022
|
-
"line":
|
|
5087
|
+
"line": 92
|
|
5023
5088
|
},
|
|
5024
5089
|
"name": "V3_2_0",
|
|
5025
5090
|
"static": true,
|
|
@@ -5036,7 +5101,7 @@
|
|
|
5036
5101
|
"immutable": true,
|
|
5037
5102
|
"locationInModule": {
|
|
5038
5103
|
"filename": "lib/cluster-version.ts",
|
|
5039
|
-
"line":
|
|
5104
|
+
"line": 97
|
|
5040
5105
|
},
|
|
5041
5106
|
"name": "V3_3_1",
|
|
5042
5107
|
"static": true,
|
|
@@ -5053,7 +5118,7 @@
|
|
|
5053
5118
|
"immutable": true,
|
|
5054
5119
|
"locationInModule": {
|
|
5055
5120
|
"filename": "lib/cluster-version.ts",
|
|
5056
|
-
"line":
|
|
5121
|
+
"line": 102
|
|
5057
5122
|
},
|
|
5058
5123
|
"name": "V3_3_2",
|
|
5059
5124
|
"static": true,
|
|
@@ -5070,7 +5135,7 @@
|
|
|
5070
5135
|
"immutable": true,
|
|
5071
5136
|
"locationInModule": {
|
|
5072
5137
|
"filename": "lib/cluster-version.ts",
|
|
5073
|
-
"line":
|
|
5138
|
+
"line": 107
|
|
5074
5139
|
},
|
|
5075
5140
|
"name": "V3_4_0",
|
|
5076
5141
|
"static": true,
|
|
@@ -5078,6 +5143,23 @@
|
|
|
5078
5143
|
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
5079
5144
|
}
|
|
5080
5145
|
},
|
|
5146
|
+
{
|
|
5147
|
+
"const": true,
|
|
5148
|
+
"docs": {
|
|
5149
|
+
"stability": "experimental",
|
|
5150
|
+
"summary": "Kafka version 3.5.1."
|
|
5151
|
+
},
|
|
5152
|
+
"immutable": true,
|
|
5153
|
+
"locationInModule": {
|
|
5154
|
+
"filename": "lib/cluster-version.ts",
|
|
5155
|
+
"line": 112
|
|
5156
|
+
},
|
|
5157
|
+
"name": "V3_5_1",
|
|
5158
|
+
"static": true,
|
|
5159
|
+
"type": {
|
|
5160
|
+
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
5161
|
+
}
|
|
5162
|
+
},
|
|
5081
5163
|
{
|
|
5082
5164
|
"docs": {
|
|
5083
5165
|
"stability": "experimental",
|
|
@@ -5086,7 +5168,7 @@
|
|
|
5086
5168
|
"immutable": true,
|
|
5087
5169
|
"locationInModule": {
|
|
5088
5170
|
"filename": "lib/cluster-version.ts",
|
|
5089
|
-
"line":
|
|
5171
|
+
"line": 126
|
|
5090
5172
|
},
|
|
5091
5173
|
"name": "version",
|
|
5092
5174
|
"type": {
|
|
@@ -5111,7 +5193,7 @@
|
|
|
5111
5193
|
"kind": "interface",
|
|
5112
5194
|
"locationInModule": {
|
|
5113
5195
|
"filename": "lib/cluster.ts",
|
|
5114
|
-
"line":
|
|
5196
|
+
"line": 247
|
|
5115
5197
|
},
|
|
5116
5198
|
"name": "MonitoringConfiguration",
|
|
5117
5199
|
"properties": [
|
|
@@ -5125,7 +5207,7 @@
|
|
|
5125
5207
|
"immutable": true,
|
|
5126
5208
|
"locationInModule": {
|
|
5127
5209
|
"filename": "lib/cluster.ts",
|
|
5128
|
-
"line":
|
|
5210
|
+
"line": 253
|
|
5129
5211
|
},
|
|
5130
5212
|
"name": "clusterMonitoringLevel",
|
|
5131
5213
|
"optional": true,
|
|
@@ -5143,7 +5225,7 @@
|
|
|
5143
5225
|
"immutable": true,
|
|
5144
5226
|
"locationInModule": {
|
|
5145
5227
|
"filename": "lib/cluster.ts",
|
|
5146
|
-
"line":
|
|
5228
|
+
"line": 260
|
|
5147
5229
|
},
|
|
5148
5230
|
"name": "enablePrometheusJmxExporter",
|
|
5149
5231
|
"optional": true,
|
|
@@ -5162,7 +5244,7 @@
|
|
|
5162
5244
|
"immutable": true,
|
|
5163
5245
|
"locationInModule": {
|
|
5164
5246
|
"filename": "lib/cluster.ts",
|
|
5165
|
-
"line":
|
|
5247
|
+
"line": 269
|
|
5166
5248
|
},
|
|
5167
5249
|
"name": "enablePrometheusNodeExporter",
|
|
5168
5250
|
"optional": true,
|
|
@@ -5188,7 +5270,7 @@
|
|
|
5188
5270
|
"kind": "interface",
|
|
5189
5271
|
"locationInModule": {
|
|
5190
5272
|
"filename": "lib/cluster.ts",
|
|
5191
|
-
"line":
|
|
5273
|
+
"line": 301
|
|
5192
5274
|
},
|
|
5193
5275
|
"name": "S3LoggingConfiguration",
|
|
5194
5276
|
"properties": [
|
|
@@ -5201,7 +5283,7 @@
|
|
|
5201
5283
|
"immutable": true,
|
|
5202
5284
|
"locationInModule": {
|
|
5203
5285
|
"filename": "lib/cluster.ts",
|
|
5204
|
-
"line":
|
|
5286
|
+
"line": 305
|
|
5205
5287
|
},
|
|
5206
5288
|
"name": "bucket",
|
|
5207
5289
|
"type": {
|
|
@@ -5218,7 +5300,7 @@
|
|
|
5218
5300
|
"immutable": true,
|
|
5219
5301
|
"locationInModule": {
|
|
5220
5302
|
"filename": "lib/cluster.ts",
|
|
5221
|
-
"line":
|
|
5303
|
+
"line": 312
|
|
5222
5304
|
},
|
|
5223
5305
|
"name": "prefix",
|
|
5224
5306
|
"optional": true,
|
|
@@ -5244,7 +5326,7 @@
|
|
|
5244
5326
|
"kind": "interface",
|
|
5245
5327
|
"locationInModule": {
|
|
5246
5328
|
"filename": "lib/cluster.ts",
|
|
5247
|
-
"line":
|
|
5329
|
+
"line": 359
|
|
5248
5330
|
},
|
|
5249
5331
|
"name": "SaslAuthProps",
|
|
5250
5332
|
"properties": [
|
|
@@ -5258,7 +5340,7 @@
|
|
|
5258
5340
|
"immutable": true,
|
|
5259
5341
|
"locationInModule": {
|
|
5260
5342
|
"filename": "lib/cluster.ts",
|
|
5261
|
-
"line":
|
|
5343
|
+
"line": 372
|
|
5262
5344
|
},
|
|
5263
5345
|
"name": "iam",
|
|
5264
5346
|
"optional": true,
|
|
@@ -5277,7 +5359,7 @@
|
|
|
5277
5359
|
"immutable": true,
|
|
5278
5360
|
"locationInModule": {
|
|
5279
5361
|
"filename": "lib/cluster.ts",
|
|
5280
|
-
"line":
|
|
5362
|
+
"line": 382
|
|
5281
5363
|
},
|
|
5282
5364
|
"name": "key",
|
|
5283
5365
|
"optional": true,
|
|
@@ -5295,7 +5377,7 @@
|
|
|
5295
5377
|
"immutable": true,
|
|
5296
5378
|
"locationInModule": {
|
|
5297
5379
|
"filename": "lib/cluster.ts",
|
|
5298
|
-
"line":
|
|
5380
|
+
"line": 365
|
|
5299
5381
|
},
|
|
5300
5382
|
"name": "scram",
|
|
5301
5383
|
"optional": true,
|
|
@@ -5325,11 +5407,46 @@
|
|
|
5325
5407
|
"kind": "interface",
|
|
5326
5408
|
"locationInModule": {
|
|
5327
5409
|
"filename": "lib/cluster.ts",
|
|
5328
|
-
"line":
|
|
5410
|
+
"line": 400
|
|
5329
5411
|
},
|
|
5330
5412
|
"name": "SaslTlsAuthProps",
|
|
5331
5413
|
"symbolId": "lib/cluster:SaslTlsAuthProps"
|
|
5332
5414
|
},
|
|
5415
|
+
"@aws-cdk/aws-msk-alpha.StorageMode": {
|
|
5416
|
+
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
5417
|
+
"docs": {
|
|
5418
|
+
"stability": "experimental",
|
|
5419
|
+
"summary": "The storage mode for the cluster brokers.",
|
|
5420
|
+
"example": "declare const vpc: ec2.Vpc;\ndeclare const bucket: s3.IBucket;\n\nconst cluster = new msk.Cluster(this, 'cluster', {\n clusterName: 'myCluster',\n kafkaVersion: msk.KafkaVersion.V2_8_2_TIERED,\n vpc,\n storageMode: msk.StorageMode.TIERED,\n});",
|
|
5421
|
+
"custom": {
|
|
5422
|
+
"exampleMetadata": "infused"
|
|
5423
|
+
}
|
|
5424
|
+
},
|
|
5425
|
+
"fqn": "@aws-cdk/aws-msk-alpha.StorageMode",
|
|
5426
|
+
"kind": "enum",
|
|
5427
|
+
"locationInModule": {
|
|
5428
|
+
"filename": "lib/cluster.ts",
|
|
5429
|
+
"line": 188
|
|
5430
|
+
},
|
|
5431
|
+
"members": [
|
|
5432
|
+
{
|
|
5433
|
+
"docs": {
|
|
5434
|
+
"stability": "experimental",
|
|
5435
|
+
"summary": "Local storage mode utilizes network attached EBS storage."
|
|
5436
|
+
},
|
|
5437
|
+
"name": "LOCAL"
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"docs": {
|
|
5441
|
+
"stability": "experimental",
|
|
5442
|
+
"summary": "Tiered storage mode utilizes EBS storage and Tiered storage."
|
|
5443
|
+
},
|
|
5444
|
+
"name": "TIERED"
|
|
5445
|
+
}
|
|
5446
|
+
],
|
|
5447
|
+
"name": "StorageMode",
|
|
5448
|
+
"symbolId": "lib/cluster:StorageMode"
|
|
5449
|
+
},
|
|
5333
5450
|
"@aws-cdk/aws-msk-alpha.TlsAuthProps": {
|
|
5334
5451
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
5335
5452
|
"datatype": true,
|
|
@@ -5345,7 +5462,7 @@
|
|
|
5345
5462
|
"kind": "interface",
|
|
5346
5463
|
"locationInModule": {
|
|
5347
5464
|
"filename": "lib/cluster.ts",
|
|
5348
|
-
"line":
|
|
5465
|
+
"line": 388
|
|
5349
5466
|
},
|
|
5350
5467
|
"name": "TlsAuthProps",
|
|
5351
5468
|
"properties": [
|
|
@@ -5359,7 +5476,7 @@
|
|
|
5359
5476
|
"immutable": true,
|
|
5360
5477
|
"locationInModule": {
|
|
5361
5478
|
"filename": "lib/cluster.ts",
|
|
5362
|
-
"line":
|
|
5479
|
+
"line": 394
|
|
5363
5480
|
},
|
|
5364
5481
|
"name": "certificateAuthorities",
|
|
5365
5482
|
"optional": true,
|
|
@@ -5376,6 +5493,6 @@
|
|
|
5376
5493
|
"symbolId": "lib/cluster:TlsAuthProps"
|
|
5377
5494
|
}
|
|
5378
5495
|
},
|
|
5379
|
-
"version": "2.
|
|
5496
|
+
"version": "2.113.0-alpha.0",
|
|
5380
5497
|
"fingerprint": "**********"
|
|
5381
5498
|
}
|