aws-cdk-lib 2.218.0__py3-none-any.whl → 2.220.0__py3-none-any.whl

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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (65) hide show
  1. aws_cdk/__init__.py +31 -36
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.218.0.jsii.tgz → aws-cdk-lib@2.220.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +98 -87
  5. aws_cdk/aws_apigateway/__init__.py +39 -0
  6. aws_cdk/aws_applicationsignals/__init__.py +450 -2
  7. aws_cdk/aws_arcregionswitch/__init__.py +8 -0
  8. aws_cdk/aws_backup/__init__.py +29 -0
  9. aws_cdk/aws_batch/__init__.py +109 -7
  10. aws_cdk/aws_bcmdataexports/__init__.py +9 -0
  11. aws_cdk/aws_bedrock/__init__.py +384 -1
  12. aws_cdk/aws_bedrockagentcore/__init__.py +7862 -1568
  13. aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
  14. aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
  15. aws_cdk/aws_cloudwatch/__init__.py +5 -5
  16. aws_cdk/aws_codebuild/__init__.py +339 -62
  17. aws_cdk/aws_cognito/__init__.py +6 -4
  18. aws_cdk/aws_connect/__init__.py +9 -9
  19. aws_cdk/aws_cur/__init__.py +5 -3
  20. aws_cdk/aws_datasync/__init__.py +44 -22
  21. aws_cdk/aws_datazone/__init__.py +35 -33
  22. aws_cdk/aws_dax/__init__.py +12 -3
  23. aws_cdk/aws_dms/__init__.py +3 -5
  24. aws_cdk/aws_ec2/__init__.py +2721 -30
  25. aws_cdk/aws_ecs/__init__.py +2900 -90
  26. aws_cdk/aws_eks/__init__.py +114 -9
  27. aws_cdk/aws_entityresolution/__init__.py +18 -0
  28. aws_cdk/aws_fsx/__init__.py +4 -4
  29. aws_cdk/aws_greengrassv2/__init__.py +29 -0
  30. aws_cdk/aws_imagebuilder/__init__.py +397 -0
  31. aws_cdk/aws_iotsitewise/__init__.py +136 -80
  32. aws_cdk/aws_kinesis/__init__.py +95 -4
  33. aws_cdk/aws_lambda/__init__.py +43 -0
  34. aws_cdk/aws_lightsail/__init__.py +584 -0
  35. aws_cdk/aws_logs/__init__.py +57 -0
  36. aws_cdk/aws_lookoutmetrics/__init__.py +14 -2
  37. aws_cdk/aws_m2/__init__.py +59 -13
  38. aws_cdk/aws_medialive/__init__.py +108 -0
  39. aws_cdk/aws_msk/__init__.py +4 -2
  40. aws_cdk/aws_mwaa/__init__.py +5 -5
  41. aws_cdk/aws_neptune/__init__.py +133 -70
  42. aws_cdk/aws_networkfirewall/__init__.py +6 -2
  43. aws_cdk/aws_networkmanager/__init__.py +29 -0
  44. aws_cdk/aws_observabilityadmin/__init__.py +1227 -83
  45. aws_cdk/aws_omics/__init__.py +7 -1
  46. aws_cdk/aws_opensearchservice/__init__.py +64 -0
  47. aws_cdk/aws_opsworkscm/__init__.py +0 -29
  48. aws_cdk/aws_pcs/__init__.py +224 -33
  49. aws_cdk/aws_pinpoint/__init__.py +58 -0
  50. aws_cdk/aws_quicksight/__init__.py +118 -0
  51. aws_cdk/aws_rds/__init__.py +62 -37
  52. aws_cdk/aws_refactorspaces/__init__.py +18 -6
  53. aws_cdk/aws_route53/__init__.py +138 -8
  54. aws_cdk/aws_s3/__init__.py +29 -2
  55. aws_cdk/aws_s3objectlambda/__init__.py +44 -12
  56. aws_cdk/aws_servicecatalog/__init__.py +103 -106
  57. aws_cdk/aws_smsvoice/__init__.py +319 -0
  58. aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
  59. aws_cdk/aws_synthetics/__init__.py +21 -1
  60. {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/METADATA +2 -2
  61. {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/RECORD +65 -65
  62. {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/LICENSE +0 -0
  63. {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/NOTICE +0 -0
  64. {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/WHEEL +0 -0
  65. {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/top_level.txt +0 -0
aws_cdk/__init__.py CHANGED
@@ -1022,7 +1022,7 @@ The properties passed to the level 2 constructs `AutoScalingGroup` and `Instance
1022
1022
  `aws-ec2` module abstract what is passed into the `CfnOption` properties `resourceSignal` and
1023
1023
  `autoScalingCreationPolicy`, but when using level 1 constructs you can specify these yourself.
1024
1024
 
1025
- The CfnWaitCondition resource from the `aws-cloudformation` module suppports the `resourceSignal`.
1025
+ The CfnWaitCondition resource from the `aws-cloudformation` module supports the `resourceSignal`.
1026
1026
  The format of the timeout is `PT#H#M#S`. In the example below AWS Cloudformation will wait for
1027
1027
  3 success signals to occur within 15 minutes before the status of the resource will be set to
1028
1028
  `CREATE_COMPLETE`.
@@ -21672,25 +21672,20 @@ class RemovalPolicy(enum.Enum):
21672
21672
 
21673
21673
  Example::
21674
21674
 
21675
- import aws_cdk as cdk
21676
-
21677
-
21678
- app = cdk.App()
21679
- stack = cdk.Stack(app, "Stack", env=cdk.Environment(region="us-west-2"))
21675
+ # my_role: iam.Role
21680
21676
 
21681
- global_table = dynamodb.TableV2(stack, "GlobalTable",
21682
- partition_key=dynamodb.Attribute(name="pk", type=dynamodb.AttributeType.STRING),
21683
- removal_policy=cdk.RemovalPolicy.DESTROY,
21684
- deletion_protection=True,
21685
- # only the replica in us-east-1 will be deleted during stack deletion
21686
- replicas=[dynamodb.ReplicaTableProps(
21687
- region="us-east-1",
21688
- deletion_protection=False
21689
- ), dynamodb.ReplicaTableProps(
21690
- region="us-east-2",
21691
- deletion_protection=True
21677
+ cr.AwsCustomResource(self, "Customized",
21678
+ role=my_role, # must be assumable by the `lambda.amazonaws.com` service principal
21679
+ timeout=Duration.minutes(10), # defaults to 2 minutes
21680
+ memory_size=1025, # defaults to 512 if installLatestAwsSdk is true
21681
+ log_group=logs.LogGroup(self, "AwsCustomResourceLogs",
21682
+ retention=logs.RetentionDays.ONE_DAY
21683
+ ),
21684
+ function_name="my-custom-name", # defaults to a CloudFormation generated name
21685
+ removal_policy=RemovalPolicy.RETAIN, # defaults to `RemovalPolicy.DESTROY`
21686
+ policy=cr.AwsCustomResourcePolicy.from_sdk_calls(
21687
+ resources=cr.AwsCustomResourcePolicy.ANY_RESOURCE
21692
21688
  )
21693
- ]
21694
21689
  )
21695
21690
  '''
21696
21691
 
@@ -23289,24 +23284,24 @@ class Size(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.Size"):
23289
23284
 
23290
23285
  Example::
23291
23286
 
23292
- # my_file_system: efs.IFileSystem
23293
- # my_job_role: iam.Role
23294
-
23295
- my_file_system.grant_read(my_job_role)
23296
-
23297
- job_defn = batch.EcsJobDefinition(self, "JobDefn",
23298
- container=batch.EcsEc2ContainerDefinition(self, "containerDefn",
23299
- image=ecs.ContainerImage.from_registry("public.ecr.aws/amazonlinux/amazonlinux:latest"),
23300
- memory=cdk.Size.mebibytes(2048),
23301
- cpu=256,
23302
- volumes=[batch.EcsVolume.efs(
23303
- name="myVolume",
23304
- file_system=my_file_system,
23305
- container_path="/Volumes/myVolume",
23306
- use_job_role=True
23307
- )],
23308
- job_role=my_job_role
23309
- )
23287
+ # bucket: s3.Bucket
23288
+ # Provide a Lambda function that will transform records before delivery, with custom
23289
+ # buffering and retry configuration
23290
+ lambda_function = lambda_.Function(self, "Processor",
23291
+ runtime=lambda_.Runtime.NODEJS_LATEST,
23292
+ handler="index.handler",
23293
+ code=lambda_.Code.from_asset(path.join(__dirname, "process-records"))
23294
+ )
23295
+ lambda_processor = firehose.LambdaFunctionProcessor(lambda_function,
23296
+ buffer_interval=Duration.minutes(5),
23297
+ buffer_size=Size.mebibytes(5),
23298
+ retries=5
23299
+ )
23300
+ s3_destination = firehose.S3Bucket(bucket,
23301
+ processor=lambda_processor
23302
+ )
23303
+ firehose.DeliveryStream(self, "Delivery Stream",
23304
+ destination=s3_destination
23310
23305
  )
23311
23306
  '''
23312
23307
 
aws_cdk/_jsii/__init__.py CHANGED
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
34
34
  import constructs._jsii
35
35
 
36
36
  __jsii_assembly__ = jsii.JSIIAssembly.load(
37
- "aws-cdk-lib", "2.218.0", __name__[0:-6], "aws-cdk-lib@2.218.0.jsii.tgz"
37
+ "aws-cdk-lib", "2.220.0", __name__[0:-6], "aws-cdk-lib@2.220.0.jsii.tgz"
38
38
  )
39
39
 
40
40
  __all__ = [
@@ -137,7 +137,6 @@ class BrokerReference:
137
137
  "engine_type": "engineType",
138
138
  "host_instance_type": "hostInstanceType",
139
139
  "publicly_accessible": "publiclyAccessible",
140
- "users": "users",
141
140
  "authentication_strategy": "authenticationStrategy",
142
141
  "auto_minor_version_upgrade": "autoMinorVersionUpgrade",
143
142
  "configuration": "configuration",
@@ -152,6 +151,7 @@ class BrokerReference:
152
151
  "storage_type": "storageType",
153
152
  "subnet_ids": "subnetIds",
154
153
  "tags": "tags",
154
+ "users": "users",
155
155
  },
156
156
  )
157
157
  class CfnBrokerProps:
@@ -163,7 +163,6 @@ class CfnBrokerProps:
163
163
  engine_type: builtins.str,
164
164
  host_instance_type: builtins.str,
165
165
  publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
166
- users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]],
167
166
  authentication_strategy: typing.Optional[builtins.str] = None,
168
167
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
169
168
  configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.ConfigurationIdProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -178,6 +177,7 @@ class CfnBrokerProps:
178
177
  storage_type: typing.Optional[builtins.str] = None,
179
178
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
180
179
  tags: typing.Optional[typing.Sequence[typing.Union["CfnBroker.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
180
+ users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
181
181
  ) -> None:
182
182
  '''Properties for defining a ``CfnBroker``.
183
183
 
@@ -186,7 +186,6 @@ class CfnBrokerProps:
186
186
  :param engine_type: The type of broker engine. Currently, Amazon MQ supports ``ACTIVEMQ`` and ``RABBITMQ`` .
187
187
  :param host_instance_type: The broker's instance type.
188
188
  :param publicly_accessible: Enables connections from applications outside of the VPC that hosts the broker's subnets.
189
- :param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
190
189
  :param authentication_strategy: Optional. The authentication strategy used to secure the broker. The default is ``SIMPLE`` .
191
190
  :param auto_minor_version_upgrade: Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
192
191
  :param configuration: A list of information about the configuration. Does not apply to RabbitMQ brokers.
@@ -201,6 +200,7 @@ class CfnBrokerProps:
201
200
  :param storage_type: The broker's storage type.
202
201
  :param subnet_ids: The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet. .. epigraph:: If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
203
202
  :param tags: An array of key-value pairs. For more information, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the *Billing and Cost Management User Guide* .
203
+ :param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
204
204
 
205
205
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html
206
206
  :exampleMetadata: fixture=_generated
@@ -217,15 +217,6 @@ class CfnBrokerProps:
217
217
  engine_type="engineType",
218
218
  host_instance_type="hostInstanceType",
219
219
  publicly_accessible=False,
220
- users=[amazonmq.CfnBroker.UserProperty(
221
- password="password",
222
- username="username",
223
-
224
- # the properties below are optional
225
- console_access=False,
226
- groups=["groups"],
227
- replication_user=False
228
- )],
229
220
 
230
221
  # the properties below are optional
231
222
  authentication_strategy="authenticationStrategy",
@@ -247,7 +238,6 @@ class CfnBrokerProps:
247
238
  hosts=["hosts"],
248
239
  role_base="roleBase",
249
240
  role_search_matching="roleSearchMatching",
250
- service_account_password="serviceAccountPassword",
251
241
  service_account_username="serviceAccountUsername",
252
242
  user_base="userBase",
253
243
  user_search_matching="userSearchMatching",
@@ -255,6 +245,7 @@ class CfnBrokerProps:
255
245
  # the properties below are optional
256
246
  role_name="roleName",
257
247
  role_search_subtree=False,
248
+ service_account_password="serviceAccountPassword",
258
249
  user_role_name="userRoleName",
259
250
  user_search_subtree=False
260
251
  ),
@@ -273,6 +264,15 @@ class CfnBrokerProps:
273
264
  tags=[amazonmq.CfnBroker.TagsEntryProperty(
274
265
  key="key",
275
266
  value="value"
267
+ )],
268
+ users=[amazonmq.CfnBroker.UserProperty(
269
+ password="password",
270
+ username="username",
271
+
272
+ # the properties below are optional
273
+ console_access=False,
274
+ groups=["groups"],
275
+ replication_user=False
276
276
  )]
277
277
  )
278
278
  '''
@@ -283,7 +283,6 @@ class CfnBrokerProps:
283
283
  check_type(argname="argument engine_type", value=engine_type, expected_type=type_hints["engine_type"])
284
284
  check_type(argname="argument host_instance_type", value=host_instance_type, expected_type=type_hints["host_instance_type"])
285
285
  check_type(argname="argument publicly_accessible", value=publicly_accessible, expected_type=type_hints["publicly_accessible"])
286
- check_type(argname="argument users", value=users, expected_type=type_hints["users"])
287
286
  check_type(argname="argument authentication_strategy", value=authentication_strategy, expected_type=type_hints["authentication_strategy"])
288
287
  check_type(argname="argument auto_minor_version_upgrade", value=auto_minor_version_upgrade, expected_type=type_hints["auto_minor_version_upgrade"])
289
288
  check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
@@ -298,13 +297,13 @@ class CfnBrokerProps:
298
297
  check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
299
298
  check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
300
299
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
300
+ check_type(argname="argument users", value=users, expected_type=type_hints["users"])
301
301
  self._values: typing.Dict[builtins.str, typing.Any] = {
302
302
  "broker_name": broker_name,
303
303
  "deployment_mode": deployment_mode,
304
304
  "engine_type": engine_type,
305
305
  "host_instance_type": host_instance_type,
306
306
  "publicly_accessible": publicly_accessible,
307
- "users": users,
308
307
  }
309
308
  if authentication_strategy is not None:
310
309
  self._values["authentication_strategy"] = authentication_strategy
@@ -334,6 +333,8 @@ class CfnBrokerProps:
334
333
  self._values["subnet_ids"] = subnet_ids
335
334
  if tags is not None:
336
335
  self._values["tags"] = tags
336
+ if users is not None:
337
+ self._values["users"] = users
337
338
 
338
339
  @builtins.property
339
340
  def broker_name(self) -> builtins.str:
@@ -396,20 +397,6 @@ class CfnBrokerProps:
396
397
  assert result is not None, "Required property 'publicly_accessible' is missing"
397
398
  return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], result)
398
399
 
399
- @builtins.property
400
- def users(
401
- self,
402
- ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]:
403
- '''The list of broker users (persons or applications) who can access queues and topics.
404
-
405
- For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
406
-
407
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-users
408
- '''
409
- result = self._values.get("users")
410
- assert result is not None, "Required property 'users' is missing"
411
- return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]], result)
412
-
413
400
  @builtins.property
414
401
  def authentication_strategy(self) -> typing.Optional[builtins.str]:
415
402
  '''Optional.
@@ -569,6 +556,19 @@ class CfnBrokerProps:
569
556
  result = self._values.get("tags")
570
557
  return typing.cast(typing.Optional[typing.List["CfnBroker.TagsEntryProperty"]], result)
571
558
 
559
+ @builtins.property
560
+ def users(
561
+ self,
562
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]]:
563
+ '''The list of broker users (persons or applications) who can access queues and topics.
564
+
565
+ For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
566
+
567
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-users
568
+ '''
569
+ result = self._values.get("users")
570
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]], result)
571
+
572
572
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
573
573
  return isinstance(rhs, self.__class__) and rhs._values == self._values
574
574
 
@@ -1115,15 +1115,6 @@ class CfnBroker(
1115
1115
  engine_type="engineType",
1116
1116
  host_instance_type="hostInstanceType",
1117
1117
  publicly_accessible=False,
1118
- users=[amazonmq.CfnBroker.UserProperty(
1119
- password="password",
1120
- username="username",
1121
-
1122
- # the properties below are optional
1123
- console_access=False,
1124
- groups=["groups"],
1125
- replication_user=False
1126
- )],
1127
1118
 
1128
1119
  # the properties below are optional
1129
1120
  authentication_strategy="authenticationStrategy",
@@ -1145,7 +1136,6 @@ class CfnBroker(
1145
1136
  hosts=["hosts"],
1146
1137
  role_base="roleBase",
1147
1138
  role_search_matching="roleSearchMatching",
1148
- service_account_password="serviceAccountPassword",
1149
1139
  service_account_username="serviceAccountUsername",
1150
1140
  user_base="userBase",
1151
1141
  user_search_matching="userSearchMatching",
@@ -1153,6 +1143,7 @@ class CfnBroker(
1153
1143
  # the properties below are optional
1154
1144
  role_name="roleName",
1155
1145
  role_search_subtree=False,
1146
+ service_account_password="serviceAccountPassword",
1156
1147
  user_role_name="userRoleName",
1157
1148
  user_search_subtree=False
1158
1149
  ),
@@ -1171,6 +1162,15 @@ class CfnBroker(
1171
1162
  tags=[amazonmq.CfnBroker.TagsEntryProperty(
1172
1163
  key="key",
1173
1164
  value="value"
1165
+ )],
1166
+ users=[amazonmq.CfnBroker.UserProperty(
1167
+ password="password",
1168
+ username="username",
1169
+
1170
+ # the properties below are optional
1171
+ console_access=False,
1172
+ groups=["groups"],
1173
+ replication_user=False
1174
1174
  )]
1175
1175
  )
1176
1176
  '''
@@ -1185,7 +1185,6 @@ class CfnBroker(
1185
1185
  engine_type: builtins.str,
1186
1186
  host_instance_type: builtins.str,
1187
1187
  publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
1188
- users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]],
1189
1188
  authentication_strategy: typing.Optional[builtins.str] = None,
1190
1189
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1191
1190
  configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.ConfigurationIdProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -1200,6 +1199,7 @@ class CfnBroker(
1200
1199
  storage_type: typing.Optional[builtins.str] = None,
1201
1200
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
1202
1201
  tags: typing.Optional[typing.Sequence[typing.Union["CfnBroker.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1202
+ users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
1203
1203
  ) -> None:
1204
1204
  '''
1205
1205
  :param scope: Scope in which this resource is defined.
@@ -1209,7 +1209,6 @@ class CfnBroker(
1209
1209
  :param engine_type: The type of broker engine. Currently, Amazon MQ supports ``ACTIVEMQ`` and ``RABBITMQ`` .
1210
1210
  :param host_instance_type: The broker's instance type.
1211
1211
  :param publicly_accessible: Enables connections from applications outside of the VPC that hosts the broker's subnets.
1212
- :param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
1213
1212
  :param authentication_strategy: Optional. The authentication strategy used to secure the broker. The default is ``SIMPLE`` .
1214
1213
  :param auto_minor_version_upgrade: Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
1215
1214
  :param configuration: A list of information about the configuration. Does not apply to RabbitMQ brokers.
@@ -1224,6 +1223,7 @@ class CfnBroker(
1224
1223
  :param storage_type: The broker's storage type.
1225
1224
  :param subnet_ids: The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet. .. epigraph:: If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
1226
1225
  :param tags: An array of key-value pairs. For more information, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the *Billing and Cost Management User Guide* .
1226
+ :param users: The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent RabbitMQ users are created by via the RabbitMQ web console or by using the RabbitMQ management API.
1227
1227
  '''
1228
1228
  if __debug__:
1229
1229
  type_hints = typing.get_type_hints(_typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce87535c69cb7)
@@ -1235,7 +1235,6 @@ class CfnBroker(
1235
1235
  engine_type=engine_type,
1236
1236
  host_instance_type=host_instance_type,
1237
1237
  publicly_accessible=publicly_accessible,
1238
- users=users,
1239
1238
  authentication_strategy=authentication_strategy,
1240
1239
  auto_minor_version_upgrade=auto_minor_version_upgrade,
1241
1240
  configuration=configuration,
@@ -1250,6 +1249,7 @@ class CfnBroker(
1250
1249
  storage_type=storage_type,
1251
1250
  subnet_ids=subnet_ids,
1252
1251
  tags=tags,
1252
+ users=users,
1253
1253
  )
1254
1254
 
1255
1255
  jsii.create(self.__class__, self, [scope, id, props])
@@ -1357,6 +1357,17 @@ class CfnBroker(
1357
1357
  '''
1358
1358
  return typing.cast(typing.List[builtins.str], jsii.get(self, "attrConsoleUrLs"))
1359
1359
 
1360
+ @builtins.property
1361
+ @jsii.member(jsii_name="attrEngineVersionCurrent")
1362
+ def attr_engine_version_current(self) -> builtins.str:
1363
+ '''The version in use.
1364
+
1365
+ This may have more precision than the specified EngineVersion.
1366
+
1367
+ :cloudformationAttribute: EngineVersionCurrent
1368
+ '''
1369
+ return typing.cast(builtins.str, jsii.get(self, "attrEngineVersionCurrent"))
1370
+
1360
1371
  @builtins.property
1361
1372
  @jsii.member(jsii_name="attrId")
1362
1373
  def attr_id(self) -> builtins.str:
@@ -1511,24 +1522,6 @@ class CfnBroker(
1511
1522
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1512
1523
  jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
1513
1524
 
1514
- @builtins.property
1515
- @jsii.member(jsii_name="users")
1516
- def users(
1517
- self,
1518
- ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]:
1519
- '''The list of broker users (persons or applications) who can access queues and topics.'''
1520
- return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]], jsii.get(self, "users"))
1521
-
1522
- @users.setter
1523
- def users(
1524
- self,
1525
- value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]],
1526
- ) -> None:
1527
- if __debug__:
1528
- type_hints = typing.get_type_hints(_typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b)
1529
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1530
- jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
1531
-
1532
1525
  @builtins.property
1533
1526
  @jsii.member(jsii_name="authenticationStrategy")
1534
1527
  def authentication_strategy(self) -> typing.Optional[builtins.str]:
@@ -1750,6 +1743,24 @@ class CfnBroker(
1750
1743
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1751
1744
  jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
1752
1745
 
1746
+ @builtins.property
1747
+ @jsii.member(jsii_name="users")
1748
+ def users(
1749
+ self,
1750
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]]:
1751
+ '''The list of broker users (persons or applications) who can access queues and topics.'''
1752
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]], jsii.get(self, "users"))
1753
+
1754
+ @users.setter
1755
+ def users(
1756
+ self,
1757
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnBroker.UserProperty"]]]],
1758
+ ) -> None:
1759
+ if __debug__:
1760
+ type_hints = typing.get_type_hints(_typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b)
1761
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1762
+ jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
1763
+
1753
1764
  @jsii.data_type(
1754
1765
  jsii_type="aws-cdk-lib.aws_amazonmq.CfnBroker.ConfigurationIdProperty",
1755
1766
  jsii_struct_bases=[],
@@ -1910,12 +1921,12 @@ class CfnBroker(
1910
1921
  "hosts": "hosts",
1911
1922
  "role_base": "roleBase",
1912
1923
  "role_search_matching": "roleSearchMatching",
1913
- "service_account_password": "serviceAccountPassword",
1914
1924
  "service_account_username": "serviceAccountUsername",
1915
1925
  "user_base": "userBase",
1916
1926
  "user_search_matching": "userSearchMatching",
1917
1927
  "role_name": "roleName",
1918
1928
  "role_search_subtree": "roleSearchSubtree",
1929
+ "service_account_password": "serviceAccountPassword",
1919
1930
  "user_role_name": "userRoleName",
1920
1931
  "user_search_subtree": "userSearchSubtree",
1921
1932
  },
@@ -1927,12 +1938,12 @@ class CfnBroker(
1927
1938
  hosts: typing.Sequence[builtins.str],
1928
1939
  role_base: builtins.str,
1929
1940
  role_search_matching: builtins.str,
1930
- service_account_password: builtins.str,
1931
1941
  service_account_username: builtins.str,
1932
1942
  user_base: builtins.str,
1933
1943
  user_search_matching: builtins.str,
1934
1944
  role_name: typing.Optional[builtins.str] = None,
1935
1945
  role_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1946
+ service_account_password: typing.Optional[builtins.str] = None,
1936
1947
  user_role_name: typing.Optional[builtins.str] = None,
1937
1948
  user_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1938
1949
  ) -> None:
@@ -1945,12 +1956,12 @@ class CfnBroker(
1945
1956
  :param hosts: Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
1946
1957
  :param role_base: The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, ``ou=group`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
1947
1958
  :param role_search_matching: The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the ``{0}`` placeholder in the search filter. The client's username is substituted into the ``{1}`` placeholder. For example, if you set this option to ``(member=uid={1})`` for the user janedoe, the search filter becomes ``(member=uid=janedoe)`` after string substitution. It matches all role entries that have a member attribute equal to ``uid=janedoe`` under the subtree selected by the ``RoleBases`` .
1948
- :param service_account_password: Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
1949
1959
  :param service_account_username: Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
1950
1960
  :param user_base: Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to ``ou=Users`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` , the search for user entries is restricted to the subtree beneath ``ou=Users`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
1951
1961
  :param user_search_matching: The LDAP search filter used to find users within the ``userBase`` . The client's username is substituted into the ``{0}`` placeholder in the search filter. For example, if this option is set to ``(uid={0})`` and the received username is ``janedoe`` , the search filter becomes ``(uid=janedoe)`` after string substitution. It will result in matching an entry like ``uid=janedoe`` , ``ou=Users`` , ``ou=corp`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
1952
1962
  :param role_name: The group name attribute in a role entry whose value is the name of that role. For example, you can specify ``cn`` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the ``cn`` attribute for each role entry that they are a member of.
1953
1963
  :param role_search_subtree: The directory search scope for the role. If set to true, scope is to search the entire subtree.
1964
+ :param service_account_password: Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
1954
1965
  :param user_role_name: The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The ``UserRoleName`` option allows you to provide the name of this attribute.
1955
1966
  :param user_search_subtree: The directory search scope for the user. If set to true, scope is to search the entire subtree.
1956
1967
 
@@ -1967,7 +1978,6 @@ class CfnBroker(
1967
1978
  hosts=["hosts"],
1968
1979
  role_base="roleBase",
1969
1980
  role_search_matching="roleSearchMatching",
1970
- service_account_password="serviceAccountPassword",
1971
1981
  service_account_username="serviceAccountUsername",
1972
1982
  user_base="userBase",
1973
1983
  user_search_matching="userSearchMatching",
@@ -1975,6 +1985,7 @@ class CfnBroker(
1975
1985
  # the properties below are optional
1976
1986
  role_name="roleName",
1977
1987
  role_search_subtree=False,
1988
+ service_account_password="serviceAccountPassword",
1978
1989
  user_role_name="userRoleName",
1979
1990
  user_search_subtree=False
1980
1991
  )
@@ -1984,19 +1995,18 @@ class CfnBroker(
1984
1995
  check_type(argname="argument hosts", value=hosts, expected_type=type_hints["hosts"])
1985
1996
  check_type(argname="argument role_base", value=role_base, expected_type=type_hints["role_base"])
1986
1997
  check_type(argname="argument role_search_matching", value=role_search_matching, expected_type=type_hints["role_search_matching"])
1987
- check_type(argname="argument service_account_password", value=service_account_password, expected_type=type_hints["service_account_password"])
1988
1998
  check_type(argname="argument service_account_username", value=service_account_username, expected_type=type_hints["service_account_username"])
1989
1999
  check_type(argname="argument user_base", value=user_base, expected_type=type_hints["user_base"])
1990
2000
  check_type(argname="argument user_search_matching", value=user_search_matching, expected_type=type_hints["user_search_matching"])
1991
2001
  check_type(argname="argument role_name", value=role_name, expected_type=type_hints["role_name"])
1992
2002
  check_type(argname="argument role_search_subtree", value=role_search_subtree, expected_type=type_hints["role_search_subtree"])
2003
+ check_type(argname="argument service_account_password", value=service_account_password, expected_type=type_hints["service_account_password"])
1993
2004
  check_type(argname="argument user_role_name", value=user_role_name, expected_type=type_hints["user_role_name"])
1994
2005
  check_type(argname="argument user_search_subtree", value=user_search_subtree, expected_type=type_hints["user_search_subtree"])
1995
2006
  self._values: typing.Dict[builtins.str, typing.Any] = {
1996
2007
  "hosts": hosts,
1997
2008
  "role_base": role_base,
1998
2009
  "role_search_matching": role_search_matching,
1999
- "service_account_password": service_account_password,
2000
2010
  "service_account_username": service_account_username,
2001
2011
  "user_base": user_base,
2002
2012
  "user_search_matching": user_search_matching,
@@ -2005,6 +2015,8 @@ class CfnBroker(
2005
2015
  self._values["role_name"] = role_name
2006
2016
  if role_search_subtree is not None:
2007
2017
  self._values["role_search_subtree"] = role_search_subtree
2018
+ if service_account_password is not None:
2019
+ self._values["service_account_password"] = service_account_password
2008
2020
  if user_role_name is not None:
2009
2021
  self._values["user_role_name"] = user_role_name
2010
2022
  if user_search_subtree is not None:
@@ -2046,18 +2058,6 @@ class CfnBroker(
2046
2058
  assert result is not None, "Required property 'role_search_matching' is missing"
2047
2059
  return typing.cast(builtins.str, result)
2048
2060
 
2049
- @builtins.property
2050
- def service_account_password(self) -> builtins.str:
2051
- '''Service account password.
2052
-
2053
- A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
2054
-
2055
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-ldapservermetadata.html#cfn-amazonmq-broker-ldapservermetadata-serviceaccountpassword
2056
- '''
2057
- result = self._values.get("service_account_password")
2058
- assert result is not None, "Required property 'service_account_password' is missing"
2059
- return typing.cast(builtins.str, result)
2060
-
2061
2061
  @builtins.property
2062
2062
  def service_account_username(self) -> builtins.str:
2063
2063
  '''Service account username.
@@ -2118,6 +2118,17 @@ class CfnBroker(
2118
2118
  result = self._values.get("role_search_subtree")
2119
2119
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
2120
2120
 
2121
+ @builtins.property
2122
+ def service_account_password(self) -> typing.Optional[builtins.str]:
2123
+ '''Service account password.
2124
+
2125
+ A service account is an account in your LDAP server that has access to initiate a connection. For example, ``cn=admin`` , ``dc=corp`` , ``dc=example`` , ``dc=com`` .
2126
+
2127
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-ldapservermetadata.html#cfn-amazonmq-broker-ldapservermetadata-serviceaccountpassword
2128
+ '''
2129
+ result = self._values.get("service_account_password")
2130
+ return typing.cast(typing.Optional[builtins.str], result)
2131
+
2121
2132
  @builtins.property
2122
2133
  def user_role_name(self) -> typing.Optional[builtins.str]:
2123
2134
  '''The name of the LDAP attribute in the user's directory entry for the user's group membership.
@@ -3127,7 +3138,6 @@ def _typecheckingstub__d255f8718bac4d1453cb7e2ae3f8fb5a5ac0ed5b3551f73d52e4123fa
3127
3138
  engine_type: builtins.str,
3128
3139
  host_instance_type: builtins.str,
3129
3140
  publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
3130
- users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
3131
3141
  authentication_strategy: typing.Optional[builtins.str] = None,
3132
3142
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3133
3143
  configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -3142,6 +3152,7 @@ def _typecheckingstub__d255f8718bac4d1453cb7e2ae3f8fb5a5ac0ed5b3551f73d52e4123fa
3142
3152
  storage_type: typing.Optional[builtins.str] = None,
3143
3153
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
3144
3154
  tags: typing.Optional[typing.Sequence[typing.Union[CfnBroker.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3155
+ users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3145
3156
  ) -> None:
3146
3157
  """Type checking stubs"""
3147
3158
  pass
@@ -3191,7 +3202,6 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
3191
3202
  engine_type: builtins.str,
3192
3203
  host_instance_type: builtins.str,
3193
3204
  publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
3194
- users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
3195
3205
  authentication_strategy: typing.Optional[builtins.str] = None,
3196
3206
  auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3197
3207
  configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -3206,6 +3216,7 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
3206
3216
  storage_type: typing.Optional[builtins.str] = None,
3207
3217
  subnet_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
3208
3218
  tags: typing.Optional[typing.Sequence[typing.Union[CfnBroker.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3219
+ users: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3209
3220
  ) -> None:
3210
3221
  """Type checking stubs"""
3211
3222
  pass
@@ -3260,12 +3271,6 @@ def _typecheckingstub__4a82a112ececec828f3c746f7c18e6b6ce32a5aa08550a05a69d7babd
3260
3271
  """Type checking stubs"""
3261
3272
  pass
3262
3273
 
3263
- def _typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b(
3264
- value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnBroker.UserProperty]]],
3265
- ) -> None:
3266
- """Type checking stubs"""
3267
- pass
3268
-
3269
3274
  def _typecheckingstub__3eab9258c47a74b1aabb4a39e66512dbb010a0f1c8838ec359338808e1f64681(
3270
3275
  value: typing.Optional[builtins.str],
3271
3276
  ) -> None:
@@ -3350,6 +3355,12 @@ def _typecheckingstub__739d50e75e2a93ab9671710563ad1ed5176802aef44a2986de718c86a
3350
3355
  """Type checking stubs"""
3351
3356
  pass
3352
3357
 
3358
+ def _typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b(
3359
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnBroker.UserProperty]]]],
3360
+ ) -> None:
3361
+ """Type checking stubs"""
3362
+ pass
3363
+
3353
3364
  def _typecheckingstub__f9d5131bf29ed360bf06fb2fc10b8d6ac62da622a4f41bd0e435a4436ba5511c(
3354
3365
  *,
3355
3366
  id: builtins.str,
@@ -3371,12 +3382,12 @@ def _typecheckingstub__282093319da5ca5716ae9202b23fde6f2380a3a720f7bac369f166119
3371
3382
  hosts: typing.Sequence[builtins.str],
3372
3383
  role_base: builtins.str,
3373
3384
  role_search_matching: builtins.str,
3374
- service_account_password: builtins.str,
3375
3385
  service_account_username: builtins.str,
3376
3386
  user_base: builtins.str,
3377
3387
  user_search_matching: builtins.str,
3378
3388
  role_name: typing.Optional[builtins.str] = None,
3379
3389
  role_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3390
+ service_account_password: typing.Optional[builtins.str] = None,
3380
3391
  user_role_name: typing.Optional[builtins.str] = None,
3381
3392
  user_search_subtree: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
3382
3393
  ) -> None: