aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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.
- aws_cdk/__init__.py +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_amazonmq/__init__.py
CHANGED
|
@@ -95,11 +95,9 @@ class CfnBroker(
|
|
|
95
95
|
from aws_cdk import aws_amazonmq as amazonmq
|
|
96
96
|
|
|
97
97
|
cfn_broker = amazonmq.CfnBroker(self, "MyCfnBroker",
|
|
98
|
-
auto_minor_version_upgrade=False,
|
|
99
98
|
broker_name="brokerName",
|
|
100
99
|
deployment_mode="deploymentMode",
|
|
101
100
|
engine_type="engineType",
|
|
102
|
-
engine_version="engineVersion",
|
|
103
101
|
host_instance_type="hostInstanceType",
|
|
104
102
|
publicly_accessible=False,
|
|
105
103
|
users=[amazonmq.CfnBroker.UserProperty(
|
|
@@ -114,6 +112,7 @@ class CfnBroker(
|
|
|
114
112
|
|
|
115
113
|
# the properties below are optional
|
|
116
114
|
authentication_strategy="authenticationStrategy",
|
|
115
|
+
auto_minor_version_upgrade=False,
|
|
117
116
|
configuration=amazonmq.CfnBroker.ConfigurationIdProperty(
|
|
118
117
|
id="id",
|
|
119
118
|
revision=123
|
|
@@ -126,6 +125,7 @@ class CfnBroker(
|
|
|
126
125
|
# the properties below are optional
|
|
127
126
|
kms_key_id="kmsKeyId"
|
|
128
127
|
),
|
|
128
|
+
engine_version="engineVersion",
|
|
129
129
|
ldap_server_metadata=amazonmq.CfnBroker.LdapServerMetadataProperty(
|
|
130
130
|
hosts=["hosts"],
|
|
131
131
|
role_base="roleBase",
|
|
@@ -165,19 +165,19 @@ class CfnBroker(
|
|
|
165
165
|
scope: _constructs_77d1e7e8.Construct,
|
|
166
166
|
id: builtins.str,
|
|
167
167
|
*,
|
|
168
|
-
auto_minor_version_upgrade: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
169
168
|
broker_name: builtins.str,
|
|
170
169
|
deployment_mode: builtins.str,
|
|
171
170
|
engine_type: builtins.str,
|
|
172
|
-
engine_version: builtins.str,
|
|
173
171
|
host_instance_type: builtins.str,
|
|
174
172
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
175
173
|
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.UserProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
176
174
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
175
|
+
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
177
176
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.ConfigurationIdProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
178
177
|
data_replication_mode: typing.Optional[builtins.str] = None,
|
|
179
178
|
data_replication_primary_broker_arn: typing.Optional[builtins.str] = None,
|
|
180
179
|
encryption_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.EncryptionOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
180
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
181
181
|
ldap_server_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.LdapServerMetadataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
182
182
|
logs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.LogListProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
183
183
|
maintenance_window_start_time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBroker.MaintenanceWindowProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -189,19 +189,19 @@ class CfnBroker(
|
|
|
189
189
|
'''
|
|
190
190
|
:param scope: Scope in which this resource is defined.
|
|
191
191
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
192
|
-
: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.
|
|
193
192
|
:param broker_name: The name of the broker. This value must be unique in your AWS account , 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. .. epigraph:: Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including C CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.
|
|
194
193
|
:param deployment_mode: The deployment mode of the broker. Available values:. - ``SINGLE_INSTANCE`` - ``ACTIVE_STANDBY_MULTI_AZ`` - ``CLUSTER_MULTI_AZ``
|
|
195
194
|
:param engine_type: The type of broker engine. Currently, Amazon MQ supports ``ACTIVEMQ`` and ``RABBITMQ`` .
|
|
196
|
-
:param engine_version: The version of the broker engine. For a list of supported engine versions, see `Engine <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_ in the *Amazon MQ Developer Guide* .
|
|
197
195
|
:param host_instance_type: The broker's instance type.
|
|
198
196
|
:param publicly_accessible: Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
|
199
197
|
: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.
|
|
200
198
|
:param authentication_strategy: Optional. The authentication strategy used to secure the broker. The default is ``SIMPLE`` .
|
|
199
|
+
: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.
|
|
201
200
|
:param configuration: A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
|
202
201
|
:param data_replication_mode: Defines whether this broker is a part of a data replication pair.
|
|
203
202
|
:param data_replication_primary_broker_arn: The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker. Must be set when dataReplicationMode is set to CRDR.
|
|
204
203
|
:param encryption_options: Encryption options for the broker. Does not apply to RabbitMQ brokers.
|
|
204
|
+
:param engine_version: The version of the broker engine. For a list of supported engine versions, see `Engine <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_ in the *Amazon MQ Developer Guide* .
|
|
205
205
|
:param ldap_server_metadata: Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
|
|
206
206
|
:param logs: Enables Amazon CloudWatch logging for brokers.
|
|
207
207
|
:param maintenance_window_start_time: The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
|
|
@@ -215,19 +215,19 @@ class CfnBroker(
|
|
|
215
215
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
216
216
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
217
217
|
props = CfnBrokerProps(
|
|
218
|
-
auto_minor_version_upgrade=auto_minor_version_upgrade,
|
|
219
218
|
broker_name=broker_name,
|
|
220
219
|
deployment_mode=deployment_mode,
|
|
221
220
|
engine_type=engine_type,
|
|
222
|
-
engine_version=engine_version,
|
|
223
221
|
host_instance_type=host_instance_type,
|
|
224
222
|
publicly_accessible=publicly_accessible,
|
|
225
223
|
users=users,
|
|
226
224
|
authentication_strategy=authentication_strategy,
|
|
225
|
+
auto_minor_version_upgrade=auto_minor_version_upgrade,
|
|
227
226
|
configuration=configuration,
|
|
228
227
|
data_replication_mode=data_replication_mode,
|
|
229
228
|
data_replication_primary_broker_arn=data_replication_primary_broker_arn,
|
|
230
229
|
encryption_options=encryption_options,
|
|
230
|
+
engine_version=engine_version,
|
|
231
231
|
ldap_server_metadata=ldap_server_metadata,
|
|
232
232
|
logs=logs,
|
|
233
233
|
maintenance_window_start_time=maintenance_window_start_time,
|
|
@@ -390,24 +390,6 @@ class CfnBroker(
|
|
|
390
390
|
'''Tag Manager which manages the tags for this resource.'''
|
|
391
391
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
392
392
|
|
|
393
|
-
@builtins.property
|
|
394
|
-
@jsii.member(jsii_name="autoMinorVersionUpgrade")
|
|
395
|
-
def auto_minor_version_upgrade(
|
|
396
|
-
self,
|
|
397
|
-
) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
398
|
-
'''Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.'''
|
|
399
|
-
return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], jsii.get(self, "autoMinorVersionUpgrade"))
|
|
400
|
-
|
|
401
|
-
@auto_minor_version_upgrade.setter
|
|
402
|
-
def auto_minor_version_upgrade(
|
|
403
|
-
self,
|
|
404
|
-
value: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
405
|
-
) -> None:
|
|
406
|
-
if __debug__:
|
|
407
|
-
type_hints = typing.get_type_hints(_typecheckingstub__1becedc098602474059b0aaa465b25ea1b7124443411ed6a42b02d6a5344cdda)
|
|
408
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
409
|
-
jsii.set(self, "autoMinorVersionUpgrade", value)
|
|
410
|
-
|
|
411
393
|
@builtins.property
|
|
412
394
|
@jsii.member(jsii_name="brokerName")
|
|
413
395
|
def broker_name(self) -> builtins.str:
|
|
@@ -419,7 +401,7 @@ class CfnBroker(
|
|
|
419
401
|
if __debug__:
|
|
420
402
|
type_hints = typing.get_type_hints(_typecheckingstub__0511cf4804dad2e6e03dc33f21bf9d654b3598349ced7ea110e5591745f76bdc)
|
|
421
403
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
422
|
-
jsii.set(self, "brokerName", value)
|
|
404
|
+
jsii.set(self, "brokerName", value) # pyright: ignore[reportArgumentType]
|
|
423
405
|
|
|
424
406
|
@builtins.property
|
|
425
407
|
@jsii.member(jsii_name="deploymentMode")
|
|
@@ -435,7 +417,7 @@ class CfnBroker(
|
|
|
435
417
|
if __debug__:
|
|
436
418
|
type_hints = typing.get_type_hints(_typecheckingstub__35ac0143ff0fe5df5b06639c734e8dce854395762102045c72ecfdd080395609)
|
|
437
419
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
438
|
-
jsii.set(self, "deploymentMode", value)
|
|
420
|
+
jsii.set(self, "deploymentMode", value) # pyright: ignore[reportArgumentType]
|
|
439
421
|
|
|
440
422
|
@builtins.property
|
|
441
423
|
@jsii.member(jsii_name="engineType")
|
|
@@ -448,20 +430,7 @@ class CfnBroker(
|
|
|
448
430
|
if __debug__:
|
|
449
431
|
type_hints = typing.get_type_hints(_typecheckingstub__edb02169dcf378d5d01cba6368876329b4e7f4e34fde8d2f0f58da09a46b65bd)
|
|
450
432
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
451
|
-
jsii.set(self, "engineType", value)
|
|
452
|
-
|
|
453
|
-
@builtins.property
|
|
454
|
-
@jsii.member(jsii_name="engineVersion")
|
|
455
|
-
def engine_version(self) -> builtins.str:
|
|
456
|
-
'''The version of the broker engine.'''
|
|
457
|
-
return typing.cast(builtins.str, jsii.get(self, "engineVersion"))
|
|
458
|
-
|
|
459
|
-
@engine_version.setter
|
|
460
|
-
def engine_version(self, value: builtins.str) -> None:
|
|
461
|
-
if __debug__:
|
|
462
|
-
type_hints = typing.get_type_hints(_typecheckingstub__631fd780aebb5b339c2238752e33306ea6591245c7231c4db165256d69094ceb)
|
|
463
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
464
|
-
jsii.set(self, "engineVersion", value)
|
|
433
|
+
jsii.set(self, "engineType", value) # pyright: ignore[reportArgumentType]
|
|
465
434
|
|
|
466
435
|
@builtins.property
|
|
467
436
|
@jsii.member(jsii_name="hostInstanceType")
|
|
@@ -474,7 +443,7 @@ class CfnBroker(
|
|
|
474
443
|
if __debug__:
|
|
475
444
|
type_hints = typing.get_type_hints(_typecheckingstub__a8a51a01838222e13c8eba50f7d568dc975a2e3c5c2d18f21339bc702ffc284b)
|
|
476
445
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
477
|
-
jsii.set(self, "hostInstanceType", value)
|
|
446
|
+
jsii.set(self, "hostInstanceType", value) # pyright: ignore[reportArgumentType]
|
|
478
447
|
|
|
479
448
|
@builtins.property
|
|
480
449
|
@jsii.member(jsii_name="publiclyAccessible")
|
|
@@ -490,7 +459,7 @@ class CfnBroker(
|
|
|
490
459
|
if __debug__:
|
|
491
460
|
type_hints = typing.get_type_hints(_typecheckingstub__4a82a112ececec828f3c746f7c18e6b6ce32a5aa08550a05a69d7babd8852a7e)
|
|
492
461
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
493
|
-
jsii.set(self, "publiclyAccessible", value)
|
|
462
|
+
jsii.set(self, "publiclyAccessible", value) # pyright: ignore[reportArgumentType]
|
|
494
463
|
|
|
495
464
|
@builtins.property
|
|
496
465
|
@jsii.member(jsii_name="users")
|
|
@@ -508,7 +477,7 @@ class CfnBroker(
|
|
|
508
477
|
if __debug__:
|
|
509
478
|
type_hints = typing.get_type_hints(_typecheckingstub__85b9c0c3c3aa438279362aeaae2a3de844ec906edf5b12b7601c78bc63fbfd6b)
|
|
510
479
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
511
|
-
jsii.set(self, "users", value)
|
|
480
|
+
jsii.set(self, "users", value) # pyright: ignore[reportArgumentType]
|
|
512
481
|
|
|
513
482
|
@builtins.property
|
|
514
483
|
@jsii.member(jsii_name="authenticationStrategy")
|
|
@@ -521,7 +490,25 @@ class CfnBroker(
|
|
|
521
490
|
if __debug__:
|
|
522
491
|
type_hints = typing.get_type_hints(_typecheckingstub__3eab9258c47a74b1aabb4a39e66512dbb010a0f1c8838ec359338808e1f64681)
|
|
523
492
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
524
|
-
jsii.set(self, "authenticationStrategy", value)
|
|
493
|
+
jsii.set(self, "authenticationStrategy", value) # pyright: ignore[reportArgumentType]
|
|
494
|
+
|
|
495
|
+
@builtins.property
|
|
496
|
+
@jsii.member(jsii_name="autoMinorVersionUpgrade")
|
|
497
|
+
def auto_minor_version_upgrade(
|
|
498
|
+
self,
|
|
499
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
500
|
+
'''Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.'''
|
|
501
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "autoMinorVersionUpgrade"))
|
|
502
|
+
|
|
503
|
+
@auto_minor_version_upgrade.setter
|
|
504
|
+
def auto_minor_version_upgrade(
|
|
505
|
+
self,
|
|
506
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
507
|
+
) -> None:
|
|
508
|
+
if __debug__:
|
|
509
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1becedc098602474059b0aaa465b25ea1b7124443411ed6a42b02d6a5344cdda)
|
|
510
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
511
|
+
jsii.set(self, "autoMinorVersionUpgrade", value) # pyright: ignore[reportArgumentType]
|
|
525
512
|
|
|
526
513
|
@builtins.property
|
|
527
514
|
@jsii.member(jsii_name="configuration")
|
|
@@ -539,7 +526,7 @@ class CfnBroker(
|
|
|
539
526
|
if __debug__:
|
|
540
527
|
type_hints = typing.get_type_hints(_typecheckingstub__0eabdb321f6595584d9f056a97a3a7481faa1ad417f76f3ea42484e5ef0b195f)
|
|
541
528
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
542
|
-
jsii.set(self, "configuration", value)
|
|
529
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
543
530
|
|
|
544
531
|
@builtins.property
|
|
545
532
|
@jsii.member(jsii_name="dataReplicationMode")
|
|
@@ -552,7 +539,7 @@ class CfnBroker(
|
|
|
552
539
|
if __debug__:
|
|
553
540
|
type_hints = typing.get_type_hints(_typecheckingstub__5fb3d9abae1cb6570b9ccf260c74e4f47d43eda2d732d8b3bcfa03b254143b3e)
|
|
554
541
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
555
|
-
jsii.set(self, "dataReplicationMode", value)
|
|
542
|
+
jsii.set(self, "dataReplicationMode", value) # pyright: ignore[reportArgumentType]
|
|
556
543
|
|
|
557
544
|
@builtins.property
|
|
558
545
|
@jsii.member(jsii_name="dataReplicationPrimaryBrokerArn")
|
|
@@ -568,7 +555,7 @@ class CfnBroker(
|
|
|
568
555
|
if __debug__:
|
|
569
556
|
type_hints = typing.get_type_hints(_typecheckingstub__b8ffdb4011b4637fc96f4f2d0dcab95738383a77b9240b6d0f3cdf96f87e7725)
|
|
570
557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
571
|
-
jsii.set(self, "dataReplicationPrimaryBrokerArn", value)
|
|
558
|
+
jsii.set(self, "dataReplicationPrimaryBrokerArn", value) # pyright: ignore[reportArgumentType]
|
|
572
559
|
|
|
573
560
|
@builtins.property
|
|
574
561
|
@jsii.member(jsii_name="encryptionOptions")
|
|
@@ -586,7 +573,20 @@ class CfnBroker(
|
|
|
586
573
|
if __debug__:
|
|
587
574
|
type_hints = typing.get_type_hints(_typecheckingstub__3846e06a73702f6e76ab386acc1ad9128b00ec2357b3396abf86d893cdbae15d)
|
|
588
575
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
589
|
-
jsii.set(self, "encryptionOptions", value)
|
|
576
|
+
jsii.set(self, "encryptionOptions", value) # pyright: ignore[reportArgumentType]
|
|
577
|
+
|
|
578
|
+
@builtins.property
|
|
579
|
+
@jsii.member(jsii_name="engineVersion")
|
|
580
|
+
def engine_version(self) -> typing.Optional[builtins.str]:
|
|
581
|
+
'''The version of the broker engine.'''
|
|
582
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "engineVersion"))
|
|
583
|
+
|
|
584
|
+
@engine_version.setter
|
|
585
|
+
def engine_version(self, value: typing.Optional[builtins.str]) -> None:
|
|
586
|
+
if __debug__:
|
|
587
|
+
type_hints = typing.get_type_hints(_typecheckingstub__631fd780aebb5b339c2238752e33306ea6591245c7231c4db165256d69094ceb)
|
|
588
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
589
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
590
590
|
|
|
591
591
|
@builtins.property
|
|
592
592
|
@jsii.member(jsii_name="ldapServerMetadata")
|
|
@@ -604,7 +604,7 @@ class CfnBroker(
|
|
|
604
604
|
if __debug__:
|
|
605
605
|
type_hints = typing.get_type_hints(_typecheckingstub__b8de6a532c388b2fc838b3141f942b6cbbc5d1a796bb76e3fc3fe5a446d932f8)
|
|
606
606
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
607
|
-
jsii.set(self, "ldapServerMetadata", value)
|
|
607
|
+
jsii.set(self, "ldapServerMetadata", value) # pyright: ignore[reportArgumentType]
|
|
608
608
|
|
|
609
609
|
@builtins.property
|
|
610
610
|
@jsii.member(jsii_name="logs")
|
|
@@ -622,7 +622,7 @@ class CfnBroker(
|
|
|
622
622
|
if __debug__:
|
|
623
623
|
type_hints = typing.get_type_hints(_typecheckingstub__36b6d40f90e93b4b35c3ffbb3065567a24c0bd9312758826697afa2118901335)
|
|
624
624
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
625
|
-
jsii.set(self, "logs", value)
|
|
625
|
+
jsii.set(self, "logs", value) # pyright: ignore[reportArgumentType]
|
|
626
626
|
|
|
627
627
|
@builtins.property
|
|
628
628
|
@jsii.member(jsii_name="maintenanceWindowStartTime")
|
|
@@ -640,7 +640,7 @@ class CfnBroker(
|
|
|
640
640
|
if __debug__:
|
|
641
641
|
type_hints = typing.get_type_hints(_typecheckingstub__7e2d1a75b2e491fa226b7065a64e24f522ac7be048073da54600cfd720b1240f)
|
|
642
642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "maintenanceWindowStartTime", value)
|
|
643
|
+
jsii.set(self, "maintenanceWindowStartTime", value) # pyright: ignore[reportArgumentType]
|
|
644
644
|
|
|
645
645
|
@builtins.property
|
|
646
646
|
@jsii.member(jsii_name="securityGroups")
|
|
@@ -656,7 +656,7 @@ class CfnBroker(
|
|
|
656
656
|
if __debug__:
|
|
657
657
|
type_hints = typing.get_type_hints(_typecheckingstub__e87ea78ee8e3d556f9e322090479023fa17920888ca10cd4413f4e00c942ffec)
|
|
658
658
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
659
|
-
jsii.set(self, "securityGroups", value)
|
|
659
|
+
jsii.set(self, "securityGroups", value) # pyright: ignore[reportArgumentType]
|
|
660
660
|
|
|
661
661
|
@builtins.property
|
|
662
662
|
@jsii.member(jsii_name="storageType")
|
|
@@ -669,7 +669,7 @@ class CfnBroker(
|
|
|
669
669
|
if __debug__:
|
|
670
670
|
type_hints = typing.get_type_hints(_typecheckingstub__cc1a4f009fd81070f5c68b6193804c7fd4733299a2c55d2e81fd5c11f62da6ec)
|
|
671
671
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
672
|
-
jsii.set(self, "storageType", value)
|
|
672
|
+
jsii.set(self, "storageType", value) # pyright: ignore[reportArgumentType]
|
|
673
673
|
|
|
674
674
|
@builtins.property
|
|
675
675
|
@jsii.member(jsii_name="subnetIds")
|
|
@@ -682,7 +682,7 @@ class CfnBroker(
|
|
|
682
682
|
if __debug__:
|
|
683
683
|
type_hints = typing.get_type_hints(_typecheckingstub__aa1ab62865033946dc6d8cee45676096e4e10411bffb97c3db615e4d2aa1652f)
|
|
684
684
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
685
|
-
jsii.set(self, "subnetIds", value)
|
|
685
|
+
jsii.set(self, "subnetIds", value) # pyright: ignore[reportArgumentType]
|
|
686
686
|
|
|
687
687
|
@builtins.property
|
|
688
688
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -698,7 +698,7 @@ class CfnBroker(
|
|
|
698
698
|
if __debug__:
|
|
699
699
|
type_hints = typing.get_type_hints(_typecheckingstub__739d50e75e2a93ab9671710563ad1ed5176802aef44a2986de718c86a94e7e8e)
|
|
700
700
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
701
|
-
jsii.set(self, "tagsRaw", value)
|
|
701
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
702
702
|
|
|
703
703
|
@jsii.data_type(
|
|
704
704
|
jsii_type="aws-cdk-lib.aws_amazonmq.CfnBroker.ConfigurationIdProperty",
|
|
@@ -1481,19 +1481,19 @@ class CfnBroker(
|
|
|
1481
1481
|
jsii_type="aws-cdk-lib.aws_amazonmq.CfnBrokerProps",
|
|
1482
1482
|
jsii_struct_bases=[],
|
|
1483
1483
|
name_mapping={
|
|
1484
|
-
"auto_minor_version_upgrade": "autoMinorVersionUpgrade",
|
|
1485
1484
|
"broker_name": "brokerName",
|
|
1486
1485
|
"deployment_mode": "deploymentMode",
|
|
1487
1486
|
"engine_type": "engineType",
|
|
1488
|
-
"engine_version": "engineVersion",
|
|
1489
1487
|
"host_instance_type": "hostInstanceType",
|
|
1490
1488
|
"publicly_accessible": "publiclyAccessible",
|
|
1491
1489
|
"users": "users",
|
|
1492
1490
|
"authentication_strategy": "authenticationStrategy",
|
|
1491
|
+
"auto_minor_version_upgrade": "autoMinorVersionUpgrade",
|
|
1493
1492
|
"configuration": "configuration",
|
|
1494
1493
|
"data_replication_mode": "dataReplicationMode",
|
|
1495
1494
|
"data_replication_primary_broker_arn": "dataReplicationPrimaryBrokerArn",
|
|
1496
1495
|
"encryption_options": "encryptionOptions",
|
|
1496
|
+
"engine_version": "engineVersion",
|
|
1497
1497
|
"ldap_server_metadata": "ldapServerMetadata",
|
|
1498
1498
|
"logs": "logs",
|
|
1499
1499
|
"maintenance_window_start_time": "maintenanceWindowStartTime",
|
|
@@ -1507,19 +1507,19 @@ class CfnBrokerProps:
|
|
|
1507
1507
|
def __init__(
|
|
1508
1508
|
self,
|
|
1509
1509
|
*,
|
|
1510
|
-
auto_minor_version_upgrade: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
1511
1510
|
broker_name: builtins.str,
|
|
1512
1511
|
deployment_mode: builtins.str,
|
|
1513
1512
|
engine_type: builtins.str,
|
|
1514
|
-
engine_version: builtins.str,
|
|
1515
1513
|
host_instance_type: builtins.str,
|
|
1516
1514
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
1517
1515
|
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
1518
1516
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
1517
|
+
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1519
1518
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1520
1519
|
data_replication_mode: typing.Optional[builtins.str] = None,
|
|
1521
1520
|
data_replication_primary_broker_arn: typing.Optional[builtins.str] = None,
|
|
1522
1521
|
encryption_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.EncryptionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1522
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
1523
1523
|
ldap_server_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.LdapServerMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1524
1524
|
logs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.LogListProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1525
1525
|
maintenance_window_start_time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1530,19 +1530,19 @@ class CfnBrokerProps:
|
|
|
1530
1530
|
) -> None:
|
|
1531
1531
|
'''Properties for defining a ``CfnBroker``.
|
|
1532
1532
|
|
|
1533
|
-
: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.
|
|
1534
1533
|
:param broker_name: The name of the broker. This value must be unique in your AWS account , 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. .. epigraph:: Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including C CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.
|
|
1535
1534
|
:param deployment_mode: The deployment mode of the broker. Available values:. - ``SINGLE_INSTANCE`` - ``ACTIVE_STANDBY_MULTI_AZ`` - ``CLUSTER_MULTI_AZ``
|
|
1536
1535
|
:param engine_type: The type of broker engine. Currently, Amazon MQ supports ``ACTIVEMQ`` and ``RABBITMQ`` .
|
|
1537
|
-
:param engine_version: The version of the broker engine. For a list of supported engine versions, see `Engine <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_ in the *Amazon MQ Developer Guide* .
|
|
1538
1536
|
:param host_instance_type: The broker's instance type.
|
|
1539
1537
|
:param publicly_accessible: Enables connections from applications outside of the VPC that hosts the broker's subnets.
|
|
1540
1538
|
: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.
|
|
1541
1539
|
:param authentication_strategy: Optional. The authentication strategy used to secure the broker. The default is ``SIMPLE`` .
|
|
1540
|
+
: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.
|
|
1542
1541
|
:param configuration: A list of information about the configuration. Does not apply to RabbitMQ brokers.
|
|
1543
1542
|
:param data_replication_mode: Defines whether this broker is a part of a data replication pair.
|
|
1544
1543
|
:param data_replication_primary_broker_arn: The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker. Must be set when dataReplicationMode is set to CRDR.
|
|
1545
1544
|
:param encryption_options: Encryption options for the broker. Does not apply to RabbitMQ brokers.
|
|
1545
|
+
:param engine_version: The version of the broker engine. For a list of supported engine versions, see `Engine <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_ in the *Amazon MQ Developer Guide* .
|
|
1546
1546
|
:param ldap_server_metadata: Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
|
|
1547
1547
|
:param logs: Enables Amazon CloudWatch logging for brokers.
|
|
1548
1548
|
:param maintenance_window_start_time: The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
|
|
@@ -1561,11 +1561,9 @@ class CfnBrokerProps:
|
|
|
1561
1561
|
from aws_cdk import aws_amazonmq as amazonmq
|
|
1562
1562
|
|
|
1563
1563
|
cfn_broker_props = amazonmq.CfnBrokerProps(
|
|
1564
|
-
auto_minor_version_upgrade=False,
|
|
1565
1564
|
broker_name="brokerName",
|
|
1566
1565
|
deployment_mode="deploymentMode",
|
|
1567
1566
|
engine_type="engineType",
|
|
1568
|
-
engine_version="engineVersion",
|
|
1569
1567
|
host_instance_type="hostInstanceType",
|
|
1570
1568
|
publicly_accessible=False,
|
|
1571
1569
|
users=[amazonmq.CfnBroker.UserProperty(
|
|
@@ -1580,6 +1578,7 @@ class CfnBrokerProps:
|
|
|
1580
1578
|
|
|
1581
1579
|
# the properties below are optional
|
|
1582
1580
|
authentication_strategy="authenticationStrategy",
|
|
1581
|
+
auto_minor_version_upgrade=False,
|
|
1583
1582
|
configuration=amazonmq.CfnBroker.ConfigurationIdProperty(
|
|
1584
1583
|
id="id",
|
|
1585
1584
|
revision=123
|
|
@@ -1592,6 +1591,7 @@ class CfnBrokerProps:
|
|
|
1592
1591
|
# the properties below are optional
|
|
1593
1592
|
kms_key_id="kmsKeyId"
|
|
1594
1593
|
),
|
|
1594
|
+
engine_version="engineVersion",
|
|
1595
1595
|
ldap_server_metadata=amazonmq.CfnBroker.LdapServerMetadataProperty(
|
|
1596
1596
|
hosts=["hosts"],
|
|
1597
1597
|
role_base="roleBase",
|
|
@@ -1627,19 +1627,19 @@ class CfnBrokerProps:
|
|
|
1627
1627
|
'''
|
|
1628
1628
|
if __debug__:
|
|
1629
1629
|
type_hints = typing.get_type_hints(_typecheckingstub__d255f8718bac4d1453cb7e2ae3f8fb5a5ac0ed5b3551f73d52e4123fad831a1c)
|
|
1630
|
-
check_type(argname="argument auto_minor_version_upgrade", value=auto_minor_version_upgrade, expected_type=type_hints["auto_minor_version_upgrade"])
|
|
1631
1630
|
check_type(argname="argument broker_name", value=broker_name, expected_type=type_hints["broker_name"])
|
|
1632
1631
|
check_type(argname="argument deployment_mode", value=deployment_mode, expected_type=type_hints["deployment_mode"])
|
|
1633
1632
|
check_type(argname="argument engine_type", value=engine_type, expected_type=type_hints["engine_type"])
|
|
1634
|
-
check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
|
|
1635
1633
|
check_type(argname="argument host_instance_type", value=host_instance_type, expected_type=type_hints["host_instance_type"])
|
|
1636
1634
|
check_type(argname="argument publicly_accessible", value=publicly_accessible, expected_type=type_hints["publicly_accessible"])
|
|
1637
1635
|
check_type(argname="argument users", value=users, expected_type=type_hints["users"])
|
|
1638
1636
|
check_type(argname="argument authentication_strategy", value=authentication_strategy, expected_type=type_hints["authentication_strategy"])
|
|
1637
|
+
check_type(argname="argument auto_minor_version_upgrade", value=auto_minor_version_upgrade, expected_type=type_hints["auto_minor_version_upgrade"])
|
|
1639
1638
|
check_type(argname="argument configuration", value=configuration, expected_type=type_hints["configuration"])
|
|
1640
1639
|
check_type(argname="argument data_replication_mode", value=data_replication_mode, expected_type=type_hints["data_replication_mode"])
|
|
1641
1640
|
check_type(argname="argument data_replication_primary_broker_arn", value=data_replication_primary_broker_arn, expected_type=type_hints["data_replication_primary_broker_arn"])
|
|
1642
1641
|
check_type(argname="argument encryption_options", value=encryption_options, expected_type=type_hints["encryption_options"])
|
|
1642
|
+
check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
|
|
1643
1643
|
check_type(argname="argument ldap_server_metadata", value=ldap_server_metadata, expected_type=type_hints["ldap_server_metadata"])
|
|
1644
1644
|
check_type(argname="argument logs", value=logs, expected_type=type_hints["logs"])
|
|
1645
1645
|
check_type(argname="argument maintenance_window_start_time", value=maintenance_window_start_time, expected_type=type_hints["maintenance_window_start_time"])
|
|
@@ -1648,17 +1648,17 @@ class CfnBrokerProps:
|
|
|
1648
1648
|
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
1649
1649
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1650
1650
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1651
|
-
"auto_minor_version_upgrade": auto_minor_version_upgrade,
|
|
1652
1651
|
"broker_name": broker_name,
|
|
1653
1652
|
"deployment_mode": deployment_mode,
|
|
1654
1653
|
"engine_type": engine_type,
|
|
1655
|
-
"engine_version": engine_version,
|
|
1656
1654
|
"host_instance_type": host_instance_type,
|
|
1657
1655
|
"publicly_accessible": publicly_accessible,
|
|
1658
1656
|
"users": users,
|
|
1659
1657
|
}
|
|
1660
1658
|
if authentication_strategy is not None:
|
|
1661
1659
|
self._values["authentication_strategy"] = authentication_strategy
|
|
1660
|
+
if auto_minor_version_upgrade is not None:
|
|
1661
|
+
self._values["auto_minor_version_upgrade"] = auto_minor_version_upgrade
|
|
1662
1662
|
if configuration is not None:
|
|
1663
1663
|
self._values["configuration"] = configuration
|
|
1664
1664
|
if data_replication_mode is not None:
|
|
@@ -1667,6 +1667,8 @@ class CfnBrokerProps:
|
|
|
1667
1667
|
self._values["data_replication_primary_broker_arn"] = data_replication_primary_broker_arn
|
|
1668
1668
|
if encryption_options is not None:
|
|
1669
1669
|
self._values["encryption_options"] = encryption_options
|
|
1670
|
+
if engine_version is not None:
|
|
1671
|
+
self._values["engine_version"] = engine_version
|
|
1670
1672
|
if ldap_server_metadata is not None:
|
|
1671
1673
|
self._values["ldap_server_metadata"] = ldap_server_metadata
|
|
1672
1674
|
if logs is not None:
|
|
@@ -1682,20 +1684,6 @@ class CfnBrokerProps:
|
|
|
1682
1684
|
if tags is not None:
|
|
1683
1685
|
self._values["tags"] = tags
|
|
1684
1686
|
|
|
1685
|
-
@builtins.property
|
|
1686
|
-
def auto_minor_version_upgrade(
|
|
1687
|
-
self,
|
|
1688
|
-
) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
1689
|
-
'''Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.
|
|
1690
|
-
|
|
1691
|
-
Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
|
|
1692
|
-
|
|
1693
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade
|
|
1694
|
-
'''
|
|
1695
|
-
result = self._values.get("auto_minor_version_upgrade")
|
|
1696
|
-
assert result is not None, "Required property 'auto_minor_version_upgrade' is missing"
|
|
1697
|
-
return typing.cast(typing.Union[builtins.bool, _IResolvable_da3f097b], result)
|
|
1698
|
-
|
|
1699
1687
|
@builtins.property
|
|
1700
1688
|
def broker_name(self) -> builtins.str:
|
|
1701
1689
|
'''The name of the broker.
|
|
@@ -1737,18 +1725,6 @@ class CfnBrokerProps:
|
|
|
1737
1725
|
assert result is not None, "Required property 'engine_type' is missing"
|
|
1738
1726
|
return typing.cast(builtins.str, result)
|
|
1739
1727
|
|
|
1740
|
-
@builtins.property
|
|
1741
|
-
def engine_version(self) -> builtins.str:
|
|
1742
|
-
'''The version of the broker engine.
|
|
1743
|
-
|
|
1744
|
-
For a list of supported engine versions, see `Engine <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_ in the *Amazon MQ Developer Guide* .
|
|
1745
|
-
|
|
1746
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion
|
|
1747
|
-
'''
|
|
1748
|
-
result = self._values.get("engine_version")
|
|
1749
|
-
assert result is not None, "Required property 'engine_version' is missing"
|
|
1750
|
-
return typing.cast(builtins.str, result)
|
|
1751
|
-
|
|
1752
1728
|
@builtins.property
|
|
1753
1729
|
def host_instance_type(self) -> builtins.str:
|
|
1754
1730
|
'''The broker's instance type.
|
|
@@ -1794,6 +1770,19 @@ class CfnBrokerProps:
|
|
|
1794
1770
|
result = self._values.get("authentication_strategy")
|
|
1795
1771
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1796
1772
|
|
|
1773
|
+
@builtins.property
|
|
1774
|
+
def auto_minor_version_upgrade(
|
|
1775
|
+
self,
|
|
1776
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
1777
|
+
'''Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ.
|
|
1778
|
+
|
|
1779
|
+
Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
|
|
1780
|
+
|
|
1781
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-autominorversionupgrade
|
|
1782
|
+
'''
|
|
1783
|
+
result = self._values.get("auto_minor_version_upgrade")
|
|
1784
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
1785
|
+
|
|
1797
1786
|
@builtins.property
|
|
1798
1787
|
def configuration(
|
|
1799
1788
|
self,
|
|
@@ -1840,6 +1829,17 @@ class CfnBrokerProps:
|
|
|
1840
1829
|
result = self._values.get("encryption_options")
|
|
1841
1830
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBroker.EncryptionOptionsProperty]], result)
|
|
1842
1831
|
|
|
1832
|
+
@builtins.property
|
|
1833
|
+
def engine_version(self) -> typing.Optional[builtins.str]:
|
|
1834
|
+
'''The version of the broker engine.
|
|
1835
|
+
|
|
1836
|
+
For a list of supported engine versions, see `Engine <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_ in the *Amazon MQ Developer Guide* .
|
|
1837
|
+
|
|
1838
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html#cfn-amazonmq-broker-engineversion
|
|
1839
|
+
'''
|
|
1840
|
+
result = self._values.get("engine_version")
|
|
1841
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1842
|
+
|
|
1843
1843
|
@builtins.property
|
|
1844
1844
|
def ldap_server_metadata(
|
|
1845
1845
|
self,
|
|
@@ -1956,12 +1956,12 @@ class CfnConfiguration(
|
|
|
1956
1956
|
cfn_configuration = amazonmq.CfnConfiguration(self, "MyCfnConfiguration",
|
|
1957
1957
|
data="data",
|
|
1958
1958
|
engine_type="engineType",
|
|
1959
|
-
engine_version="engineVersion",
|
|
1960
1959
|
name="name",
|
|
1961
1960
|
|
|
1962
1961
|
# the properties below are optional
|
|
1963
1962
|
authentication_strategy="authenticationStrategy",
|
|
1964
1963
|
description="description",
|
|
1964
|
+
engine_version="engineVersion",
|
|
1965
1965
|
tags=[amazonmq.CfnConfiguration.TagsEntryProperty(
|
|
1966
1966
|
key="key",
|
|
1967
1967
|
value="value"
|
|
@@ -1976,10 +1976,10 @@ class CfnConfiguration(
|
|
|
1976
1976
|
*,
|
|
1977
1977
|
data: builtins.str,
|
|
1978
1978
|
engine_type: builtins.str,
|
|
1979
|
-
engine_version: builtins.str,
|
|
1980
1979
|
name: builtins.str,
|
|
1981
1980
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
1982
1981
|
description: typing.Optional[builtins.str] = None,
|
|
1982
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
1983
1983
|
tags: typing.Optional[typing.Sequence[typing.Union["CfnConfiguration.TagsEntryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1984
1984
|
) -> None:
|
|
1985
1985
|
'''
|
|
@@ -1987,10 +1987,10 @@ class CfnConfiguration(
|
|
|
1987
1987
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1988
1988
|
:param data: The base64-encoded XML configuration.
|
|
1989
1989
|
:param engine_type: The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
|
|
1990
|
-
:param engine_version: The version of the broker engine. For a list of supported engine versions, see ` <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_
|
|
1991
1990
|
:param name: The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
|
|
1992
1991
|
:param authentication_strategy: Optional. The authentication strategy associated with the configuration. The default is ``SIMPLE`` .
|
|
1993
1992
|
:param description: The description of the configuration.
|
|
1993
|
+
:param engine_version: The version of the broker engine. For a list of supported engine versions, see ` <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_
|
|
1994
1994
|
:param tags: Create tags when creating the configuration.
|
|
1995
1995
|
'''
|
|
1996
1996
|
if __debug__:
|
|
@@ -2000,10 +2000,10 @@ class CfnConfiguration(
|
|
|
2000
2000
|
props = CfnConfigurationProps(
|
|
2001
2001
|
data=data,
|
|
2002
2002
|
engine_type=engine_type,
|
|
2003
|
-
engine_version=engine_version,
|
|
2004
2003
|
name=name,
|
|
2005
2004
|
authentication_strategy=authentication_strategy,
|
|
2006
2005
|
description=description,
|
|
2006
|
+
engine_version=engine_version,
|
|
2007
2007
|
tags=tags,
|
|
2008
2008
|
)
|
|
2009
2009
|
|
|
@@ -2094,7 +2094,7 @@ class CfnConfiguration(
|
|
|
2094
2094
|
if __debug__:
|
|
2095
2095
|
type_hints = typing.get_type_hints(_typecheckingstub__93df7b636c49e24d098eef8a55838ad32b99b6986e3499b80882163f47bcceff)
|
|
2096
2096
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2097
|
-
jsii.set(self, "data", value)
|
|
2097
|
+
jsii.set(self, "data", value) # pyright: ignore[reportArgumentType]
|
|
2098
2098
|
|
|
2099
2099
|
@builtins.property
|
|
2100
2100
|
@jsii.member(jsii_name="engineType")
|
|
@@ -2107,20 +2107,7 @@ class CfnConfiguration(
|
|
|
2107
2107
|
if __debug__:
|
|
2108
2108
|
type_hints = typing.get_type_hints(_typecheckingstub__1c128a8f454f5f3c6aa7f53673b3a6ff18a16f9a57d23f00a8ae771a0e07fd47)
|
|
2109
2109
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2110
|
-
jsii.set(self, "engineType", value)
|
|
2111
|
-
|
|
2112
|
-
@builtins.property
|
|
2113
|
-
@jsii.member(jsii_name="engineVersion")
|
|
2114
|
-
def engine_version(self) -> builtins.str:
|
|
2115
|
-
'''The version of the broker engine.'''
|
|
2116
|
-
return typing.cast(builtins.str, jsii.get(self, "engineVersion"))
|
|
2117
|
-
|
|
2118
|
-
@engine_version.setter
|
|
2119
|
-
def engine_version(self, value: builtins.str) -> None:
|
|
2120
|
-
if __debug__:
|
|
2121
|
-
type_hints = typing.get_type_hints(_typecheckingstub__a2a28dc59c3dc2c56f801f6ba425c8d15fa5408a1e6494c0c27387fdd42210c5)
|
|
2122
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2123
|
-
jsii.set(self, "engineVersion", value)
|
|
2110
|
+
jsii.set(self, "engineType", value) # pyright: ignore[reportArgumentType]
|
|
2124
2111
|
|
|
2125
2112
|
@builtins.property
|
|
2126
2113
|
@jsii.member(jsii_name="name")
|
|
@@ -2133,7 +2120,7 @@ class CfnConfiguration(
|
|
|
2133
2120
|
if __debug__:
|
|
2134
2121
|
type_hints = typing.get_type_hints(_typecheckingstub__289eb9b7603fb0304d15adaf4ff07e313a569aa2af4bf93d7cb2c2f30ad39faf)
|
|
2135
2122
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2136
|
-
jsii.set(self, "name", value)
|
|
2123
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2137
2124
|
|
|
2138
2125
|
@builtins.property
|
|
2139
2126
|
@jsii.member(jsii_name="authenticationStrategy")
|
|
@@ -2146,7 +2133,7 @@ class CfnConfiguration(
|
|
|
2146
2133
|
if __debug__:
|
|
2147
2134
|
type_hints = typing.get_type_hints(_typecheckingstub__ff746c5afeef7636cc2943e0307f0c73fc2e55dc7ec0a26556d504a9fcb0fc00)
|
|
2148
2135
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2149
|
-
jsii.set(self, "authenticationStrategy", value)
|
|
2136
|
+
jsii.set(self, "authenticationStrategy", value) # pyright: ignore[reportArgumentType]
|
|
2150
2137
|
|
|
2151
2138
|
@builtins.property
|
|
2152
2139
|
@jsii.member(jsii_name="description")
|
|
@@ -2159,7 +2146,20 @@ class CfnConfiguration(
|
|
|
2159
2146
|
if __debug__:
|
|
2160
2147
|
type_hints = typing.get_type_hints(_typecheckingstub__480fb06649e1285f95654ba53b3a408febbb52196799763e9131443825beeeaf)
|
|
2161
2148
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2162
|
-
jsii.set(self, "description", value)
|
|
2149
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
2150
|
+
|
|
2151
|
+
@builtins.property
|
|
2152
|
+
@jsii.member(jsii_name="engineVersion")
|
|
2153
|
+
def engine_version(self) -> typing.Optional[builtins.str]:
|
|
2154
|
+
'''The version of the broker engine.'''
|
|
2155
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "engineVersion"))
|
|
2156
|
+
|
|
2157
|
+
@engine_version.setter
|
|
2158
|
+
def engine_version(self, value: typing.Optional[builtins.str]) -> None:
|
|
2159
|
+
if __debug__:
|
|
2160
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a2a28dc59c3dc2c56f801f6ba425c8d15fa5408a1e6494c0c27387fdd42210c5)
|
|
2161
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2162
|
+
jsii.set(self, "engineVersion", value) # pyright: ignore[reportArgumentType]
|
|
2163
2163
|
|
|
2164
2164
|
@builtins.property
|
|
2165
2165
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -2177,7 +2177,7 @@ class CfnConfiguration(
|
|
|
2177
2177
|
if __debug__:
|
|
2178
2178
|
type_hints = typing.get_type_hints(_typecheckingstub__a054ae8c8be290faa22413b18b520f85d06186364109595d98e6fe5dab6126e6)
|
|
2179
2179
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2180
|
-
jsii.set(self, "tagsRaw", value)
|
|
2180
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
2181
2181
|
|
|
2182
2182
|
@jsii.data_type(
|
|
2183
2183
|
jsii_type="aws-cdk-lib.aws_amazonmq.CfnConfiguration.TagsEntryProperty",
|
|
@@ -2356,7 +2356,7 @@ class CfnConfigurationAssociation(
|
|
|
2356
2356
|
if __debug__:
|
|
2357
2357
|
type_hints = typing.get_type_hints(_typecheckingstub__bdbfb700e696e0a2f32b9de9d84566a84719a73bda01942e115e55df84e2750b)
|
|
2358
2358
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2359
|
-
jsii.set(self, "broker", value)
|
|
2359
|
+
jsii.set(self, "broker", value) # pyright: ignore[reportArgumentType]
|
|
2360
2360
|
|
|
2361
2361
|
@builtins.property
|
|
2362
2362
|
@jsii.member(jsii_name="configuration")
|
|
@@ -2374,7 +2374,7 @@ class CfnConfigurationAssociation(
|
|
|
2374
2374
|
if __debug__:
|
|
2375
2375
|
type_hints = typing.get_type_hints(_typecheckingstub__f4880b79512d307d86febbd936290d7f133d94115f216f3f043c71ceab0b3e4c)
|
|
2376
2376
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2377
|
-
jsii.set(self, "configuration", value)
|
|
2377
|
+
jsii.set(self, "configuration", value) # pyright: ignore[reportArgumentType]
|
|
2378
2378
|
|
|
2379
2379
|
@jsii.data_type(
|
|
2380
2380
|
jsii_type="aws-cdk-lib.aws_amazonmq.CfnConfigurationAssociation.ConfigurationIdProperty",
|
|
@@ -2526,10 +2526,10 @@ class CfnConfigurationAssociationProps:
|
|
|
2526
2526
|
name_mapping={
|
|
2527
2527
|
"data": "data",
|
|
2528
2528
|
"engine_type": "engineType",
|
|
2529
|
-
"engine_version": "engineVersion",
|
|
2530
2529
|
"name": "name",
|
|
2531
2530
|
"authentication_strategy": "authenticationStrategy",
|
|
2532
2531
|
"description": "description",
|
|
2532
|
+
"engine_version": "engineVersion",
|
|
2533
2533
|
"tags": "tags",
|
|
2534
2534
|
},
|
|
2535
2535
|
)
|
|
@@ -2539,20 +2539,20 @@ class CfnConfigurationProps:
|
|
|
2539
2539
|
*,
|
|
2540
2540
|
data: builtins.str,
|
|
2541
2541
|
engine_type: builtins.str,
|
|
2542
|
-
engine_version: builtins.str,
|
|
2543
2542
|
name: builtins.str,
|
|
2544
2543
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
2545
2544
|
description: typing.Optional[builtins.str] = None,
|
|
2545
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
2546
2546
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnConfiguration.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2547
2547
|
) -> None:
|
|
2548
2548
|
'''Properties for defining a ``CfnConfiguration``.
|
|
2549
2549
|
|
|
2550
2550
|
:param data: The base64-encoded XML configuration.
|
|
2551
2551
|
:param engine_type: The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations.
|
|
2552
|
-
:param engine_version: The version of the broker engine. For a list of supported engine versions, see ` <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_
|
|
2553
2552
|
:param name: The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
|
|
2554
2553
|
:param authentication_strategy: Optional. The authentication strategy associated with the configuration. The default is ``SIMPLE`` .
|
|
2555
2554
|
:param description: The description of the configuration.
|
|
2555
|
+
:param engine_version: The version of the broker engine. For a list of supported engine versions, see ` <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_
|
|
2556
2556
|
:param tags: Create tags when creating the configuration.
|
|
2557
2557
|
|
|
2558
2558
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html
|
|
@@ -2567,12 +2567,12 @@ class CfnConfigurationProps:
|
|
|
2567
2567
|
cfn_configuration_props = amazonmq.CfnConfigurationProps(
|
|
2568
2568
|
data="data",
|
|
2569
2569
|
engine_type="engineType",
|
|
2570
|
-
engine_version="engineVersion",
|
|
2571
2570
|
name="name",
|
|
2572
2571
|
|
|
2573
2572
|
# the properties below are optional
|
|
2574
2573
|
authentication_strategy="authenticationStrategy",
|
|
2575
2574
|
description="description",
|
|
2575
|
+
engine_version="engineVersion",
|
|
2576
2576
|
tags=[amazonmq.CfnConfiguration.TagsEntryProperty(
|
|
2577
2577
|
key="key",
|
|
2578
2578
|
value="value"
|
|
@@ -2583,21 +2583,22 @@ class CfnConfigurationProps:
|
|
|
2583
2583
|
type_hints = typing.get_type_hints(_typecheckingstub__de9d7705a9b711c2e53aeb7eaf29e3a459350a0552e89619099efdb9d14d28cc)
|
|
2584
2584
|
check_type(argname="argument data", value=data, expected_type=type_hints["data"])
|
|
2585
2585
|
check_type(argname="argument engine_type", value=engine_type, expected_type=type_hints["engine_type"])
|
|
2586
|
-
check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
|
|
2587
2586
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2588
2587
|
check_type(argname="argument authentication_strategy", value=authentication_strategy, expected_type=type_hints["authentication_strategy"])
|
|
2589
2588
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
2589
|
+
check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
|
|
2590
2590
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2591
2591
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2592
2592
|
"data": data,
|
|
2593
2593
|
"engine_type": engine_type,
|
|
2594
|
-
"engine_version": engine_version,
|
|
2595
2594
|
"name": name,
|
|
2596
2595
|
}
|
|
2597
2596
|
if authentication_strategy is not None:
|
|
2598
2597
|
self._values["authentication_strategy"] = authentication_strategy
|
|
2599
2598
|
if description is not None:
|
|
2600
2599
|
self._values["description"] = description
|
|
2600
|
+
if engine_version is not None:
|
|
2601
|
+
self._values["engine_version"] = engine_version
|
|
2601
2602
|
if tags is not None:
|
|
2602
2603
|
self._values["tags"] = tags
|
|
2603
2604
|
|
|
@@ -2623,18 +2624,6 @@ class CfnConfigurationProps:
|
|
|
2623
2624
|
assert result is not None, "Required property 'engine_type' is missing"
|
|
2624
2625
|
return typing.cast(builtins.str, result)
|
|
2625
2626
|
|
|
2626
|
-
@builtins.property
|
|
2627
|
-
def engine_version(self) -> builtins.str:
|
|
2628
|
-
'''The version of the broker engine.
|
|
2629
|
-
|
|
2630
|
-
For a list of supported engine versions, see ` <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_
|
|
2631
|
-
|
|
2632
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion
|
|
2633
|
-
'''
|
|
2634
|
-
result = self._values.get("engine_version")
|
|
2635
|
-
assert result is not None, "Required property 'engine_version' is missing"
|
|
2636
|
-
return typing.cast(builtins.str, result)
|
|
2637
|
-
|
|
2638
2627
|
@builtins.property
|
|
2639
2628
|
def name(self) -> builtins.str:
|
|
2640
2629
|
'''The name of the configuration.
|
|
@@ -2667,6 +2656,17 @@ class CfnConfigurationProps:
|
|
|
2667
2656
|
result = self._values.get("description")
|
|
2668
2657
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2669
2658
|
|
|
2659
|
+
@builtins.property
|
|
2660
|
+
def engine_version(self) -> typing.Optional[builtins.str]:
|
|
2661
|
+
'''The version of the broker engine.
|
|
2662
|
+
|
|
2663
|
+
For a list of supported engine versions, see ` <https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html>`_
|
|
2664
|
+
|
|
2665
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html#cfn-amazonmq-configuration-engineversion
|
|
2666
|
+
'''
|
|
2667
|
+
result = self._values.get("engine_version")
|
|
2668
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2669
|
+
|
|
2670
2670
|
@builtins.property
|
|
2671
2671
|
def tags(self) -> typing.Optional[typing.List[CfnConfiguration.TagsEntryProperty]]:
|
|
2672
2672
|
'''Create tags when creating the configuration.
|
|
@@ -2703,19 +2703,19 @@ def _typecheckingstub__d16f84aeefdd69c636acf0c8b4d958b93ded39c1da5d5eecb39ce8753
|
|
|
2703
2703
|
scope: _constructs_77d1e7e8.Construct,
|
|
2704
2704
|
id: builtins.str,
|
|
2705
2705
|
*,
|
|
2706
|
-
auto_minor_version_upgrade: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2707
2706
|
broker_name: builtins.str,
|
|
2708
2707
|
deployment_mode: builtins.str,
|
|
2709
2708
|
engine_type: builtins.str,
|
|
2710
|
-
engine_version: builtins.str,
|
|
2711
2709
|
host_instance_type: builtins.str,
|
|
2712
2710
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2713
2711
|
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
2714
2712
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
2713
|
+
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2715
2714
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2716
2715
|
data_replication_mode: typing.Optional[builtins.str] = None,
|
|
2717
2716
|
data_replication_primary_broker_arn: typing.Optional[builtins.str] = None,
|
|
2718
2717
|
encryption_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.EncryptionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2718
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
2719
2719
|
ldap_server_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.LdapServerMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2720
2720
|
logs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.LogListProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2721
2721
|
maintenance_window_start_time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2739,12 +2739,6 @@ def _typecheckingstub__5b2faabcb2fd601665f655b0a42ddecd67459d337d8e81f23d1a39ee8
|
|
|
2739
2739
|
"""Type checking stubs"""
|
|
2740
2740
|
pass
|
|
2741
2741
|
|
|
2742
|
-
def _typecheckingstub__1becedc098602474059b0aaa465b25ea1b7124443411ed6a42b02d6a5344cdda(
|
|
2743
|
-
value: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2744
|
-
) -> None:
|
|
2745
|
-
"""Type checking stubs"""
|
|
2746
|
-
pass
|
|
2747
|
-
|
|
2748
2742
|
def _typecheckingstub__0511cf4804dad2e6e03dc33f21bf9d654b3598349ced7ea110e5591745f76bdc(
|
|
2749
2743
|
value: builtins.str,
|
|
2750
2744
|
) -> None:
|
|
@@ -2763,12 +2757,6 @@ def _typecheckingstub__edb02169dcf378d5d01cba6368876329b4e7f4e34fde8d2f0f58da09a
|
|
|
2763
2757
|
"""Type checking stubs"""
|
|
2764
2758
|
pass
|
|
2765
2759
|
|
|
2766
|
-
def _typecheckingstub__631fd780aebb5b339c2238752e33306ea6591245c7231c4db165256d69094ceb(
|
|
2767
|
-
value: builtins.str,
|
|
2768
|
-
) -> None:
|
|
2769
|
-
"""Type checking stubs"""
|
|
2770
|
-
pass
|
|
2771
|
-
|
|
2772
2760
|
def _typecheckingstub__a8a51a01838222e13c8eba50f7d568dc975a2e3c5c2d18f21339bc702ffc284b(
|
|
2773
2761
|
value: builtins.str,
|
|
2774
2762
|
) -> None:
|
|
@@ -2793,6 +2781,12 @@ def _typecheckingstub__3eab9258c47a74b1aabb4a39e66512dbb010a0f1c8838ec359338808e
|
|
|
2793
2781
|
"""Type checking stubs"""
|
|
2794
2782
|
pass
|
|
2795
2783
|
|
|
2784
|
+
def _typecheckingstub__1becedc098602474059b0aaa465b25ea1b7124443411ed6a42b02d6a5344cdda(
|
|
2785
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
2786
|
+
) -> None:
|
|
2787
|
+
"""Type checking stubs"""
|
|
2788
|
+
pass
|
|
2789
|
+
|
|
2796
2790
|
def _typecheckingstub__0eabdb321f6595584d9f056a97a3a7481faa1ad417f76f3ea42484e5ef0b195f(
|
|
2797
2791
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBroker.ConfigurationIdProperty]],
|
|
2798
2792
|
) -> None:
|
|
@@ -2817,6 +2811,12 @@ def _typecheckingstub__3846e06a73702f6e76ab386acc1ad9128b00ec2357b3396abf86d893c
|
|
|
2817
2811
|
"""Type checking stubs"""
|
|
2818
2812
|
pass
|
|
2819
2813
|
|
|
2814
|
+
def _typecheckingstub__631fd780aebb5b339c2238752e33306ea6591245c7231c4db165256d69094ceb(
|
|
2815
|
+
value: typing.Optional[builtins.str],
|
|
2816
|
+
) -> None:
|
|
2817
|
+
"""Type checking stubs"""
|
|
2818
|
+
pass
|
|
2819
|
+
|
|
2820
2820
|
def _typecheckingstub__b8de6a532c388b2fc838b3141f942b6cbbc5d1a796bb76e3fc3fe5a446d932f8(
|
|
2821
2821
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBroker.LdapServerMetadataProperty]],
|
|
2822
2822
|
) -> None:
|
|
@@ -2930,19 +2930,19 @@ def _typecheckingstub__8a458786a0cd0d4269adef0bf3c85862386851ab69649004d5d3dcba4
|
|
|
2930
2930
|
|
|
2931
2931
|
def _typecheckingstub__d255f8718bac4d1453cb7e2ae3f8fb5a5ac0ed5b3551f73d52e4123fad831a1c(
|
|
2932
2932
|
*,
|
|
2933
|
-
auto_minor_version_upgrade: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2934
2933
|
broker_name: builtins.str,
|
|
2935
2934
|
deployment_mode: builtins.str,
|
|
2936
2935
|
engine_type: builtins.str,
|
|
2937
|
-
engine_version: builtins.str,
|
|
2938
2936
|
host_instance_type: builtins.str,
|
|
2939
2937
|
publicly_accessible: typing.Union[builtins.bool, _IResolvable_da3f097b],
|
|
2940
2938
|
users: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.UserProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
2941
2939
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
2940
|
+
auto_minor_version_upgrade: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2942
2941
|
configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.ConfigurationIdProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2943
2942
|
data_replication_mode: typing.Optional[builtins.str] = None,
|
|
2944
2943
|
data_replication_primary_broker_arn: typing.Optional[builtins.str] = None,
|
|
2945
2944
|
encryption_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.EncryptionOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2945
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
2946
2946
|
ldap_server_metadata: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.LdapServerMetadataProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2947
2947
|
logs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.LogListProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2948
2948
|
maintenance_window_start_time: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBroker.MaintenanceWindowProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2960,10 +2960,10 @@ def _typecheckingstub__e5d8c71c30a8f2bd8b3e455320ae87cc2204a9546d3ee226605a95753
|
|
|
2960
2960
|
*,
|
|
2961
2961
|
data: builtins.str,
|
|
2962
2962
|
engine_type: builtins.str,
|
|
2963
|
-
engine_version: builtins.str,
|
|
2964
2963
|
name: builtins.str,
|
|
2965
2964
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
2966
2965
|
description: typing.Optional[builtins.str] = None,
|
|
2966
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
2967
2967
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnConfiguration.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2968
2968
|
) -> None:
|
|
2969
2969
|
"""Type checking stubs"""
|
|
@@ -2993,25 +2993,25 @@ def _typecheckingstub__1c128a8f454f5f3c6aa7f53673b3a6ff18a16f9a57d23f00a8ae771a0
|
|
|
2993
2993
|
"""Type checking stubs"""
|
|
2994
2994
|
pass
|
|
2995
2995
|
|
|
2996
|
-
def
|
|
2996
|
+
def _typecheckingstub__289eb9b7603fb0304d15adaf4ff07e313a569aa2af4bf93d7cb2c2f30ad39faf(
|
|
2997
2997
|
value: builtins.str,
|
|
2998
2998
|
) -> None:
|
|
2999
2999
|
"""Type checking stubs"""
|
|
3000
3000
|
pass
|
|
3001
3001
|
|
|
3002
|
-
def
|
|
3003
|
-
value: builtins.str,
|
|
3002
|
+
def _typecheckingstub__ff746c5afeef7636cc2943e0307f0c73fc2e55dc7ec0a26556d504a9fcb0fc00(
|
|
3003
|
+
value: typing.Optional[builtins.str],
|
|
3004
3004
|
) -> None:
|
|
3005
3005
|
"""Type checking stubs"""
|
|
3006
3006
|
pass
|
|
3007
3007
|
|
|
3008
|
-
def
|
|
3008
|
+
def _typecheckingstub__480fb06649e1285f95654ba53b3a408febbb52196799763e9131443825beeeaf(
|
|
3009
3009
|
value: typing.Optional[builtins.str],
|
|
3010
3010
|
) -> None:
|
|
3011
3011
|
"""Type checking stubs"""
|
|
3012
3012
|
pass
|
|
3013
3013
|
|
|
3014
|
-
def
|
|
3014
|
+
def _typecheckingstub__a2a28dc59c3dc2c56f801f6ba425c8d15fa5408a1e6494c0c27387fdd42210c5(
|
|
3015
3015
|
value: typing.Optional[builtins.str],
|
|
3016
3016
|
) -> None:
|
|
3017
3017
|
"""Type checking stubs"""
|
|
@@ -3085,10 +3085,10 @@ def _typecheckingstub__de9d7705a9b711c2e53aeb7eaf29e3a459350a0552e89619099efdb9d
|
|
|
3085
3085
|
*,
|
|
3086
3086
|
data: builtins.str,
|
|
3087
3087
|
engine_type: builtins.str,
|
|
3088
|
-
engine_version: builtins.str,
|
|
3089
3088
|
name: builtins.str,
|
|
3090
3089
|
authentication_strategy: typing.Optional[builtins.str] = None,
|
|
3091
3090
|
description: typing.Optional[builtins.str] = None,
|
|
3091
|
+
engine_version: typing.Optional[builtins.str] = None,
|
|
3092
3092
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnConfiguration.TagsEntryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3093
3093
|
) -> None:
|
|
3094
3094
|
"""Type checking stubs"""
|