aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.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 +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
|
@@ -4184,7 +4184,10 @@ class CfnGateway(
|
|
|
4184
4184
|
group_arn="groupArn"
|
|
4185
4185
|
),
|
|
4186
4186
|
greengrass_v2=iotsitewise.CfnGateway.GreengrassV2Property(
|
|
4187
|
-
core_device_thing_name="coreDeviceThingName"
|
|
4187
|
+
core_device_thing_name="coreDeviceThingName",
|
|
4188
|
+
|
|
4189
|
+
# the properties below are optional
|
|
4190
|
+
core_device_operating_system="coreDeviceOperatingSystem"
|
|
4188
4191
|
),
|
|
4189
4192
|
siemens_ie=iotsitewise.CfnGateway.SiemensIEProperty(
|
|
4190
4193
|
iot_core_thing_name="iotCoreThingName"
|
|
@@ -4198,6 +4201,7 @@ class CfnGateway(
|
|
|
4198
4201
|
# the properties below are optional
|
|
4199
4202
|
capability_configuration="capabilityConfiguration"
|
|
4200
4203
|
)],
|
|
4204
|
+
gateway_version="gatewayVersion",
|
|
4201
4205
|
tags=[CfnTag(
|
|
4202
4206
|
key="key",
|
|
4203
4207
|
value="value"
|
|
@@ -4213,6 +4217,7 @@ class CfnGateway(
|
|
|
4213
4217
|
gateway_name: builtins.str,
|
|
4214
4218
|
gateway_platform: typing.Union[_IResolvable_da3f097b, typing.Union["CfnGateway.GatewayPlatformProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
4215
4219
|
gateway_capability_summaries: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGateway.GatewayCapabilitySummaryProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4220
|
+
gateway_version: typing.Optional[builtins.str] = None,
|
|
4216
4221
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4217
4222
|
) -> None:
|
|
4218
4223
|
'''
|
|
@@ -4221,6 +4226,7 @@ class CfnGateway(
|
|
|
4221
4226
|
:param gateway_name: A unique name for the gateway.
|
|
4222
4227
|
:param gateway_platform: The gateway's platform. You can only specify one platform in a gateway.
|
|
4223
4228
|
:param gateway_capability_summaries: A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use `DescribeGatewayCapabilityConfiguration <https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html>`_ .
|
|
4229
|
+
:param gateway_version: The version of the gateway you want to create.
|
|
4224
4230
|
:param tags: A list of key-value pairs that contain metadata for the gateway. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4225
4231
|
'''
|
|
4226
4232
|
if __debug__:
|
|
@@ -4231,6 +4237,7 @@ class CfnGateway(
|
|
|
4231
4237
|
gateway_name=gateway_name,
|
|
4232
4238
|
gateway_platform=gateway_platform,
|
|
4233
4239
|
gateway_capability_summaries=gateway_capability_summaries,
|
|
4240
|
+
gateway_version=gateway_version,
|
|
4234
4241
|
tags=tags,
|
|
4235
4242
|
)
|
|
4236
4243
|
|
|
@@ -4335,6 +4342,19 @@ class CfnGateway(
|
|
|
4335
4342
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4336
4343
|
jsii.set(self, "gatewayCapabilitySummaries", value) # pyright: ignore[reportArgumentType]
|
|
4337
4344
|
|
|
4345
|
+
@builtins.property
|
|
4346
|
+
@jsii.member(jsii_name="gatewayVersion")
|
|
4347
|
+
def gateway_version(self) -> typing.Optional[builtins.str]:
|
|
4348
|
+
'''The version of the gateway you want to create.'''
|
|
4349
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "gatewayVersion"))
|
|
4350
|
+
|
|
4351
|
+
@gateway_version.setter
|
|
4352
|
+
def gateway_version(self, value: typing.Optional[builtins.str]) -> None:
|
|
4353
|
+
if __debug__:
|
|
4354
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9914b4c24d20de7b662b3040cb09c4bae39421cef7517509a76b470a8687bc9a)
|
|
4355
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4356
|
+
jsii.set(self, "gatewayVersion", value) # pyright: ignore[reportArgumentType]
|
|
4357
|
+
|
|
4338
4358
|
@builtins.property
|
|
4339
4359
|
@jsii.member(jsii_name="tagsRaw")
|
|
4340
4360
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -4465,7 +4485,10 @@ class CfnGateway(
|
|
|
4465
4485
|
group_arn="groupArn"
|
|
4466
4486
|
),
|
|
4467
4487
|
greengrass_v2=iotsitewise.CfnGateway.GreengrassV2Property(
|
|
4468
|
-
core_device_thing_name="coreDeviceThingName"
|
|
4488
|
+
core_device_thing_name="coreDeviceThingName",
|
|
4489
|
+
|
|
4490
|
+
# the properties below are optional
|
|
4491
|
+
core_device_operating_system="coreDeviceOperatingSystem"
|
|
4469
4492
|
),
|
|
4470
4493
|
siemens_ie=iotsitewise.CfnGateway.SiemensIEProperty(
|
|
4471
4494
|
iot_core_thing_name="iotCoreThingName"
|
|
@@ -4536,11 +4559,8 @@ class CfnGateway(
|
|
|
4536
4559
|
)
|
|
4537
4560
|
class GreengrassProperty:
|
|
4538
4561
|
def __init__(self, *, group_arn: builtins.str) -> None:
|
|
4539
|
-
'''
|
|
4540
|
-
|
|
4541
|
-
To create a gateway that runs on AWS IoT Greengrass , you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass group must also have permissions to upload data to AWS IoT SiteWise . For more information, see `Ingesting data using a gateway <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gateway-connector.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4542
|
-
|
|
4543
|
-
:param group_arn: The `ARN <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ of the Greengrass group. For more information about how to find a group's ARN, see `ListGroups <https://docs.aws.amazon.com/greengrass/v1/apireference/listgroups-get.html>`_ and `GetGroup <https://docs.aws.amazon.com/greengrass/v1/apireference/getgroup-get.html>`_ in the *AWS IoT Greengrass V1 API Reference* .
|
|
4562
|
+
'''
|
|
4563
|
+
:param group_arn:
|
|
4544
4564
|
|
|
4545
4565
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrass.html
|
|
4546
4566
|
:exampleMetadata: fixture=_generated
|
|
@@ -4564,8 +4584,7 @@ class CfnGateway(
|
|
|
4564
4584
|
|
|
4565
4585
|
@builtins.property
|
|
4566
4586
|
def group_arn(self) -> builtins.str:
|
|
4567
|
-
'''
|
|
4568
|
-
|
|
4587
|
+
'''
|
|
4569
4588
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrass.html#cfn-iotsitewise-gateway-greengrass-grouparn
|
|
4570
4589
|
'''
|
|
4571
4590
|
result = self._values.get("group_arn")
|
|
@@ -4586,15 +4605,24 @@ class CfnGateway(
|
|
|
4586
4605
|
@jsii.data_type(
|
|
4587
4606
|
jsii_type="aws-cdk-lib.aws_iotsitewise.CfnGateway.GreengrassV2Property",
|
|
4588
4607
|
jsii_struct_bases=[],
|
|
4589
|
-
name_mapping={
|
|
4608
|
+
name_mapping={
|
|
4609
|
+
"core_device_thing_name": "coreDeviceThingName",
|
|
4610
|
+
"core_device_operating_system": "coreDeviceOperatingSystem",
|
|
4611
|
+
},
|
|
4590
4612
|
)
|
|
4591
4613
|
class GreengrassV2Property:
|
|
4592
|
-
def __init__(
|
|
4614
|
+
def __init__(
|
|
4615
|
+
self,
|
|
4616
|
+
*,
|
|
4617
|
+
core_device_thing_name: builtins.str,
|
|
4618
|
+
core_device_operating_system: typing.Optional[builtins.str] = None,
|
|
4619
|
+
) -> None:
|
|
4593
4620
|
'''Contains details for a gateway that runs on AWS IoT Greengrass V2 .
|
|
4594
4621
|
|
|
4595
4622
|
To create a gateway that runs on AWS IoT Greengrass V2 , you must deploy the IoT SiteWise Edge component to your gateway device. Your `Greengrass device role <https://docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html>`_ must use the ``AWSIoTSiteWiseEdgeAccess`` policy. For more information, see `Using AWS IoT SiteWise at the edge <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/sw-gateways.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4596
4623
|
|
|
4597
4624
|
:param core_device_thing_name: The name of the AWS IoT thing for your AWS IoT Greengrass V2 core device.
|
|
4625
|
+
:param core_device_operating_system: The operating system of the core device in AWS IoT Greengrass V2.
|
|
4598
4626
|
|
|
4599
4627
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html
|
|
4600
4628
|
:exampleMetadata: fixture=_generated
|
|
@@ -4606,15 +4634,21 @@ class CfnGateway(
|
|
|
4606
4634
|
from aws_cdk import aws_iotsitewise as iotsitewise
|
|
4607
4635
|
|
|
4608
4636
|
greengrass_v2_property = iotsitewise.CfnGateway.GreengrassV2Property(
|
|
4609
|
-
core_device_thing_name="coreDeviceThingName"
|
|
4637
|
+
core_device_thing_name="coreDeviceThingName",
|
|
4638
|
+
|
|
4639
|
+
# the properties below are optional
|
|
4640
|
+
core_device_operating_system="coreDeviceOperatingSystem"
|
|
4610
4641
|
)
|
|
4611
4642
|
'''
|
|
4612
4643
|
if __debug__:
|
|
4613
4644
|
type_hints = typing.get_type_hints(_typecheckingstub__aaa34ef3ffa417e0d8477bdf5fd83220079621fb80b75a881ad5c04a9c485841)
|
|
4614
4645
|
check_type(argname="argument core_device_thing_name", value=core_device_thing_name, expected_type=type_hints["core_device_thing_name"])
|
|
4646
|
+
check_type(argname="argument core_device_operating_system", value=core_device_operating_system, expected_type=type_hints["core_device_operating_system"])
|
|
4615
4647
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4616
4648
|
"core_device_thing_name": core_device_thing_name,
|
|
4617
4649
|
}
|
|
4650
|
+
if core_device_operating_system is not None:
|
|
4651
|
+
self._values["core_device_operating_system"] = core_device_operating_system
|
|
4618
4652
|
|
|
4619
4653
|
@builtins.property
|
|
4620
4654
|
def core_device_thing_name(self) -> builtins.str:
|
|
@@ -4626,6 +4660,15 @@ class CfnGateway(
|
|
|
4626
4660
|
assert result is not None, "Required property 'core_device_thing_name' is missing"
|
|
4627
4661
|
return typing.cast(builtins.str, result)
|
|
4628
4662
|
|
|
4663
|
+
@builtins.property
|
|
4664
|
+
def core_device_operating_system(self) -> typing.Optional[builtins.str]:
|
|
4665
|
+
'''The operating system of the core device in AWS IoT Greengrass V2.
|
|
4666
|
+
|
|
4667
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html#cfn-iotsitewise-gateway-greengrassv2-coredeviceoperatingsystem
|
|
4668
|
+
'''
|
|
4669
|
+
result = self._values.get("core_device_operating_system")
|
|
4670
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4671
|
+
|
|
4629
4672
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4630
4673
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4631
4674
|
|
|
@@ -4697,6 +4740,7 @@ class CfnGateway(
|
|
|
4697
4740
|
"gateway_name": "gatewayName",
|
|
4698
4741
|
"gateway_platform": "gatewayPlatform",
|
|
4699
4742
|
"gateway_capability_summaries": "gatewayCapabilitySummaries",
|
|
4743
|
+
"gateway_version": "gatewayVersion",
|
|
4700
4744
|
"tags": "tags",
|
|
4701
4745
|
},
|
|
4702
4746
|
)
|
|
@@ -4707,6 +4751,7 @@ class CfnGatewayProps:
|
|
|
4707
4751
|
gateway_name: builtins.str,
|
|
4708
4752
|
gateway_platform: typing.Union[_IResolvable_da3f097b, typing.Union[CfnGateway.GatewayPlatformProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
4709
4753
|
gateway_capability_summaries: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGateway.GatewayCapabilitySummaryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4754
|
+
gateway_version: typing.Optional[builtins.str] = None,
|
|
4710
4755
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4711
4756
|
) -> None:
|
|
4712
4757
|
'''Properties for defining a ``CfnGateway``.
|
|
@@ -4714,6 +4759,7 @@ class CfnGatewayProps:
|
|
|
4714
4759
|
:param gateway_name: A unique name for the gateway.
|
|
4715
4760
|
:param gateway_platform: The gateway's platform. You can only specify one platform in a gateway.
|
|
4716
4761
|
:param gateway_capability_summaries: A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use `DescribeGatewayCapabilityConfiguration <https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGatewayCapabilityConfiguration.html>`_ .
|
|
4762
|
+
:param gateway_version: The version of the gateway you want to create.
|
|
4717
4763
|
:param tags: A list of key-value pairs that contain metadata for the gateway. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4718
4764
|
|
|
4719
4765
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html
|
|
@@ -4732,7 +4778,10 @@ class CfnGatewayProps:
|
|
|
4732
4778
|
group_arn="groupArn"
|
|
4733
4779
|
),
|
|
4734
4780
|
greengrass_v2=iotsitewise.CfnGateway.GreengrassV2Property(
|
|
4735
|
-
core_device_thing_name="coreDeviceThingName"
|
|
4781
|
+
core_device_thing_name="coreDeviceThingName",
|
|
4782
|
+
|
|
4783
|
+
# the properties below are optional
|
|
4784
|
+
core_device_operating_system="coreDeviceOperatingSystem"
|
|
4736
4785
|
),
|
|
4737
4786
|
siemens_ie=iotsitewise.CfnGateway.SiemensIEProperty(
|
|
4738
4787
|
iot_core_thing_name="iotCoreThingName"
|
|
@@ -4746,6 +4795,7 @@ class CfnGatewayProps:
|
|
|
4746
4795
|
# the properties below are optional
|
|
4747
4796
|
capability_configuration="capabilityConfiguration"
|
|
4748
4797
|
)],
|
|
4798
|
+
gateway_version="gatewayVersion",
|
|
4749
4799
|
tags=[CfnTag(
|
|
4750
4800
|
key="key",
|
|
4751
4801
|
value="value"
|
|
@@ -4757,6 +4807,7 @@ class CfnGatewayProps:
|
|
|
4757
4807
|
check_type(argname="argument gateway_name", value=gateway_name, expected_type=type_hints["gateway_name"])
|
|
4758
4808
|
check_type(argname="argument gateway_platform", value=gateway_platform, expected_type=type_hints["gateway_platform"])
|
|
4759
4809
|
check_type(argname="argument gateway_capability_summaries", value=gateway_capability_summaries, expected_type=type_hints["gateway_capability_summaries"])
|
|
4810
|
+
check_type(argname="argument gateway_version", value=gateway_version, expected_type=type_hints["gateway_version"])
|
|
4760
4811
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
4761
4812
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4762
4813
|
"gateway_name": gateway_name,
|
|
@@ -4764,6 +4815,8 @@ class CfnGatewayProps:
|
|
|
4764
4815
|
}
|
|
4765
4816
|
if gateway_capability_summaries is not None:
|
|
4766
4817
|
self._values["gateway_capability_summaries"] = gateway_capability_summaries
|
|
4818
|
+
if gateway_version is not None:
|
|
4819
|
+
self._values["gateway_version"] = gateway_version
|
|
4767
4820
|
if tags is not None:
|
|
4768
4821
|
self._values["tags"] = tags
|
|
4769
4822
|
|
|
@@ -4804,6 +4857,15 @@ class CfnGatewayProps:
|
|
|
4804
4857
|
result = self._values.get("gateway_capability_summaries")
|
|
4805
4858
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnGateway.GatewayCapabilitySummaryProperty]]]], result)
|
|
4806
4859
|
|
|
4860
|
+
@builtins.property
|
|
4861
|
+
def gateway_version(self) -> typing.Optional[builtins.str]:
|
|
4862
|
+
'''The version of the gateway you want to create.
|
|
4863
|
+
|
|
4864
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html#cfn-iotsitewise-gateway-gatewayversion
|
|
4865
|
+
'''
|
|
4866
|
+
result = self._values.get("gateway_version")
|
|
4867
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4868
|
+
|
|
4807
4869
|
@builtins.property
|
|
4808
4870
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
4809
4871
|
'''A list of key-value pairs that contain metadata for the gateway.
|
|
@@ -6334,6 +6396,7 @@ def _typecheckingstub__b4e7aa58e6088e2cbee0005ea5a43b4c9db3b6647e2ff56a2b30310e7
|
|
|
6334
6396
|
gateway_name: builtins.str,
|
|
6335
6397
|
gateway_platform: typing.Union[_IResolvable_da3f097b, typing.Union[CfnGateway.GatewayPlatformProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
6336
6398
|
gateway_capability_summaries: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGateway.GatewayCapabilitySummaryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6399
|
+
gateway_version: typing.Optional[builtins.str] = None,
|
|
6337
6400
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6338
6401
|
) -> None:
|
|
6339
6402
|
"""Type checking stubs"""
|
|
@@ -6369,6 +6432,12 @@ def _typecheckingstub__0575717a55b787485944fbb94729c238b3cf9e112e2d0d439edfd4f8d
|
|
|
6369
6432
|
"""Type checking stubs"""
|
|
6370
6433
|
pass
|
|
6371
6434
|
|
|
6435
|
+
def _typecheckingstub__9914b4c24d20de7b662b3040cb09c4bae39421cef7517509a76b470a8687bc9a(
|
|
6436
|
+
value: typing.Optional[builtins.str],
|
|
6437
|
+
) -> None:
|
|
6438
|
+
"""Type checking stubs"""
|
|
6439
|
+
pass
|
|
6440
|
+
|
|
6372
6441
|
def _typecheckingstub__26fcdcade7dc164a37aa04c5ee368b075236804669ba2be2553ac47ed59284da(
|
|
6373
6442
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
6374
6443
|
) -> None:
|
|
@@ -6402,6 +6471,7 @@ def _typecheckingstub__869d2e480b38a0e2376044c367d2367e64287fbb827bbca68d53b1515
|
|
|
6402
6471
|
def _typecheckingstub__aaa34ef3ffa417e0d8477bdf5fd83220079621fb80b75a881ad5c04a9c485841(
|
|
6403
6472
|
*,
|
|
6404
6473
|
core_device_thing_name: builtins.str,
|
|
6474
|
+
core_device_operating_system: typing.Optional[builtins.str] = None,
|
|
6405
6475
|
) -> None:
|
|
6406
6476
|
"""Type checking stubs"""
|
|
6407
6477
|
pass
|
|
@@ -6418,6 +6488,7 @@ def _typecheckingstub__96b726a7f6953ced23491d12afc63dd3960b8d44e1734397f1db9d45a
|
|
|
6418
6488
|
gateway_name: builtins.str,
|
|
6419
6489
|
gateway_platform: typing.Union[_IResolvable_da3f097b, typing.Union[CfnGateway.GatewayPlatformProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
6420
6490
|
gateway_capability_summaries: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGateway.GatewayCapabilitySummaryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6491
|
+
gateway_version: typing.Optional[builtins.str] = None,
|
|
6421
6492
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6422
6493
|
) -> None:
|
|
6423
6494
|
"""Type checking stubs"""
|
|
@@ -1221,7 +1221,7 @@ class CfnComponentType(
|
|
|
1221
1221
|
def __init__(
|
|
1222
1222
|
self,
|
|
1223
1223
|
*,
|
|
1224
|
-
configurations: typing.Optional[typing.Union[
|
|
1224
|
+
configurations: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1225
1225
|
data_type: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComponentType.DataTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1226
1226
|
default_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComponentType.DataValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1227
1227
|
is_external_id: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -1327,13 +1327,13 @@ class CfnComponentType(
|
|
|
1327
1327
|
@builtins.property
|
|
1328
1328
|
def configurations(
|
|
1329
1329
|
self,
|
|
1330
|
-
) -> typing.Optional[typing.Union[
|
|
1330
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1331
1331
|
'''A mapping that specifies configuration information about the property.
|
|
1332
1332
|
|
|
1333
1333
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertydefinition.html#cfn-iottwinmaker-componenttype-propertydefinition-configurations
|
|
1334
1334
|
'''
|
|
1335
1335
|
result = self._values.get("configurations")
|
|
1336
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
1336
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
1337
1337
|
|
|
1338
1338
|
@builtins.property
|
|
1339
1339
|
def data_type(
|
|
@@ -3136,7 +3136,7 @@ class CfnEntity(
|
|
|
3136
3136
|
def __init__(
|
|
3137
3137
|
self,
|
|
3138
3138
|
*,
|
|
3139
|
-
configuration: typing.Optional[typing.Union[
|
|
3139
|
+
configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
3140
3140
|
data_type: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEntity.DataTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3141
3141
|
default_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEntity.DataValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3142
3142
|
is_external_id: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -3258,13 +3258,13 @@ class CfnEntity(
|
|
|
3258
3258
|
@builtins.property
|
|
3259
3259
|
def configuration(
|
|
3260
3260
|
self,
|
|
3261
|
-
) -> typing.Optional[typing.Union[
|
|
3261
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
3262
3262
|
'''The configuration.
|
|
3263
3263
|
|
|
3264
3264
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-definition.html#cfn-iottwinmaker-entity-definition-configuration
|
|
3265
3265
|
'''
|
|
3266
3266
|
result = self._values.get("configuration")
|
|
3267
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
3267
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
3268
3268
|
|
|
3269
3269
|
@builtins.property
|
|
3270
3270
|
def data_type(
|
|
@@ -4130,7 +4130,7 @@ class CfnScene(
|
|
|
4130
4130
|
workspace_id: builtins.str,
|
|
4131
4131
|
capabilities: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4132
4132
|
description: typing.Optional[builtins.str] = None,
|
|
4133
|
-
scene_metadata: typing.Optional[typing.Union[
|
|
4133
|
+
scene_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4134
4134
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4135
4135
|
) -> None:
|
|
4136
4136
|
'''
|
|
@@ -4306,14 +4306,14 @@ class CfnScene(
|
|
|
4306
4306
|
@jsii.member(jsii_name="sceneMetadata")
|
|
4307
4307
|
def scene_metadata(
|
|
4308
4308
|
self,
|
|
4309
|
-
) -> typing.Optional[typing.Union[
|
|
4309
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4310
4310
|
'''The scene metadata.'''
|
|
4311
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
4311
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "sceneMetadata"))
|
|
4312
4312
|
|
|
4313
4313
|
@scene_metadata.setter
|
|
4314
4314
|
def scene_metadata(
|
|
4315
4315
|
self,
|
|
4316
|
-
value: typing.Optional[typing.Union[
|
|
4316
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
4317
4317
|
) -> None:
|
|
4318
4318
|
if __debug__:
|
|
4319
4319
|
type_hints = typing.get_type_hints(_typecheckingstub__fa25c12f7674749ea653aa0c11493d07c4498263f37af0f06244591382f5bba6)
|
|
@@ -4359,7 +4359,7 @@ class CfnSceneProps:
|
|
|
4359
4359
|
workspace_id: builtins.str,
|
|
4360
4360
|
capabilities: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
4361
4361
|
description: typing.Optional[builtins.str] = None,
|
|
4362
|
-
scene_metadata: typing.Optional[typing.Union[
|
|
4362
|
+
scene_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4363
4363
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
4364
4364
|
) -> None:
|
|
4365
4365
|
'''Properties for defining a ``CfnScene``.
|
|
@@ -4471,13 +4471,13 @@ class CfnSceneProps:
|
|
|
4471
4471
|
@builtins.property
|
|
4472
4472
|
def scene_metadata(
|
|
4473
4473
|
self,
|
|
4474
|
-
) -> typing.Optional[typing.Union[
|
|
4474
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4475
4475
|
'''The scene metadata.
|
|
4476
4476
|
|
|
4477
4477
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-scenemetadata
|
|
4478
4478
|
'''
|
|
4479
4479
|
result = self._values.get("scene_metadata")
|
|
4480
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
4480
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
4481
4481
|
|
|
4482
4482
|
@builtins.property
|
|
4483
4483
|
def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
@@ -5312,7 +5312,7 @@ def _typecheckingstub__011f4caacaac8a9678c7e6f682b14051c4e3f54b1af2a1a5fbc3725d3
|
|
|
5312
5312
|
|
|
5313
5313
|
def _typecheckingstub__9f6468ee4b88bb9dcef8da418cc59d1b3fceed119d2e1ade2c3b9f57b529a31a(
|
|
5314
5314
|
*,
|
|
5315
|
-
configurations: typing.Optional[typing.Union[
|
|
5315
|
+
configurations: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5316
5316
|
data_type: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnComponentType.DataTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5317
5317
|
default_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnComponentType.DataValueProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5318
5318
|
is_external_id: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -5501,7 +5501,7 @@ def _typecheckingstub__bee2e6498d955df8493500bf9e927820daa7a2e32fb446fcd06dfea58
|
|
|
5501
5501
|
|
|
5502
5502
|
def _typecheckingstub__347d62ba072131593e5021b7610bb93a0bbad5f67a110b1404655f0235ef81eb(
|
|
5503
5503
|
*,
|
|
5504
|
-
configuration: typing.Optional[typing.Union[
|
|
5504
|
+
configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5505
5505
|
data_type: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEntity.DataTypeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5506
5506
|
default_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEntity.DataValueProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5507
5507
|
is_external_id: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -5586,7 +5586,7 @@ def _typecheckingstub__80e723b8d84cf2c976c8c38d181a6082d3d8068ee103592ec3b3ba4c1
|
|
|
5586
5586
|
workspace_id: builtins.str,
|
|
5587
5587
|
capabilities: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5588
5588
|
description: typing.Optional[builtins.str] = None,
|
|
5589
|
-
scene_metadata: typing.Optional[typing.Union[
|
|
5589
|
+
scene_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5590
5590
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5591
5591
|
) -> None:
|
|
5592
5592
|
"""Type checking stubs"""
|
|
@@ -5635,7 +5635,7 @@ def _typecheckingstub__27ba1e36c6c22d532bb08da27fcb8c31ccfa0d64c1ea755831c3a22be
|
|
|
5635
5635
|
pass
|
|
5636
5636
|
|
|
5637
5637
|
def _typecheckingstub__fa25c12f7674749ea653aa0c11493d07c4498263f37af0f06244591382f5bba6(
|
|
5638
|
-
value: typing.Optional[typing.Union[
|
|
5638
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
5639
5639
|
) -> None:
|
|
5640
5640
|
"""Type checking stubs"""
|
|
5641
5641
|
pass
|
|
@@ -5653,7 +5653,7 @@ def _typecheckingstub__82a36415e841f5ed3140cd3e0387f54673b74205e417aba4df516fe5c
|
|
|
5653
5653
|
workspace_id: builtins.str,
|
|
5654
5654
|
capabilities: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5655
5655
|
description: typing.Optional[builtins.str] = None,
|
|
5656
|
-
scene_metadata: typing.Optional[typing.Union[
|
|
5656
|
+
scene_metadata: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5657
5657
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
5658
5658
|
) -> None:
|
|
5659
5659
|
"""Type checking stubs"""
|
|
@@ -622,7 +622,7 @@ class CfnDeviceProfile(
|
|
|
622
622
|
*,
|
|
623
623
|
class_b_timeout: typing.Optional[jsii.Number] = None,
|
|
624
624
|
class_c_timeout: typing.Optional[jsii.Number] = None,
|
|
625
|
-
factory_preset_freqs_list: typing.Optional[typing.Union[
|
|
625
|
+
factory_preset_freqs_list: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
626
626
|
mac_version: typing.Optional[builtins.str] = None,
|
|
627
627
|
max_duty_cycle: typing.Optional[jsii.Number] = None,
|
|
628
628
|
max_eirp: typing.Optional[jsii.Number] = None,
|
|
@@ -775,7 +775,7 @@ class CfnDeviceProfile(
|
|
|
775
775
|
@builtins.property
|
|
776
776
|
def factory_preset_freqs_list(
|
|
777
777
|
self,
|
|
778
|
-
) -> typing.Optional[typing.Union[
|
|
778
|
+
) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
|
|
779
779
|
'''The list of values that make up the FactoryPresetFreqs value.
|
|
780
780
|
|
|
781
781
|
Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
|
|
@@ -783,7 +783,7 @@ class CfnDeviceProfile(
|
|
|
783
783
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-deviceprofile-lorawandeviceprofile.html#cfn-iotwireless-deviceprofile-lorawandeviceprofile-factorypresetfreqslist
|
|
784
784
|
'''
|
|
785
785
|
result = self._values.get("factory_preset_freqs_list")
|
|
786
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
786
|
+
return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
|
|
787
787
|
|
|
788
788
|
@builtins.property
|
|
789
789
|
def mac_version(self) -> typing.Optional[builtins.str]:
|
|
@@ -7368,7 +7368,7 @@ def _typecheckingstub__0558c6321ef1b0db79fd3fb29f490ef770458d60ef008b53201feac22
|
|
|
7368
7368
|
*,
|
|
7369
7369
|
class_b_timeout: typing.Optional[jsii.Number] = None,
|
|
7370
7370
|
class_c_timeout: typing.Optional[jsii.Number] = None,
|
|
7371
|
-
factory_preset_freqs_list: typing.Optional[typing.Union[
|
|
7371
|
+
factory_preset_freqs_list: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
7372
7372
|
mac_version: typing.Optional[builtins.str] = None,
|
|
7373
7373
|
max_duty_cycle: typing.Optional[jsii.Number] = None,
|
|
7374
7374
|
max_eirp: typing.Optional[jsii.Number] = None,
|
|
@@ -177,7 +177,7 @@ class CfnConnector(
|
|
|
177
177
|
id: builtins.str,
|
|
178
178
|
*,
|
|
179
179
|
capacity: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.CapacityProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
180
|
-
connector_configuration: typing.Union[
|
|
180
|
+
connector_configuration: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
|
|
181
181
|
connector_name: builtins.str,
|
|
182
182
|
kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.KafkaClusterProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
183
183
|
kafka_cluster_client_authentication: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.KafkaClusterClientAuthenticationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -301,14 +301,14 @@ class CfnConnector(
|
|
|
301
301
|
@jsii.member(jsii_name="connectorConfiguration")
|
|
302
302
|
def connector_configuration(
|
|
303
303
|
self,
|
|
304
|
-
) -> typing.Union[
|
|
304
|
+
) -> typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]:
|
|
305
305
|
'''The configuration of the connector.'''
|
|
306
|
-
return typing.cast(typing.Union[
|
|
306
|
+
return typing.cast(typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b], jsii.get(self, "connectorConfiguration"))
|
|
307
307
|
|
|
308
308
|
@connector_configuration.setter
|
|
309
309
|
def connector_configuration(
|
|
310
310
|
self,
|
|
311
|
-
value: typing.Union[
|
|
311
|
+
value: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
|
|
312
312
|
) -> None:
|
|
313
313
|
if __debug__:
|
|
314
314
|
type_hints = typing.get_type_hints(_typecheckingstub__405d7e0ae6f7748331d41486bdc7f8856109d58d35c557e79a28b1b86a730e8d)
|
|
@@ -1866,7 +1866,7 @@ class CfnConnectorProps:
|
|
|
1866
1866
|
self,
|
|
1867
1867
|
*,
|
|
1868
1868
|
capacity: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.CapacityProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1869
|
-
connector_configuration: typing.Union[
|
|
1869
|
+
connector_configuration: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
|
|
1870
1870
|
connector_name: builtins.str,
|
|
1871
1871
|
kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1872
1872
|
kafka_cluster_client_authentication: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterClientAuthenticationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -2037,14 +2037,14 @@ class CfnConnectorProps:
|
|
|
2037
2037
|
@builtins.property
|
|
2038
2038
|
def connector_configuration(
|
|
2039
2039
|
self,
|
|
2040
|
-
) -> typing.Union[
|
|
2040
|
+
) -> typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]:
|
|
2041
2041
|
'''The configuration of the connector.
|
|
2042
2042
|
|
|
2043
2043
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-connector.html#cfn-kafkaconnect-connector-connectorconfiguration
|
|
2044
2044
|
'''
|
|
2045
2045
|
result = self._values.get("connector_configuration")
|
|
2046
2046
|
assert result is not None, "Required property 'connector_configuration' is missing"
|
|
2047
|
-
return typing.cast(typing.Union[
|
|
2047
|
+
return typing.cast(typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b], result)
|
|
2048
2048
|
|
|
2049
2049
|
@builtins.property
|
|
2050
2050
|
def connector_name(self) -> builtins.str:
|
|
@@ -3065,7 +3065,7 @@ def _typecheckingstub__300d015169800cb7d305cead5c1382d5e67bfb30617c5f51d4668a050
|
|
|
3065
3065
|
id: builtins.str,
|
|
3066
3066
|
*,
|
|
3067
3067
|
capacity: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.CapacityProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
3068
|
-
connector_configuration: typing.Union[
|
|
3068
|
+
connector_configuration: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
|
|
3069
3069
|
connector_name: builtins.str,
|
|
3070
3070
|
kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
3071
3071
|
kafka_cluster_client_authentication: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterClientAuthenticationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
@@ -3100,7 +3100,7 @@ def _typecheckingstub__93190e39585ede0b426e62964acf4d1946b2270b8cdf90fd760fca16b
|
|
|
3100
3100
|
pass
|
|
3101
3101
|
|
|
3102
3102
|
def _typecheckingstub__405d7e0ae6f7748331d41486bdc7f8856109d58d35c557e79a28b1b86a730e8d(
|
|
3103
|
-
value: typing.Union[
|
|
3103
|
+
value: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
|
|
3104
3104
|
) -> None:
|
|
3105
3105
|
"""Type checking stubs"""
|
|
3106
3106
|
pass
|
|
@@ -3316,7 +3316,7 @@ def _typecheckingstub__bc89e20cb6ae15c383691c63107a6550accceb0bd180b844f01270a6c
|
|
|
3316
3316
|
def _typecheckingstub__12463a17cb9c37949b260894212e085ba134c7ff0644cf3913b56f022b888c0b(
|
|
3317
3317
|
*,
|
|
3318
3318
|
capacity: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.CapacityProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
3319
|
-
connector_configuration: typing.Union[
|
|
3319
|
+
connector_configuration: typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b],
|
|
3320
3320
|
connector_name: builtins.str,
|
|
3321
3321
|
kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
3322
3322
|
kafka_cluster_client_authentication: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterClientAuthenticationProperty, typing.Dict[builtins.str, typing.Any]]],
|
aws_cdk/aws_kendra/__init__.py
CHANGED
|
@@ -4482,16 +4482,6 @@ class CfnDataSource(
|
|
|
4482
4482
|
) -> None:
|
|
4483
4483
|
'''Provides the configuration information to connect to an Amazon S3 bucket.
|
|
4484
4484
|
|
|
4485
|
-
.. epigraph::
|
|
4486
|
-
|
|
4487
|
-
Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
4488
|
-
|
|
4489
|
-
You must now use the `TemplateConfiguration <https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html>`_ object instead of the ``S3DataSourceConfiguration`` object to configure your connector.
|
|
4490
|
-
|
|
4491
|
-
Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
4492
|
-
|
|
4493
|
-
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
4494
|
-
|
|
4495
4485
|
:param bucket_name: The name of the bucket that contains the documents.
|
|
4496
4486
|
:param access_control_list_configuration: Provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see `Access control for S3 data sources <https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html>`_ .
|
|
4497
4487
|
:param documents_metadata_configuration: Specifies document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
|
|
@@ -7991,7 +7991,7 @@ class CfnApplicationV2(
|
|
|
7991
7991
|
self,
|
|
7992
7992
|
*,
|
|
7993
7993
|
property_group_id: typing.Optional[builtins.str] = None,
|
|
7994
|
-
property_map: typing.Optional[typing.Union[
|
|
7994
|
+
property_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7995
7995
|
) -> None:
|
|
7996
7996
|
'''Property key-value pairs passed into an application.
|
|
7997
7997
|
|
|
@@ -8036,13 +8036,13 @@ class CfnApplicationV2(
|
|
|
8036
8036
|
@builtins.property
|
|
8037
8037
|
def property_map(
|
|
8038
8038
|
self,
|
|
8039
|
-
) -> typing.Optional[typing.Union[
|
|
8039
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
8040
8040
|
'''Describes the value of an application execution property key-value pair.
|
|
8041
8041
|
|
|
8042
8042
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-propertygroup.html#cfn-kinesisanalyticsv2-application-propertygroup-propertymap
|
|
8043
8043
|
'''
|
|
8044
8044
|
result = self._values.get("property_map")
|
|
8045
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
8045
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
8046
8046
|
|
|
8047
8047
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
8048
8048
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -10132,7 +10132,7 @@ def _typecheckingstub__8ae4c75fdf50e37b0f37ec8f32f3d794ef2977ee8d3e19a501897d6a1
|
|
|
10132
10132
|
def _typecheckingstub__787a26d708f42d32ce10e316ab111f404547d22194f404382b1518c053088d5c(
|
|
10133
10133
|
*,
|
|
10134
10134
|
property_group_id: typing.Optional[builtins.str] = None,
|
|
10135
|
-
property_map: typing.Optional[typing.Union[
|
|
10135
|
+
property_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
10136
10136
|
) -> None:
|
|
10137
10137
|
"""Type checking stubs"""
|
|
10138
10138
|
pass
|
|
@@ -3016,7 +3016,7 @@ class CfnApplication(
|
|
|
3016
3016
|
self,
|
|
3017
3017
|
*,
|
|
3018
3018
|
property_group_id: typing.Optional[builtins.str] = None,
|
|
3019
|
-
property_map: typing.Optional[typing.Union[
|
|
3019
|
+
property_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
3020
3020
|
) -> None:
|
|
3021
3021
|
'''Property key-value pairs passed into an application.
|
|
3022
3022
|
|
|
@@ -3061,13 +3061,13 @@ class CfnApplication(
|
|
|
3061
3061
|
@builtins.property
|
|
3062
3062
|
def property_map(
|
|
3063
3063
|
self,
|
|
3064
|
-
) -> typing.Optional[typing.Union[
|
|
3064
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
3065
3065
|
'''Describes the value of an application execution property key-value pair.
|
|
3066
3066
|
|
|
3067
3067
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-propertygroup.html#cfn-kinesisanalyticsv2-application-propertygroup-propertymap
|
|
3068
3068
|
'''
|
|
3069
3069
|
result = self._values.get("property_map")
|
|
3070
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
3070
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
3071
3071
|
|
|
3072
3072
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3073
3073
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -6403,7 +6403,7 @@ def _typecheckingstub__831ef847ba6b4aa05d6b5eddcd63d92edc89cba0fb5fe37ab1699d158
|
|
|
6403
6403
|
def _typecheckingstub__213ae8cfea97ade17215f173649c99e44895c452433fa86c5a403daa110690b1(
|
|
6404
6404
|
*,
|
|
6405
6405
|
property_group_id: typing.Optional[builtins.str] = None,
|
|
6406
|
-
property_map: typing.Optional[typing.Union[
|
|
6406
|
+
property_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
6407
6407
|
) -> None:
|
|
6408
6408
|
"""Type checking stubs"""
|
|
6409
6409
|
pass
|