aws-cdk-lib 2.212.0__py3-none-any.whl → 2.214.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 +23 -3
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.212.0.jsii.tgz → aws-cdk-lib@2.214.0.jsii.tgz} +0 -0
- aws_cdk/aws_appconfig/__init__.py +18 -6
- aws_cdk/aws_appintegrations/__init__.py +4 -4
- aws_cdk/aws_apprunner/__init__.py +5 -8
- aws_cdk/aws_aps/__init__.py +243 -10
- aws_cdk/aws_b2bi/__init__.py +1015 -128
- aws_cdk/aws_batch/__init__.py +33 -11
- aws_cdk/aws_bedrock/__init__.py +22 -216
- aws_cdk/aws_budgets/__init__.py +18 -0
- aws_cdk/aws_certificatemanager/__init__.py +96 -15
- aws_cdk/aws_cloudformation/__init__.py +3 -3
- aws_cdk/aws_cloudwatch/__init__.py +80 -49
- aws_cdk/aws_cognito/__init__.py +76 -5
- aws_cdk/aws_connect/__init__.py +188 -2
- aws_cdk/aws_datazone/__init__.py +2267 -0
- aws_cdk/aws_deadline/__init__.py +6 -5
- aws_cdk/aws_dynamodb/__init__.py +418 -56
- aws_cdk/aws_ec2/__init__.py +51 -10
- aws_cdk/aws_ecs/__init__.py +288 -25
- aws_cdk/aws_ecs_patterns/__init__.py +2 -0
- aws_cdk/aws_eks/__init__.py +124 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +6 -2
- aws_cdk/aws_entityresolution/__init__.py +107 -0
- aws_cdk/aws_events/__init__.py +153 -55
- aws_cdk/aws_events_targets/__init__.py +87 -36
- aws_cdk/aws_fsx/__init__.py +62 -0
- aws_cdk/aws_gameliftstreams/__init__.py +1 -1
- aws_cdk/aws_glue/__init__.py +205 -23
- aws_cdk/aws_guardduty/__init__.py +205 -100
- aws_cdk/aws_iam/__init__.py +18 -0
- aws_cdk/aws_inspectorv2/__init__.py +125 -80
- aws_cdk/aws_iot/__init__.py +37 -19
- aws_cdk/aws_iotsitewise/__init__.py +111 -75
- aws_cdk/aws_ivs/__init__.py +17 -17
- aws_cdk/aws_kinesisanalytics/__init__.py +122 -3
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +122 -3
- aws_cdk/aws_lambda/__init__.py +23 -2
- aws_cdk/aws_logs/__init__.py +20 -15
- aws_cdk/aws_mediapackagev2/__init__.py +2 -2
- aws_cdk/aws_networkfirewall/__init__.py +6 -6
- aws_cdk/aws_omics/__init__.py +477 -2
- aws_cdk/aws_qbusiness/__init__.py +4 -2
- aws_cdk/aws_rds/__init__.py +132 -4
- aws_cdk/aws_route53/__init__.py +18 -11
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3_deployment/__init__.py +45 -0
- aws_cdk/aws_sagemaker/__init__.py +653 -0
- aws_cdk/aws_servicediscovery/__init__.py +22 -37
- aws_cdk/aws_sns/__init__.py +12 -2
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -1
- aws_cdk/aws_sqs/__init__.py +5 -5
- aws_cdk/aws_ssm/__init__.py +8 -3
- aws_cdk/aws_ssmquicksetup/__init__.py +2 -2
- aws_cdk/aws_synthetics/__init__.py +222 -12
- aws_cdk/aws_transfer/__init__.py +15 -2
- aws_cdk/aws_vpclattice/__init__.py +41 -0
- aws_cdk/aws_workspacesweb/__init__.py +71 -41
- {aws_cdk_lib-2.212.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.212.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/RECORD +65 -65
- {aws_cdk_lib-2.212.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.212.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.212.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.212.0.dist-info → aws_cdk_lib-2.214.0.dist-info}/top_level.txt +0 -0
|
@@ -1536,7 +1536,7 @@ class CfnAssetModel(
|
|
|
1536
1536
|
:param asset_model_external_id: The external ID of the asset model. For more information, see `Using external IDs <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids>`_ in the *AWS IoT SiteWise User Guide* .
|
|
1537
1537
|
:param asset_model_hierarchies: The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see `Asset hierarchies <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 10 hierarchies per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
1538
1538
|
:param asset_model_properties: The property definitions of the asset model. For more information, see `Asset properties <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 200 properties per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
1539
|
-
:param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
|
|
1539
|
+
:param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model. - *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
|
|
1540
1540
|
:param enforced_asset_model_interface_relationships: a list of asset model and interface relationships.
|
|
1541
1541
|
:param tags: A list of key-value pairs that contain metadata for the asset. 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* .
|
|
1542
1542
|
'''
|
|
@@ -2487,11 +2487,11 @@ class CfnAssetModel(
|
|
|
2487
2487
|
asset_model_property_external_id: typing.Optional[builtins.str] = None,
|
|
2488
2488
|
asset_model_property_logical_id: typing.Optional[builtins.str] = None,
|
|
2489
2489
|
) -> None:
|
|
2490
|
-
'''Contains information about
|
|
2490
|
+
'''Contains information about applied interface property and asset model property.
|
|
2491
2491
|
|
|
2492
|
-
:param interface_asset_model_property_external_id: The external ID of the
|
|
2493
|
-
:param asset_model_property_external_id: The external ID of the
|
|
2494
|
-
:param asset_model_property_logical_id: The logical ID of the
|
|
2492
|
+
:param interface_asset_model_property_external_id: The external ID of the applied interface property.
|
|
2493
|
+
:param asset_model_property_external_id: The external ID of the linked asset model property.
|
|
2494
|
+
:param asset_model_property_logical_id: The logical ID of the linked asset model property.
|
|
2495
2495
|
|
|
2496
2496
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html
|
|
2497
2497
|
:exampleMetadata: fixture=_generated
|
|
@@ -2525,7 +2525,7 @@ class CfnAssetModel(
|
|
|
2525
2525
|
|
|
2526
2526
|
@builtins.property
|
|
2527
2527
|
def interface_asset_model_property_external_id(self) -> builtins.str:
|
|
2528
|
-
'''The external ID of the
|
|
2528
|
+
'''The external ID of the applied interface property.
|
|
2529
2529
|
|
|
2530
2530
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-interfaceassetmodelpropertyexternalid
|
|
2531
2531
|
'''
|
|
@@ -2535,7 +2535,7 @@ class CfnAssetModel(
|
|
|
2535
2535
|
|
|
2536
2536
|
@builtins.property
|
|
2537
2537
|
def asset_model_property_external_id(self) -> typing.Optional[builtins.str]:
|
|
2538
|
-
'''The external ID of the
|
|
2538
|
+
'''The external ID of the linked asset model property.
|
|
2539
2539
|
|
|
2540
2540
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertyexternalid
|
|
2541
2541
|
'''
|
|
@@ -2544,7 +2544,7 @@ class CfnAssetModel(
|
|
|
2544
2544
|
|
|
2545
2545
|
@builtins.property
|
|
2546
2546
|
def asset_model_property_logical_id(self) -> typing.Optional[builtins.str]:
|
|
2547
|
-
'''The logical ID of the
|
|
2547
|
+
'''The logical ID of the linked asset model property.
|
|
2548
2548
|
|
|
2549
2549
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertylogicalid
|
|
2550
2550
|
'''
|
|
@@ -2577,10 +2577,10 @@ class CfnAssetModel(
|
|
|
2577
2577
|
interface_asset_model_id: typing.Optional[builtins.str] = None,
|
|
2578
2578
|
property_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2579
2579
|
) -> None:
|
|
2580
|
-
'''Contains information about
|
|
2580
|
+
'''Contains information about applied interface hierarchy and asset model hierarchy.
|
|
2581
2581
|
|
|
2582
|
-
:param interface_asset_model_id: The ID of the
|
|
2583
|
-
:param property_mappings:
|
|
2582
|
+
:param interface_asset_model_id: The ID of the asset model that has the interface applied to it.
|
|
2583
|
+
:param property_mappings: A list of property mappings between the interface asset model and the asset model where the interface is applied.
|
|
2584
2584
|
|
|
2585
2585
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html
|
|
2586
2586
|
:exampleMetadata: fixture=_generated
|
|
@@ -2614,7 +2614,7 @@ class CfnAssetModel(
|
|
|
2614
2614
|
|
|
2615
2615
|
@builtins.property
|
|
2616
2616
|
def interface_asset_model_id(self) -> typing.Optional[builtins.str]:
|
|
2617
|
-
'''The ID of the
|
|
2617
|
+
'''The ID of the asset model that has the interface applied to it.
|
|
2618
2618
|
|
|
2619
2619
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-interfaceassetmodelid
|
|
2620
2620
|
'''
|
|
@@ -2625,7 +2625,7 @@ class CfnAssetModel(
|
|
|
2625
2625
|
def property_mappings(
|
|
2626
2626
|
self,
|
|
2627
2627
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty"]]]]:
|
|
2628
|
-
'''
|
|
2628
|
+
'''A list of property mappings between the interface asset model and the asset model where the interface is applied.
|
|
2629
2629
|
|
|
2630
2630
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-propertymappings
|
|
2631
2631
|
'''
|
|
@@ -3542,7 +3542,7 @@ class CfnAssetModelProps:
|
|
|
3542
3542
|
:param asset_model_external_id: The external ID of the asset model. For more information, see `Using external IDs <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids>`_ in the *AWS IoT SiteWise User Guide* .
|
|
3543
3543
|
:param asset_model_hierarchies: The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see `Asset hierarchies <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 10 hierarchies per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
3544
3544
|
:param asset_model_properties: The property definitions of the asset model. For more information, see `Asset properties <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 200 properties per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
3545
|
-
:param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
|
|
3545
|
+
:param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model. - *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
|
|
3546
3546
|
:param enforced_asset_model_interface_relationships: a list of asset model and interface relationships.
|
|
3547
3547
|
:param tags: A list of key-value pairs that contain metadata for the asset. 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* .
|
|
3548
3548
|
|
|
@@ -3834,6 +3834,7 @@ class CfnAssetModelProps:
|
|
|
3834
3834
|
|
|
3835
3835
|
- *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.
|
|
3836
3836
|
- *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
|
|
3837
|
+
- *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
|
|
3837
3838
|
|
|
3838
3839
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-assetmodel.html#cfn-iotsitewise-assetmodel-assetmodeltype
|
|
3839
3840
|
'''
|
|
@@ -4068,7 +4069,7 @@ class CfnComputationModel(
|
|
|
4068
4069
|
metaclass=jsii.JSIIMeta,
|
|
4069
4070
|
jsii_type="aws-cdk-lib.aws_iotsitewise.CfnComputationModel",
|
|
4070
4071
|
):
|
|
4071
|
-
'''
|
|
4072
|
+
'''Create a computation model with a configuration and data binding.
|
|
4072
4073
|
|
|
4073
4074
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
|
|
4074
4075
|
:cloudformationResource: AWS::IoTSiteWise::ComputationModel
|
|
@@ -4127,11 +4128,11 @@ class CfnComputationModel(
|
|
|
4127
4128
|
'''
|
|
4128
4129
|
:param scope: Scope in which this resource is defined.
|
|
4129
4130
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
4130
|
-
:param computation_model_configuration:
|
|
4131
|
-
:param computation_model_data_binding:
|
|
4131
|
+
:param computation_model_configuration: The configuration for the computation model.
|
|
4132
|
+
:param computation_model_data_binding: The data binding for the computation model. Key is a variable name defined in configuration. Value is a ``ComputationModelDataBindingValue`` referenced by the variable.
|
|
4132
4133
|
:param computation_model_name: The name of the computation model.
|
|
4133
|
-
:param computation_model_description:
|
|
4134
|
-
:param tags:
|
|
4134
|
+
:param computation_model_description: The description of the computation model.
|
|
4135
|
+
:param tags: A list of key-value pairs that contain metadata for the asset. 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* .
|
|
4135
4136
|
'''
|
|
4136
4137
|
if __debug__:
|
|
4137
4138
|
type_hints = typing.get_type_hints(_typecheckingstub__566bf1711c9dcacb9cb88add46c2c4e157208bdce4a774ccb256a7d21c68de89)
|
|
@@ -4180,7 +4181,9 @@ class CfnComputationModel(
|
|
|
4180
4181
|
@builtins.property
|
|
4181
4182
|
@jsii.member(jsii_name="attrComputationModelArn")
|
|
4182
4183
|
def attr_computation_model_arn(self) -> builtins.str:
|
|
4183
|
-
'''The ARN of the computation model.
|
|
4184
|
+
'''The ARN of the computation model, which has the following format.
|
|
4185
|
+
|
|
4186
|
+
``arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}``
|
|
4184
4187
|
|
|
4185
4188
|
:cloudformationAttribute: ComputationModelArn
|
|
4186
4189
|
'''
|
|
@@ -4211,6 +4214,7 @@ class CfnComputationModel(
|
|
|
4211
4214
|
def computation_model_configuration(
|
|
4212
4215
|
self,
|
|
4213
4216
|
) -> typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"]:
|
|
4217
|
+
'''The configuration for the computation model.'''
|
|
4214
4218
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"], jsii.get(self, "computationModelConfiguration"))
|
|
4215
4219
|
|
|
4216
4220
|
@computation_model_configuration.setter
|
|
@@ -4228,6 +4232,7 @@ class CfnComputationModel(
|
|
|
4228
4232
|
def computation_model_data_binding(
|
|
4229
4233
|
self,
|
|
4230
4234
|
) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]:
|
|
4235
|
+
'''The data binding for the computation model.'''
|
|
4231
4236
|
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]], jsii.get(self, "computationModelDataBinding"))
|
|
4232
4237
|
|
|
4233
4238
|
@computation_model_data_binding.setter
|
|
@@ -4256,7 +4261,7 @@ class CfnComputationModel(
|
|
|
4256
4261
|
@builtins.property
|
|
4257
4262
|
@jsii.member(jsii_name="computationModelDescription")
|
|
4258
4263
|
def computation_model_description(self) -> typing.Optional[builtins.str]:
|
|
4259
|
-
'''
|
|
4264
|
+
'''The description of the computation model.'''
|
|
4260
4265
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "computationModelDescription"))
|
|
4261
4266
|
|
|
4262
4267
|
@computation_model_description.setter
|
|
@@ -4272,7 +4277,7 @@ class CfnComputationModel(
|
|
|
4272
4277
|
@builtins.property
|
|
4273
4278
|
@jsii.member(jsii_name="tags")
|
|
4274
4279
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
4275
|
-
'''
|
|
4280
|
+
'''A list of key-value pairs that contain metadata for the asset.'''
|
|
4276
4281
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
4277
4282
|
|
|
4278
4283
|
@tags.setter
|
|
@@ -4297,9 +4302,10 @@ class CfnComputationModel(
|
|
|
4297
4302
|
input_properties: builtins.str,
|
|
4298
4303
|
result_property: builtins.str,
|
|
4299
4304
|
) -> None:
|
|
4300
|
-
'''
|
|
4301
|
-
|
|
4302
|
-
:param
|
|
4305
|
+
'''Contains the configuration for anomaly detection computation models.
|
|
4306
|
+
|
|
4307
|
+
:param input_properties: The list of input properties for the anomaly detection model.
|
|
4308
|
+
:param result_property: The property where the anomaly detection results will be stored.
|
|
4303
4309
|
|
|
4304
4310
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html
|
|
4305
4311
|
:exampleMetadata: fixture=_generated
|
|
@@ -4326,7 +4332,7 @@ class CfnComputationModel(
|
|
|
4326
4332
|
|
|
4327
4333
|
@builtins.property
|
|
4328
4334
|
def input_properties(self) -> builtins.str:
|
|
4329
|
-
'''
|
|
4335
|
+
'''The list of input properties for the anomaly detection model.
|
|
4330
4336
|
|
|
4331
4337
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-inputproperties
|
|
4332
4338
|
'''
|
|
@@ -4336,7 +4342,7 @@ class CfnComputationModel(
|
|
|
4336
4342
|
|
|
4337
4343
|
@builtins.property
|
|
4338
4344
|
def result_property(self) -> builtins.str:
|
|
4339
|
-
'''
|
|
4345
|
+
'''The property where the anomaly detection results will be stored.
|
|
4340
4346
|
|
|
4341
4347
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-resultproperty
|
|
4342
4348
|
'''
|
|
@@ -4367,9 +4373,10 @@ class CfnComputationModel(
|
|
|
4367
4373
|
asset_model_id: builtins.str,
|
|
4368
4374
|
property_id: builtins.str,
|
|
4369
4375
|
) -> None:
|
|
4370
|
-
'''
|
|
4371
|
-
|
|
4372
|
-
:param
|
|
4376
|
+
'''Contains information about an ``assetModelProperty`` binding value.
|
|
4377
|
+
|
|
4378
|
+
:param asset_model_id: The ID of the asset model, in UUID format.
|
|
4379
|
+
:param property_id: The ID of the asset model property used in data binding value.
|
|
4373
4380
|
|
|
4374
4381
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html
|
|
4375
4382
|
:exampleMetadata: fixture=_generated
|
|
@@ -4396,7 +4403,7 @@ class CfnComputationModel(
|
|
|
4396
4403
|
|
|
4397
4404
|
@builtins.property
|
|
4398
4405
|
def asset_model_id(self) -> builtins.str:
|
|
4399
|
-
'''The ID of the asset model.
|
|
4406
|
+
'''The ID of the asset model, in UUID format.
|
|
4400
4407
|
|
|
4401
4408
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-assetmodelid
|
|
4402
4409
|
'''
|
|
@@ -4406,7 +4413,7 @@ class CfnComputationModel(
|
|
|
4406
4413
|
|
|
4407
4414
|
@builtins.property
|
|
4408
4415
|
def property_id(self) -> builtins.str:
|
|
4409
|
-
'''The ID of the asset model property.
|
|
4416
|
+
'''The ID of the asset model property used in data binding value.
|
|
4410
4417
|
|
|
4411
4418
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-propertyid
|
|
4412
4419
|
'''
|
|
@@ -4437,9 +4444,12 @@ class CfnComputationModel(
|
|
|
4437
4444
|
asset_id: builtins.str,
|
|
4438
4445
|
property_id: builtins.str,
|
|
4439
4446
|
) -> None:
|
|
4440
|
-
'''
|
|
4441
|
-
|
|
4442
|
-
|
|
4447
|
+
'''Represents a data binding value referencing a specific asset property.
|
|
4448
|
+
|
|
4449
|
+
It's used to bind computation model variables to actual asset property values for processing.
|
|
4450
|
+
|
|
4451
|
+
:param asset_id: The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.
|
|
4452
|
+
:param property_id: The ID of the property within the asset. This identifies the specific property's value used in the computation model.
|
|
4443
4453
|
|
|
4444
4454
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html
|
|
4445
4455
|
:exampleMetadata: fixture=_generated
|
|
@@ -4466,7 +4476,9 @@ class CfnComputationModel(
|
|
|
4466
4476
|
|
|
4467
4477
|
@builtins.property
|
|
4468
4478
|
def asset_id(self) -> builtins.str:
|
|
4469
|
-
'''The ID of the asset.
|
|
4479
|
+
'''The ID of the asset containing the property.
|
|
4480
|
+
|
|
4481
|
+
This identifies the specific asset instance's property value used in the computation model.
|
|
4470
4482
|
|
|
4471
4483
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-assetid
|
|
4472
4484
|
'''
|
|
@@ -4476,7 +4488,9 @@ class CfnComputationModel(
|
|
|
4476
4488
|
|
|
4477
4489
|
@builtins.property
|
|
4478
4490
|
def property_id(self) -> builtins.str:
|
|
4479
|
-
'''The ID of the asset
|
|
4491
|
+
'''The ID of the property within the asset.
|
|
4492
|
+
|
|
4493
|
+
This identifies the specific property's value used in the computation model.
|
|
4480
4494
|
|
|
4481
4495
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-propertyid
|
|
4482
4496
|
'''
|
|
@@ -4506,8 +4520,9 @@ class CfnComputationModel(
|
|
|
4506
4520
|
*,
|
|
4507
4521
|
anomaly_detection: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4508
4522
|
) -> None:
|
|
4509
|
-
'''
|
|
4510
|
-
|
|
4523
|
+
'''The configuration for the computation model.
|
|
4524
|
+
|
|
4525
|
+
:param anomaly_detection: The configuration for the anomaly detection type of computation model.
|
|
4511
4526
|
|
|
4512
4527
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html
|
|
4513
4528
|
:exampleMetadata: fixture=_generated
|
|
@@ -4536,7 +4551,8 @@ class CfnComputationModel(
|
|
|
4536
4551
|
def anomaly_detection(
|
|
4537
4552
|
self,
|
|
4538
4553
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty"]]:
|
|
4539
|
-
'''
|
|
4554
|
+
'''The configuration for the anomaly detection type of computation model.
|
|
4555
|
+
|
|
4540
4556
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection
|
|
4541
4557
|
'''
|
|
4542
4558
|
result = self._values.get("anomaly_detection")
|
|
@@ -4570,10 +4586,11 @@ class CfnComputationModel(
|
|
|
4570
4586
|
asset_property: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AssetPropertyBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4571
4587
|
list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.ComputationModelDataBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4572
4588
|
) -> None:
|
|
4573
|
-
'''
|
|
4574
|
-
|
|
4575
|
-
:param
|
|
4576
|
-
:param
|
|
4589
|
+
'''Contains computation model data binding value information, which can be one of ``assetModelProperty`` , ``list`` .
|
|
4590
|
+
|
|
4591
|
+
:param asset_model_property: Specifies an asset model property data binding value.
|
|
4592
|
+
:param asset_property: The asset property value used for computation model data binding.
|
|
4593
|
+
:param list: Specifies a list of data binding value.
|
|
4577
4594
|
|
|
4578
4595
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html
|
|
4579
4596
|
:exampleMetadata: fixture=_generated
|
|
@@ -4615,7 +4632,8 @@ class CfnComputationModel(
|
|
|
4615
4632
|
def asset_model_property(
|
|
4616
4633
|
self,
|
|
4617
4634
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetModelPropertyBindingValueProperty"]]:
|
|
4618
|
-
'''
|
|
4635
|
+
'''Specifies an asset model property data binding value.
|
|
4636
|
+
|
|
4619
4637
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetmodelproperty
|
|
4620
4638
|
'''
|
|
4621
4639
|
result = self._values.get("asset_model_property")
|
|
@@ -4625,7 +4643,8 @@ class CfnComputationModel(
|
|
|
4625
4643
|
def asset_property(
|
|
4626
4644
|
self,
|
|
4627
4645
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetPropertyBindingValueProperty"]]:
|
|
4628
|
-
'''
|
|
4646
|
+
'''The asset property value used for computation model data binding.
|
|
4647
|
+
|
|
4629
4648
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetproperty
|
|
4630
4649
|
'''
|
|
4631
4650
|
result = self._values.get("asset_property")
|
|
@@ -4635,7 +4654,7 @@ class CfnComputationModel(
|
|
|
4635
4654
|
def list(
|
|
4636
4655
|
self,
|
|
4637
4656
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]]:
|
|
4638
|
-
'''
|
|
4657
|
+
'''Specifies a list of data binding value.
|
|
4639
4658
|
|
|
4640
4659
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-list
|
|
4641
4660
|
'''
|
|
@@ -4677,11 +4696,11 @@ class CfnComputationModelProps:
|
|
|
4677
4696
|
) -> None:
|
|
4678
4697
|
'''Properties for defining a ``CfnComputationModel``.
|
|
4679
4698
|
|
|
4680
|
-
:param computation_model_configuration:
|
|
4681
|
-
:param computation_model_data_binding:
|
|
4699
|
+
:param computation_model_configuration: The configuration for the computation model.
|
|
4700
|
+
:param computation_model_data_binding: The data binding for the computation model. Key is a variable name defined in configuration. Value is a ``ComputationModelDataBindingValue`` referenced by the variable.
|
|
4682
4701
|
:param computation_model_name: The name of the computation model.
|
|
4683
|
-
:param computation_model_description:
|
|
4684
|
-
:param tags:
|
|
4702
|
+
:param computation_model_description: The description of the computation model.
|
|
4703
|
+
:param tags: A list of key-value pairs that contain metadata for the asset. 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* .
|
|
4685
4704
|
|
|
4686
4705
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
|
|
4687
4706
|
:exampleMetadata: fixture=_generated
|
|
@@ -4745,7 +4764,8 @@ class CfnComputationModelProps:
|
|
|
4745
4764
|
def computation_model_configuration(
|
|
4746
4765
|
self,
|
|
4747
4766
|
) -> typing.Union[_IResolvable_da3f097b, CfnComputationModel.ComputationModelConfigurationProperty]:
|
|
4748
|
-
'''
|
|
4767
|
+
'''The configuration for the computation model.
|
|
4768
|
+
|
|
4749
4769
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration
|
|
4750
4770
|
'''
|
|
4751
4771
|
result = self._values.get("computation_model_configuration")
|
|
@@ -4756,7 +4776,10 @@ class CfnComputationModelProps:
|
|
|
4756
4776
|
def computation_model_data_binding(
|
|
4757
4777
|
self,
|
|
4758
4778
|
) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnComputationModel.ComputationModelDataBindingValueProperty]]]:
|
|
4759
|
-
'''
|
|
4779
|
+
'''The data binding for the computation model.
|
|
4780
|
+
|
|
4781
|
+
Key is a variable name defined in configuration. Value is a ``ComputationModelDataBindingValue`` referenced by the variable.
|
|
4782
|
+
|
|
4760
4783
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldatabinding
|
|
4761
4784
|
'''
|
|
4762
4785
|
result = self._values.get("computation_model_data_binding")
|
|
@@ -4775,7 +4798,7 @@ class CfnComputationModelProps:
|
|
|
4775
4798
|
|
|
4776
4799
|
@builtins.property
|
|
4777
4800
|
def computation_model_description(self) -> typing.Optional[builtins.str]:
|
|
4778
|
-
'''
|
|
4801
|
+
'''The description of the computation model.
|
|
4779
4802
|
|
|
4780
4803
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldescription
|
|
4781
4804
|
'''
|
|
@@ -4784,7 +4807,9 @@ class CfnComputationModelProps:
|
|
|
4784
4807
|
|
|
4785
4808
|
@builtins.property
|
|
4786
4809
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
4787
|
-
'''
|
|
4810
|
+
'''A list of key-value pairs that contain metadata for the asset.
|
|
4811
|
+
|
|
4812
|
+
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* .
|
|
4788
4813
|
|
|
4789
4814
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-tags
|
|
4790
4815
|
'''
|
|
@@ -5137,7 +5162,7 @@ class CfnDataset(
|
|
|
5137
5162
|
metaclass=jsii.JSIIMeta,
|
|
5138
5163
|
jsii_type="aws-cdk-lib.aws_iotsitewise.CfnDataset",
|
|
5139
5164
|
):
|
|
5140
|
-
'''
|
|
5165
|
+
'''Creates a dataset to connect an external datasource.
|
|
5141
5166
|
|
|
5142
5167
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
|
|
5143
5168
|
:cloudformationResource: AWS::IoTSiteWise::Dataset
|
|
@@ -5187,9 +5212,9 @@ class CfnDataset(
|
|
|
5187
5212
|
:param scope: Scope in which this resource is defined.
|
|
5188
5213
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5189
5214
|
:param dataset_name: The name of the dataset.
|
|
5190
|
-
:param dataset_source:
|
|
5215
|
+
:param dataset_source: The data source for the dataset.
|
|
5191
5216
|
:param dataset_description: A description about the dataset, and its functionality.
|
|
5192
|
-
:param tags:
|
|
5217
|
+
:param tags: A list of key-value pairs that contain metadata for the access policy. 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* .
|
|
5193
5218
|
'''
|
|
5194
5219
|
if __debug__:
|
|
5195
5220
|
type_hints = typing.get_type_hints(_typecheckingstub__44369ff07e07f1dbb28102a65eb5a8e6317f5b2e832b326cf3fc0bef13d7e1cc)
|
|
@@ -5237,7 +5262,9 @@ class CfnDataset(
|
|
|
5237
5262
|
@builtins.property
|
|
5238
5263
|
@jsii.member(jsii_name="attrDatasetArn")
|
|
5239
5264
|
def attr_dataset_arn(self) -> builtins.str:
|
|
5240
|
-
'''The ARN of the dataset.
|
|
5265
|
+
'''The ARN of the dataset, which has the following format.
|
|
5266
|
+
|
|
5267
|
+
``arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}``
|
|
5241
5268
|
|
|
5242
5269
|
:cloudformationAttribute: DatasetArn
|
|
5243
5270
|
'''
|
|
@@ -5281,6 +5308,7 @@ class CfnDataset(
|
|
|
5281
5308
|
def dataset_source(
|
|
5282
5309
|
self,
|
|
5283
5310
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"]:
|
|
5311
|
+
'''The data source for the dataset.'''
|
|
5284
5312
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"], jsii.get(self, "datasetSource"))
|
|
5285
5313
|
|
|
5286
5314
|
@dataset_source.setter
|
|
@@ -5309,7 +5337,7 @@ class CfnDataset(
|
|
|
5309
5337
|
@builtins.property
|
|
5310
5338
|
@jsii.member(jsii_name="tags")
|
|
5311
5339
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
5312
|
-
'''
|
|
5340
|
+
'''A list of key-value pairs that contain metadata for the access policy.'''
|
|
5313
5341
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
5314
5342
|
|
|
5315
5343
|
@tags.setter
|
|
@@ -5336,10 +5364,11 @@ class CfnDataset(
|
|
|
5336
5364
|
source_type: builtins.str,
|
|
5337
5365
|
source_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.SourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5338
5366
|
) -> None:
|
|
5339
|
-
'''
|
|
5367
|
+
'''The data source for the dataset.
|
|
5368
|
+
|
|
5340
5369
|
:param source_format: The format of the dataset source associated with the dataset.
|
|
5341
5370
|
:param source_type: The type of data source for the dataset.
|
|
5342
|
-
:param source_detail:
|
|
5371
|
+
:param source_detail: The details of the dataset source associated with the dataset.
|
|
5343
5372
|
|
|
5344
5373
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html
|
|
5345
5374
|
:exampleMetadata: fixture=_generated
|
|
@@ -5399,7 +5428,8 @@ class CfnDataset(
|
|
|
5399
5428
|
def source_detail(
|
|
5400
5429
|
self,
|
|
5401
5430
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.SourceDetailProperty"]]:
|
|
5402
|
-
'''
|
|
5431
|
+
'''The details of the dataset source associated with the dataset.
|
|
5432
|
+
|
|
5403
5433
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html#cfn-iotsitewise-dataset-datasetsource-sourcedetail
|
|
5404
5434
|
'''
|
|
5405
5435
|
result = self._values.get("source_detail")
|
|
@@ -5428,9 +5458,10 @@ class CfnDataset(
|
|
|
5428
5458
|
knowledge_base_arn: builtins.str,
|
|
5429
5459
|
role_arn: builtins.str,
|
|
5430
5460
|
) -> None:
|
|
5431
|
-
'''
|
|
5432
|
-
|
|
5433
|
-
:param
|
|
5461
|
+
'''The source details for the Kendra dataset source.
|
|
5462
|
+
|
|
5463
|
+
:param knowledge_base_arn: The ``knowledgeBaseArn`` details for the Kendra dataset source.
|
|
5464
|
+
:param role_arn: The ``roleARN`` details for the Kendra dataset source.
|
|
5434
5465
|
|
|
5435
5466
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html
|
|
5436
5467
|
:exampleMetadata: fixture=_generated
|
|
@@ -5457,7 +5488,7 @@ class CfnDataset(
|
|
|
5457
5488
|
|
|
5458
5489
|
@builtins.property
|
|
5459
5490
|
def knowledge_base_arn(self) -> builtins.str:
|
|
5460
|
-
'''The knowledgeBaseArn details for the Kendra dataset source.
|
|
5491
|
+
'''The ``knowledgeBaseArn`` details for the Kendra dataset source.
|
|
5461
5492
|
|
|
5462
5493
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-knowledgebasearn
|
|
5463
5494
|
'''
|
|
@@ -5467,7 +5498,7 @@ class CfnDataset(
|
|
|
5467
5498
|
|
|
5468
5499
|
@builtins.property
|
|
5469
5500
|
def role_arn(self) -> builtins.str:
|
|
5470
|
-
'''The roleARN details for the Kendra dataset source.
|
|
5501
|
+
'''The ``roleARN`` details for the Kendra dataset source.
|
|
5471
5502
|
|
|
5472
5503
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-rolearn
|
|
5473
5504
|
'''
|
|
@@ -5497,8 +5528,9 @@ class CfnDataset(
|
|
|
5497
5528
|
*,
|
|
5498
5529
|
kendra: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.KendraSourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5499
5530
|
) -> None:
|
|
5500
|
-
'''
|
|
5501
|
-
|
|
5531
|
+
'''The details of the dataset source associated with the dataset.
|
|
5532
|
+
|
|
5533
|
+
:param kendra: Contains details about the Kendra dataset source.
|
|
5502
5534
|
|
|
5503
5535
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html
|
|
5504
5536
|
:exampleMetadata: fixture=_generated
|
|
@@ -5527,7 +5559,8 @@ class CfnDataset(
|
|
|
5527
5559
|
def kendra(
|
|
5528
5560
|
self,
|
|
5529
5561
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.KendraSourceDetailProperty"]]:
|
|
5530
|
-
'''
|
|
5562
|
+
'''Contains details about the Kendra dataset source.
|
|
5563
|
+
|
|
5531
5564
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html#cfn-iotsitewise-dataset-sourcedetail-kendra
|
|
5532
5565
|
'''
|
|
5533
5566
|
result = self._values.get("kendra")
|
|
@@ -5567,9 +5600,9 @@ class CfnDatasetProps:
|
|
|
5567
5600
|
'''Properties for defining a ``CfnDataset``.
|
|
5568
5601
|
|
|
5569
5602
|
:param dataset_name: The name of the dataset.
|
|
5570
|
-
:param dataset_source:
|
|
5603
|
+
:param dataset_source: The data source for the dataset.
|
|
5571
5604
|
:param dataset_description: A description about the dataset, and its functionality.
|
|
5572
|
-
:param tags:
|
|
5605
|
+
:param tags: A list of key-value pairs that contain metadata for the access policy. 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* .
|
|
5573
5606
|
|
|
5574
5607
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
|
|
5575
5608
|
:exampleMetadata: fixture=_generated
|
|
@@ -5632,7 +5665,8 @@ class CfnDatasetProps:
|
|
|
5632
5665
|
def dataset_source(
|
|
5633
5666
|
self,
|
|
5634
5667
|
) -> typing.Union[_IResolvable_da3f097b, CfnDataset.DatasetSourceProperty]:
|
|
5635
|
-
'''
|
|
5668
|
+
'''The data source for the dataset.
|
|
5669
|
+
|
|
5636
5670
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-datasetsource
|
|
5637
5671
|
'''
|
|
5638
5672
|
result = self._values.get("dataset_source")
|
|
@@ -5650,7 +5684,9 @@ class CfnDatasetProps:
|
|
|
5650
5684
|
|
|
5651
5685
|
@builtins.property
|
|
5652
5686
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
5653
|
-
'''
|
|
5687
|
+
'''A list of key-value pairs that contain metadata for the access policy.
|
|
5688
|
+
|
|
5689
|
+
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* .
|
|
5654
5690
|
|
|
5655
5691
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-tags
|
|
5656
5692
|
'''
|