@aws-cdk/aws-msk-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 +168 -20
- package/.jsii.tabl.json +1130 -0
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/cluster-version.d.ts +18 -0
- package/lib/cluster-version.js +20 -2
- package/lib/cluster.js +2 -2
- package/package.json +8 -8
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.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.
|
|
2858
|
+
"jsiiVersion": "1.50.0 (build d1830a4)",
|
|
2781
2859
|
"keywords": [
|
|
2782
2860
|
"aws",
|
|
2783
2861
|
"cdk",
|
|
@@ -2840,7 +2918,7 @@
|
|
|
2840
2918
|
"docs": {
|
|
2841
2919
|
"stability": "experimental",
|
|
2842
2920
|
"summary": "Configuration details related to broker logs.",
|
|
2843
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nimport { aws_logs as logs } from 'aws-cdk-lib';\nimport { aws_s3 as s3 } from 'aws-cdk-lib';\n\ndeclare const bucket: s3.Bucket;\ndeclare const logGroup: logs.LogGroup;\
|
|
2921
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nimport { aws_logs as logs } from 'aws-cdk-lib';\nimport { aws_s3 as s3 } from 'aws-cdk-lib';\n\ndeclare const bucket: s3.Bucket;\ndeclare const logGroup: logs.LogGroup;\nconst brokerLogging: msk_alpha.BrokerLogging = {\n cloudwatchLogGroup: logGroup,\n firehoseDeliveryStreamName: 'firehoseDeliveryStreamName',\n s3: {\n bucket: bucket,\n\n // the properties below are optional\n prefix: 'prefix',\n },\n};",
|
|
2844
2922
|
"custom": {
|
|
2845
2923
|
"exampleMetadata": "fixture=_generated"
|
|
2846
2924
|
}
|
|
@@ -2913,6 +2991,9 @@
|
|
|
2913
2991
|
"@aws-cdk/aws-msk-alpha.ClientAuthentication": {
|
|
2914
2992
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
2915
2993
|
"docs": {
|
|
2994
|
+
"custom": {
|
|
2995
|
+
"exampleMetadata": "infused"
|
|
2996
|
+
},
|
|
2916
2997
|
"example": "import * as msk from \"@aws-cdk/aws-msk-alpha\"\n\nconst cluster = new msk.cluster(this, \"cluster\", {\n ...\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n scram: true,\n }),\n})",
|
|
2917
2998
|
"stability": "experimental",
|
|
2918
2999
|
"summary": "Configuration properties for client authentication."
|
|
@@ -3015,6 +3096,9 @@
|
|
|
3015
3096
|
"@aws-cdk/aws-msk-alpha.ClientBrokerEncryption": {
|
|
3016
3097
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
3017
3098
|
"docs": {
|
|
3099
|
+
"custom": {
|
|
3100
|
+
"exampleMetadata": "infused"
|
|
3101
|
+
},
|
|
3018
3102
|
"example": "import * as msk from \"@aws-cdk/aws-msk-alpha\"\n\nconst cluster = new msk.cluster(this, \"cluster\", {\n ...\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n scram: true,\n }),\n})",
|
|
3019
3103
|
"stability": "experimental",
|
|
3020
3104
|
"summary": "Indicates the encryption setting for data in transit between clients and brokers."
|
|
@@ -3029,23 +3113,23 @@
|
|
|
3029
3113
|
{
|
|
3030
3114
|
"docs": {
|
|
3031
3115
|
"stability": "experimental",
|
|
3032
|
-
"summary": "
|
|
3116
|
+
"summary": "TLS means that client-broker communication is enabled with TLS only."
|
|
3033
3117
|
},
|
|
3034
|
-
"name": "
|
|
3118
|
+
"name": "TLS"
|
|
3035
3119
|
},
|
|
3036
3120
|
{
|
|
3037
3121
|
"docs": {
|
|
3038
3122
|
"stability": "experimental",
|
|
3039
|
-
"summary": "
|
|
3123
|
+
"summary": "TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data."
|
|
3040
3124
|
},
|
|
3041
|
-
"name": "
|
|
3125
|
+
"name": "TLS_PLAINTEXT"
|
|
3042
3126
|
},
|
|
3043
3127
|
{
|
|
3044
3128
|
"docs": {
|
|
3045
3129
|
"stability": "experimental",
|
|
3046
|
-
"summary": "
|
|
3130
|
+
"summary": "PLAINTEXT means that client-broker communication is enabled in plaintext only."
|
|
3047
3131
|
},
|
|
3048
|
-
"name": "
|
|
3132
|
+
"name": "PLAINTEXT"
|
|
3049
3133
|
}
|
|
3050
3134
|
],
|
|
3051
3135
|
"name": "ClientBrokerEncryption",
|
|
@@ -3056,6 +3140,7 @@
|
|
|
3056
3140
|
"base": "aws-cdk-lib.Resource",
|
|
3057
3141
|
"docs": {
|
|
3058
3142
|
"custom": {
|
|
3143
|
+
"exampleMetadata": "infused",
|
|
3059
3144
|
"resource": "AWS::MSK::Cluster"
|
|
3060
3145
|
},
|
|
3061
3146
|
"example": "import * as msk from \"@aws-cdk/aws-msk-alpha\"\nimport * as ec2 from \"aws-cdk-lib/aws-ec2\"\n\nconst cluster = new msk.Cluster(this, \"Cluster\", {...})\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)",
|
|
@@ -3325,7 +3410,7 @@
|
|
|
3325
3410
|
"remarks": "Note: There is currently no Cloudformation Resource to create a Configuration",
|
|
3326
3411
|
"stability": "experimental",
|
|
3327
3412
|
"summary": "The Amazon MSK configuration to use for the cluster.",
|
|
3328
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\
|
|
3413
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nconst clusterConfigurationInfo: msk_alpha.ClusterConfigurationInfo = {\n arn: 'arn',\n revision: 123,\n};",
|
|
3329
3414
|
"custom": {
|
|
3330
3415
|
"exampleMetadata": "fixture=_generated"
|
|
3331
3416
|
}
|
|
@@ -3424,6 +3509,9 @@
|
|
|
3424
3509
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
3425
3510
|
"datatype": true,
|
|
3426
3511
|
"docs": {
|
|
3512
|
+
"custom": {
|
|
3513
|
+
"exampleMetadata": "infused"
|
|
3514
|
+
},
|
|
3427
3515
|
"example": "import * as msk from \"@aws-cdk/aws-msk-alpha\"\nimport * as ec2 from \"aws-cdk-lib/aws-ec2\"\n\nconst cluster = new msk.Cluster(this, \"Cluster\", {...})\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)",
|
|
3428
3516
|
"stability": "experimental",
|
|
3429
3517
|
"summary": "Properties for a MSK Cluster."
|
|
@@ -3700,7 +3788,7 @@
|
|
|
3700
3788
|
"docs": {
|
|
3701
3789
|
"stability": "experimental",
|
|
3702
3790
|
"summary": "EBS volume information.",
|
|
3703
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nimport { aws_kms as kms } from 'aws-cdk-lib';\n\ndeclare const key: kms.Key;\
|
|
3791
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nimport { aws_kms as kms } from 'aws-cdk-lib';\n\ndeclare const key: kms.Key;\nconst ebsStorageInfo: msk_alpha.EbsStorageInfo = {\n encryptionKey: key,\n volumeSize: 123,\n};",
|
|
3704
3792
|
"custom": {
|
|
3705
3793
|
"exampleMetadata": "fixture=_generated"
|
|
3706
3794
|
}
|
|
@@ -3759,7 +3847,7 @@
|
|
|
3759
3847
|
"see": "https://docs.aws.amazon.com/msk/latest/developerguide/msk-encryption.html#msk-encryption-in-transit",
|
|
3760
3848
|
"stability": "experimental",
|
|
3761
3849
|
"summary": "The settings for encrypting data in transit.",
|
|
3762
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\
|
|
3850
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nconst encryptionInTransitConfig: msk_alpha.EncryptionInTransitConfig = {\n clientBroker: msk_alpha.ClientBrokerEncryption.TLS,\n enableInCluster: false,\n};",
|
|
3763
3851
|
"custom": {
|
|
3764
3852
|
"exampleMetadata": "fixture=_generated"
|
|
3765
3853
|
}
|
|
@@ -3873,6 +3961,9 @@
|
|
|
3873
3961
|
"@aws-cdk/aws-msk-alpha.KafkaVersion": {
|
|
3874
3962
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
3875
3963
|
"docs": {
|
|
3964
|
+
"custom": {
|
|
3965
|
+
"exampleMetadata": "infused"
|
|
3966
|
+
},
|
|
3876
3967
|
"example": "import * as msk from '@aws-cdk/aws-msk-alpha';\n\nconst cluster = new Cluster(this, 'Cluster', {\n kafkaVersion: msk.KafkaVersion.V2_8_1,\n vpc,\n});",
|
|
3877
3968
|
"stability": "experimental",
|
|
3878
3969
|
"summary": "Kafka cluster version."
|
|
@@ -3891,7 +3982,7 @@
|
|
|
3891
3982
|
},
|
|
3892
3983
|
"locationInModule": {
|
|
3893
3984
|
"filename": "lib/cluster-version.ts",
|
|
3894
|
-
"line":
|
|
3985
|
+
"line": 79
|
|
3895
3986
|
},
|
|
3896
3987
|
"name": "of",
|
|
3897
3988
|
"parameters": [
|
|
@@ -4055,19 +4146,70 @@
|
|
|
4055
4146
|
"const": true,
|
|
4056
4147
|
"docs": {
|
|
4057
4148
|
"stability": "experimental",
|
|
4058
|
-
"summary": "Kafka version 2.
|
|
4149
|
+
"summary": "Kafka version 2.6.3."
|
|
4059
4150
|
},
|
|
4060
4151
|
"immutable": true,
|
|
4061
4152
|
"locationInModule": {
|
|
4062
4153
|
"filename": "lib/cluster-version.ts",
|
|
4063
4154
|
"line": 48
|
|
4064
4155
|
},
|
|
4156
|
+
"name": "V2_6_3",
|
|
4157
|
+
"static": true,
|
|
4158
|
+
"type": {
|
|
4159
|
+
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
4160
|
+
}
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"const": true,
|
|
4164
|
+
"docs": {
|
|
4165
|
+
"stability": "experimental",
|
|
4166
|
+
"summary": "Kafka version 2.7.0."
|
|
4167
|
+
},
|
|
4168
|
+
"immutable": true,
|
|
4169
|
+
"locationInModule": {
|
|
4170
|
+
"filename": "lib/cluster-version.ts",
|
|
4171
|
+
"line": 53
|
|
4172
|
+
},
|
|
4065
4173
|
"name": "V2_7_0",
|
|
4066
4174
|
"static": true,
|
|
4067
4175
|
"type": {
|
|
4068
4176
|
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
4069
4177
|
}
|
|
4070
4178
|
},
|
|
4179
|
+
{
|
|
4180
|
+
"const": true,
|
|
4181
|
+
"docs": {
|
|
4182
|
+
"stability": "experimental",
|
|
4183
|
+
"summary": "Kafka version 2.7.1."
|
|
4184
|
+
},
|
|
4185
|
+
"immutable": true,
|
|
4186
|
+
"locationInModule": {
|
|
4187
|
+
"filename": "lib/cluster-version.ts",
|
|
4188
|
+
"line": 58
|
|
4189
|
+
},
|
|
4190
|
+
"name": "V2_7_1",
|
|
4191
|
+
"static": true,
|
|
4192
|
+
"type": {
|
|
4193
|
+
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"const": true,
|
|
4198
|
+
"docs": {
|
|
4199
|
+
"stability": "experimental",
|
|
4200
|
+
"summary": "Kafka version 2.7.2."
|
|
4201
|
+
},
|
|
4202
|
+
"immutable": true,
|
|
4203
|
+
"locationInModule": {
|
|
4204
|
+
"filename": "lib/cluster-version.ts",
|
|
4205
|
+
"line": 63
|
|
4206
|
+
},
|
|
4207
|
+
"name": "V2_7_2",
|
|
4208
|
+
"static": true,
|
|
4209
|
+
"type": {
|
|
4210
|
+
"fqn": "@aws-cdk/aws-msk-alpha.KafkaVersion"
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4071
4213
|
{
|
|
4072
4214
|
"const": true,
|
|
4073
4215
|
"docs": {
|
|
@@ -4077,7 +4219,7 @@
|
|
|
4077
4219
|
"immutable": true,
|
|
4078
4220
|
"locationInModule": {
|
|
4079
4221
|
"filename": "lib/cluster-version.ts",
|
|
4080
|
-
"line":
|
|
4222
|
+
"line": 68
|
|
4081
4223
|
},
|
|
4082
4224
|
"name": "V2_8_0",
|
|
4083
4225
|
"static": true,
|
|
@@ -4094,7 +4236,7 @@
|
|
|
4094
4236
|
"immutable": true,
|
|
4095
4237
|
"locationInModule": {
|
|
4096
4238
|
"filename": "lib/cluster-version.ts",
|
|
4097
|
-
"line":
|
|
4239
|
+
"line": 73
|
|
4098
4240
|
},
|
|
4099
4241
|
"name": "V2_8_1",
|
|
4100
4242
|
"static": true,
|
|
@@ -4110,7 +4252,7 @@
|
|
|
4110
4252
|
"immutable": true,
|
|
4111
4253
|
"locationInModule": {
|
|
4112
4254
|
"filename": "lib/cluster-version.ts",
|
|
4113
|
-
"line":
|
|
4255
|
+
"line": 87
|
|
4114
4256
|
},
|
|
4115
4257
|
"name": "version",
|
|
4116
4258
|
"type": {
|
|
@@ -4126,7 +4268,7 @@
|
|
|
4126
4268
|
"docs": {
|
|
4127
4269
|
"stability": "experimental",
|
|
4128
4270
|
"summary": "Monitoring Configuration.",
|
|
4129
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\
|
|
4271
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nconst monitoringConfiguration: msk_alpha.MonitoringConfiguration = {\n clusterMonitoringLevel: msk_alpha.ClusterMonitoringLevel.DEFAULT,\n enablePrometheusJmxExporter: false,\n enablePrometheusNodeExporter: false,\n};",
|
|
4130
4272
|
"custom": {
|
|
4131
4273
|
"exampleMetadata": "fixture=_generated"
|
|
4132
4274
|
}
|
|
@@ -4203,7 +4345,7 @@
|
|
|
4203
4345
|
"docs": {
|
|
4204
4346
|
"stability": "experimental",
|
|
4205
4347
|
"summary": "Details of the Amazon S3 destination for broker logs.",
|
|
4206
|
-
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nimport { aws_s3 as s3 } from 'aws-cdk-lib';\n\ndeclare const bucket: s3.Bucket;\
|
|
4348
|
+
"example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as msk_alpha from '@aws-cdk/aws-msk-alpha';\nimport { aws_s3 as s3 } from 'aws-cdk-lib';\n\ndeclare const bucket: s3.Bucket;\nconst s3LoggingConfiguration: msk_alpha.S3LoggingConfiguration = {\n bucket: bucket,\n\n // the properties below are optional\n prefix: 'prefix',\n};",
|
|
4207
4349
|
"custom": {
|
|
4208
4350
|
"exampleMetadata": "fixture=_generated"
|
|
4209
4351
|
}
|
|
@@ -4257,6 +4399,9 @@
|
|
|
4257
4399
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
4258
4400
|
"datatype": true,
|
|
4259
4401
|
"docs": {
|
|
4402
|
+
"custom": {
|
|
4403
|
+
"exampleMetadata": "infused"
|
|
4404
|
+
},
|
|
4260
4405
|
"example": "import * as msk from \"@aws-cdk/aws-msk-alpha\"\n\nconst cluster = new msk.cluster(this, \"cluster\", {\n ...\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.sasl({\n scram: true,\n }),\n})",
|
|
4261
4406
|
"stability": "experimental",
|
|
4262
4407
|
"summary": "SASL authentication properties."
|
|
@@ -4331,6 +4476,9 @@
|
|
|
4331
4476
|
"assembly": "@aws-cdk/aws-msk-alpha",
|
|
4332
4477
|
"datatype": true,
|
|
4333
4478
|
"docs": {
|
|
4479
|
+
"custom": {
|
|
4480
|
+
"exampleMetadata": "infused"
|
|
4481
|
+
},
|
|
4334
4482
|
"example": "import * as msk from \"@aws-cdk/aws-msk-alpha\"\nimport * as acmpca from \"aws-cdk-lib/aws-acmpca\"\n\nconst cluster = new msk.Cluster(this, 'Cluster', {\n ...\n encryptionInTransit: {\n clientBroker: msk.ClientBrokerEncryption.TLS,\n },\n clientAuthentication: msk.ClientAuthentication.tls({\n certificateAuthorities: [\n acmpca.CertificateAuthority.fromCertificateAuthorityArn(\n stack,\n \"CertificateAuthority\",\n \"arn:aws:acm-pca:us-west-2:1234567890:certificate-authority/11111111-1111-1111-1111-111111111111\"\n ),\n ],\n }),\n });\n});",
|
|
4335
4483
|
"stability": "experimental",
|
|
4336
4484
|
"summary": "TLS authentication properties."
|
|
@@ -4370,6 +4518,6 @@
|
|
|
4370
4518
|
"symbolId": "lib/cluster:TlsAuthProps"
|
|
4371
4519
|
}
|
|
4372
4520
|
},
|
|
4373
|
-
"version": "2.
|
|
4521
|
+
"version": "2.5.0-alpha.0",
|
|
4374
4522
|
"fingerprint": "**********"
|
|
4375
4523
|
}
|