aws-cdk-lib 2.128.0__py3-none-any.whl → 2.129.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (98) hide show
  1. aws_cdk/__init__.py +2 -10
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.128.0.jsii.tgz → aws-cdk-lib@2.129.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +6 -24
  5. aws_cdk/aws_amplify/__init__.py +1 -2
  6. aws_cdk/aws_appconfig/__init__.py +0 -16
  7. aws_cdk/aws_applicationautoscaling/__init__.py +55 -22
  8. aws_cdk/aws_appstream/__init__.py +14 -14
  9. aws_cdk/aws_appsync/__init__.py +334 -3
  10. aws_cdk/aws_autoscaling/__init__.py +11 -7
  11. aws_cdk/aws_batch/__init__.py +137 -16
  12. aws_cdk/aws_cleanrooms/__init__.py +1 -2
  13. aws_cdk/aws_cloudformation/__init__.py +2 -10
  14. aws_cdk/aws_cloudfront/__init__.py +15 -8
  15. aws_cdk/aws_cloudfront/experimental/__init__.py +22 -0
  16. aws_cdk/aws_cloudfront_origins/__init__.py +332 -0
  17. aws_cdk/aws_cloudtrail/__init__.py +12 -2
  18. aws_cdk/aws_cloudwatch/__init__.py +4 -0
  19. aws_cdk/aws_codepipeline/__init__.py +463 -11
  20. aws_cdk/aws_cognito/__init__.py +0 -9
  21. aws_cdk/aws_config/__init__.py +2 -2
  22. aws_cdk/aws_connect/__init__.py +6 -1
  23. aws_cdk/aws_controltower/__init__.py +527 -7
  24. aws_cdk/aws_datasync/__init__.py +2 -2
  25. aws_cdk/aws_directoryservice/__init__.py +2 -3
  26. aws_cdk/aws_dynamodb/__init__.py +7 -0
  27. aws_cdk/aws_ec2/__init__.py +117 -210
  28. aws_cdk/aws_ecs/__init__.py +537 -3
  29. aws_cdk/aws_eks/__init__.py +1 -1
  30. aws_cdk/aws_elasticache/__init__.py +27 -20
  31. aws_cdk/aws_elasticloadbalancingv2/__init__.py +3 -4
  32. aws_cdk/aws_emr/__init__.py +23 -3
  33. aws_cdk/aws_events_targets/__init__.py +64 -20
  34. aws_cdk/aws_fis/__init__.py +4 -4
  35. aws_cdk/aws_frauddetector/__init__.py +3 -3
  36. aws_cdk/aws_globalaccelerator/__init__.py +2 -6
  37. aws_cdk/aws_glue/__init__.py +84 -55
  38. aws_cdk/aws_groundstation/__init__.py +8 -12
  39. aws_cdk/aws_guardduty/__init__.py +74 -70
  40. aws_cdk/aws_iam/__init__.py +16 -23
  41. aws_cdk/aws_imagebuilder/__init__.py +178 -156
  42. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  43. aws_cdk/aws_iot/__init__.py +17 -10
  44. aws_cdk/aws_iotevents/__init__.py +4 -4
  45. aws_cdk/aws_iotfleetwise/__init__.py +10 -5
  46. aws_cdk/aws_iottwinmaker/__init__.py +3 -5
  47. aws_cdk/aws_iotwireless/__init__.py +35 -23
  48. aws_cdk/aws_kendra/__init__.py +36 -15
  49. aws_cdk/aws_kinesisfirehose/__init__.py +155 -114
  50. aws_cdk/aws_lambda/__init__.py +157 -12
  51. aws_cdk/aws_lambda_nodejs/__init__.py +22 -0
  52. aws_cdk/aws_lightsail/__init__.py +14 -18
  53. aws_cdk/aws_logs/__init__.py +15 -15
  54. aws_cdk/aws_mediaconnect/__init__.py +5 -3
  55. aws_cdk/aws_medialive/__init__.py +3 -12
  56. aws_cdk/aws_mediapackagev2/__init__.py +287 -286
  57. aws_cdk/aws_mediatailor/__init__.py +2 -2
  58. aws_cdk/aws_memorydb/__init__.py +2 -2
  59. aws_cdk/aws_msk/__init__.py +6 -3
  60. aws_cdk/aws_mwaa/__init__.py +10 -5
  61. aws_cdk/aws_neptunegraph/__init__.py +84 -66
  62. aws_cdk/aws_networkfirewall/__init__.py +5 -8
  63. aws_cdk/aws_networkmanager/__init__.py +3 -3
  64. aws_cdk/aws_nimblestudio/__init__.py +2 -4
  65. aws_cdk/aws_opensearchservice/__init__.py +6 -7
  66. aws_cdk/aws_osis/__init__.py +1 -3
  67. aws_cdk/aws_pinpoint/__init__.py +5 -5
  68. aws_cdk/aws_pipes/__init__.py +5 -5
  69. aws_cdk/aws_quicksight/__init__.py +5 -10
  70. aws_cdk/aws_rds/__init__.py +38 -21
  71. aws_cdk/aws_redshift/__init__.py +9 -5
  72. aws_cdk/aws_redshiftserverless/__init__.py +62 -38
  73. aws_cdk/aws_rolesanywhere/__init__.py +41 -53
  74. aws_cdk/aws_route53/__init__.py +532 -6
  75. aws_cdk/aws_route53recoverycontrol/__init__.py +1 -3
  76. aws_cdk/aws_route53recoveryreadiness/__init__.py +2 -2
  77. aws_cdk/aws_route53resolver/__init__.py +1 -4
  78. aws_cdk/aws_s3/__init__.py +3 -1
  79. aws_cdk/aws_s3objectlambda/__init__.py +7 -4
  80. aws_cdk/aws_s3outposts/__init__.py +1 -1
  81. aws_cdk/aws_sagemaker/__init__.py +111 -11
  82. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -3
  83. aws_cdk/aws_sns/__init__.py +185 -38
  84. aws_cdk/aws_ssm/__init__.py +16 -16
  85. aws_cdk/aws_ssmincidents/__init__.py +1 -1
  86. aws_cdk/aws_synthetics/__init__.py +94 -21
  87. aws_cdk/aws_verifiedpermissions/__init__.py +1 -2
  88. aws_cdk/aws_vpclattice/__init__.py +8 -4
  89. aws_cdk/aws_wafv2/__init__.py +14 -59
  90. aws_cdk/aws_workspaces/__init__.py +5 -4
  91. aws_cdk/aws_workspacesweb/__init__.py +6 -12
  92. aws_cdk/triggers/__init__.py +22 -0
  93. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.129.0.dist-info}/METADATA +1 -1
  94. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.129.0.dist-info}/RECORD +98 -98
  95. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.129.0.dist-info}/LICENSE +0 -0
  96. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.129.0.dist-info}/NOTICE +0 -0
  97. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.129.0.dist-info}/WHEEL +0 -0
  98. {aws_cdk_lib-2.128.0.dist-info → aws_cdk_lib-2.129.0.dist-info}/top_level.txt +0 -0
@@ -146,9 +146,7 @@ class CfnCluster(
146
146
  @builtins.property
147
147
  @jsii.member(jsii_name="attrClusterEndpoints")
148
148
  def attr_cluster_endpoints(self) -> _IResolvable_da3f097b:
149
- '''An array of endpoints for the cluster.
150
-
151
- You specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.
149
+ '''Endpoints for the cluster.
152
150
 
153
151
  :cloudformationAttribute: ClusterEndpoints
154
152
  '''
@@ -153,9 +153,9 @@ class CfnCell(
153
153
  @builtins.property
154
154
  @jsii.member(jsii_name="attrParentReadinessScopes")
155
155
  def attr_parent_readiness_scopes(self) -> typing.List[builtins.str]:
156
- '''The readiness scope for the cell, which can be the Amazon Resource Name (ARN) of a cell or the ARN of a recovery group.
156
+ '''The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
157
157
 
158
- Although this is a list, it can currently have only one element.
158
+ This is a list but currently can have only one element.
159
159
 
160
160
  :cloudformationAttribute: ParentReadinessScopes
161
161
  '''
@@ -3460,10 +3460,7 @@ class CfnResolverRule(
3460
3460
  @builtins.property
3461
3461
  @jsii.member(jsii_name="attrTargetIps")
3462
3462
  def attr_target_ips(self) -> _IResolvable_da3f097b:
3463
- '''When the value of ``RuleType`` is ``FORWARD`` , the IP addresses that the outbound endpoint forwards DNS queries to, typically the IP addresses for DNS resolvers on your network.
3464
-
3465
- This value isn't applicable when ``RuleType`` is ``SYSTEM`` .
3466
-
3463
+ '''
3467
3464
  :cloudformationAttribute: TargetIps
3468
3465
  '''
3469
3466
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrTargetIps"))
@@ -11696,7 +11696,9 @@ class CfnStorageLens(
11696
11696
  @builtins.property
11697
11697
  @jsii.member(jsii_name="attrStorageLensConfigurationStorageLensArn")
11698
11698
  def attr_storage_lens_configuration_storage_lens_arn(self) -> builtins.str:
11699
- '''The ARN for the Amazon S3 Storage Lens configuration.
11699
+ '''This property contains the details of the ARN of the S3 Storage Lens configuration.
11700
+
11701
+ This property is read-only.
11700
11702
 
11701
11703
  :cloudformationAttribute: StorageLensConfiguration.StorageLensArn
11702
11704
  '''
@@ -148,8 +148,7 @@ class CfnAccessPoint(
148
148
  @builtins.property
149
149
  @jsii.member(jsii_name="attrAlias")
150
150
  def attr_alias(self) -> _IResolvable_da3f097b:
151
- '''The alias of the Object Lambda Access Point.
152
-
151
+ '''
153
152
  :cloudformationAttribute: Alias
154
153
  '''
155
154
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrAlias"))
@@ -157,7 +156,9 @@ class CfnAccessPoint(
157
156
  @builtins.property
158
157
  @jsii.member(jsii_name="attrAliasStatus")
159
158
  def attr_alias_status(self) -> builtins.str:
160
- '''The status of the Object Lambda alias.
159
+ '''The status of the Object Lambda Access Point alias.
160
+
161
+ Valid Values: ``PROVISIONING`` | ``READY`` .
161
162
 
162
163
  :cloudformationAttribute: Alias.Status
163
164
  '''
@@ -166,7 +167,9 @@ class CfnAccessPoint(
166
167
  @builtins.property
167
168
  @jsii.member(jsii_name="attrAliasValue")
168
169
  def attr_alias_value(self) -> builtins.str:
169
- '''The value of the Object Lambda alias.
170
+ '''The alias name value of the Object Lambda Access Point.
171
+
172
+ For example: ``myolap-1a4n8yjrb3kda96f67zwrwiiuse1a--ol-s3`` .
170
173
 
171
174
  :cloudformationAttribute: Alias.Value
172
175
  '''
@@ -1569,7 +1569,7 @@ class CfnEndpoint(
1569
1569
  @builtins.property
1570
1570
  @jsii.member(jsii_name="attrNetworkInterfaces")
1571
1571
  def attr_network_interfaces(self) -> _IResolvable_da3f097b:
1572
- '''The network interface of the endpoint.
1572
+ '''The network interfaces of the endpoint.
1573
1573
 
1574
1574
  :cloudformationAttribute: NetworkInterfaces
1575
1575
  '''
@@ -12486,6 +12486,7 @@ class CfnFeatureGroup(
12486
12486
  "enable_online_store": "enableOnlineStore",
12487
12487
  "security_config": "securityConfig",
12488
12488
  "storage_type": "storageType",
12489
+ "ttl_duration": "ttlDuration",
12489
12490
  },
12490
12491
  )
12491
12492
  class OnlineStoreConfigProperty:
@@ -12495,6 +12496,7 @@ class CfnFeatureGroup(
12495
12496
  enable_online_store: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
12496
12497
  security_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFeatureGroup.OnlineStoreSecurityConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
12497
12498
  storage_type: typing.Optional[builtins.str] = None,
12499
+ ttl_duration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFeatureGroup.TtlDurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
12498
12500
  ) -> None:
12499
12501
  '''Use this to specify the AWS Key Management Service (KMS) Key ID, or ``KMSKeyId`` , for at rest data encryption.
12500
12502
 
@@ -12505,6 +12507,7 @@ class CfnFeatureGroup(
12505
12507
  :param enable_online_store: Turn ``OnlineStore`` off by specifying ``False`` for the ``EnableOnlineStore`` flag. Turn ``OnlineStore`` on by specifying ``True`` for the ``EnableOnlineStore`` flag. The default value is ``False`` .
12506
12508
  :param security_config: Use to specify KMS Key ID ( ``KMSKeyId`` ) for at-rest encryption of your ``OnlineStore`` .
12507
12509
  :param storage_type: Option for different tiers of low latency storage for real-time data retrieval. - ``Standard`` : A managed low latency data store for feature groups. - ``InMemory`` : A managed data store for feature groups that supports very low latency retrieval.
12510
+ :param ttl_duration: TTL configuration of the feature group.
12508
12511
 
12509
12512
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-onlinestoreconfig.html
12510
12513
  :exampleMetadata: fixture=_generated
@@ -12520,7 +12523,11 @@ class CfnFeatureGroup(
12520
12523
  security_config=sagemaker.CfnFeatureGroup.OnlineStoreSecurityConfigProperty(
12521
12524
  kms_key_id="kmsKeyId"
12522
12525
  ),
12523
- storage_type="storageType"
12526
+ storage_type="storageType",
12527
+ ttl_duration=sagemaker.CfnFeatureGroup.TtlDurationProperty(
12528
+ unit="unit",
12529
+ value=123
12530
+ )
12524
12531
  )
12525
12532
  '''
12526
12533
  if __debug__:
@@ -12528,6 +12535,7 @@ class CfnFeatureGroup(
12528
12535
  check_type(argname="argument enable_online_store", value=enable_online_store, expected_type=type_hints["enable_online_store"])
12529
12536
  check_type(argname="argument security_config", value=security_config, expected_type=type_hints["security_config"])
12530
12537
  check_type(argname="argument storage_type", value=storage_type, expected_type=type_hints["storage_type"])
12538
+ check_type(argname="argument ttl_duration", value=ttl_duration, expected_type=type_hints["ttl_duration"])
12531
12539
  self._values: typing.Dict[builtins.str, typing.Any] = {}
12532
12540
  if enable_online_store is not None:
12533
12541
  self._values["enable_online_store"] = enable_online_store
@@ -12535,6 +12543,8 @@ class CfnFeatureGroup(
12535
12543
  self._values["security_config"] = security_config
12536
12544
  if storage_type is not None:
12537
12545
  self._values["storage_type"] = storage_type
12546
+ if ttl_duration is not None:
12547
+ self._values["ttl_duration"] = ttl_duration
12538
12548
 
12539
12549
  @builtins.property
12540
12550
  def enable_online_store(
@@ -12574,6 +12584,17 @@ class CfnFeatureGroup(
12574
12584
  result = self._values.get("storage_type")
12575
12585
  return typing.cast(typing.Optional[builtins.str], result)
12576
12586
 
12587
+ @builtins.property
12588
+ def ttl_duration(
12589
+ self,
12590
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFeatureGroup.TtlDurationProperty"]]:
12591
+ '''TTL configuration of the feature group.
12592
+
12593
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-onlinestoreconfig.html#cfn-sagemaker-featuregroup-onlinestoreconfig-ttlduration
12594
+ '''
12595
+ result = self._values.get("ttl_duration")
12596
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFeatureGroup.TtlDurationProperty"]], result)
12597
+
12577
12598
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
12578
12599
  return isinstance(rhs, self.__class__) and rhs._values == self._values
12579
12600
 
@@ -12833,6 +12854,76 @@ class CfnFeatureGroup(
12833
12854
  k + "=" + repr(v) for k, v in self._values.items()
12834
12855
  )
12835
12856
 
12857
+ @jsii.data_type(
12858
+ jsii_type="aws-cdk-lib.aws_sagemaker.CfnFeatureGroup.TtlDurationProperty",
12859
+ jsii_struct_bases=[],
12860
+ name_mapping={"unit": "unit", "value": "value"},
12861
+ )
12862
+ class TtlDurationProperty:
12863
+ def __init__(
12864
+ self,
12865
+ *,
12866
+ unit: typing.Optional[builtins.str] = None,
12867
+ value: typing.Optional[jsii.Number] = None,
12868
+ ) -> None:
12869
+ '''TTL configuration of the feature group.
12870
+
12871
+ :param unit: Unit of ttl configuration.
12872
+ :param value: Value of ttl configuration.
12873
+
12874
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-ttlduration.html
12875
+ :exampleMetadata: fixture=_generated
12876
+
12877
+ Example::
12878
+
12879
+ # The code below shows an example of how to instantiate this type.
12880
+ # The values are placeholders you should change.
12881
+ from aws_cdk import aws_sagemaker as sagemaker
12882
+
12883
+ ttl_duration_property = sagemaker.CfnFeatureGroup.TtlDurationProperty(
12884
+ unit="unit",
12885
+ value=123
12886
+ )
12887
+ '''
12888
+ if __debug__:
12889
+ type_hints = typing.get_type_hints(_typecheckingstub__fa489e49dd38138cfa086540aa4f5147cea22e4f7f0e4313176c224c7663ff32)
12890
+ check_type(argname="argument unit", value=unit, expected_type=type_hints["unit"])
12891
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
12892
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
12893
+ if unit is not None:
12894
+ self._values["unit"] = unit
12895
+ if value is not None:
12896
+ self._values["value"] = value
12897
+
12898
+ @builtins.property
12899
+ def unit(self) -> typing.Optional[builtins.str]:
12900
+ '''Unit of ttl configuration.
12901
+
12902
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-ttlduration.html#cfn-sagemaker-featuregroup-ttlduration-unit
12903
+ '''
12904
+ result = self._values.get("unit")
12905
+ return typing.cast(typing.Optional[builtins.str], result)
12906
+
12907
+ @builtins.property
12908
+ def value(self) -> typing.Optional[jsii.Number]:
12909
+ '''Value of ttl configuration.
12910
+
12911
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-ttlduration.html#cfn-sagemaker-featuregroup-ttlduration-value
12912
+ '''
12913
+ result = self._values.get("value")
12914
+ return typing.cast(typing.Optional[jsii.Number], result)
12915
+
12916
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
12917
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
12918
+
12919
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
12920
+ return not (rhs == self)
12921
+
12922
+ def __repr__(self) -> str:
12923
+ return "TtlDurationProperty(%s)" % ", ".join(
12924
+ k + "=" + repr(v) for k, v in self._values.items()
12925
+ )
12926
+
12836
12927
 
12837
12928
  @jsii.data_type(
12838
12929
  jsii_type="aws-cdk-lib.aws_sagemaker.CfnFeatureGroupProps",
@@ -14137,7 +14228,7 @@ class CfnInferenceComponent(
14137
14228
  @builtins.property
14138
14229
  @jsii.member(jsii_name="attrRuntimeConfigCurrentCopyCount")
14139
14230
  def attr_runtime_config_current_copy_count(self) -> jsii.Number:
14140
- '''The number of copies for the inference component.
14231
+ '''The number of runtime copies of the model container that are currently deployed.
14141
14232
 
14142
14233
  :cloudformationAttribute: RuntimeConfig.CurrentCopyCount
14143
14234
  '''
@@ -14146,7 +14237,7 @@ class CfnInferenceComponent(
14146
14237
  @builtins.property
14147
14238
  @jsii.member(jsii_name="attrRuntimeConfigDesiredCopyCount")
14148
14239
  def attr_runtime_config_desired_copy_count(self) -> jsii.Number:
14149
- '''The number of copies for the inference component.
14240
+ '''The number of runtime copies of the model container that you requested to deploy with the inference component.
14150
14241
 
14151
14242
  :cloudformationAttribute: RuntimeConfig.DesiredCopyCount
14152
14243
  '''
@@ -14606,8 +14697,8 @@ class CfnInferenceComponent(
14606
14697
  '''Runtime settings for a model that is deployed with an inference component.
14607
14698
 
14608
14699
  :param copy_count: The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.
14609
- :param current_copy_count: The number of copies for the inference component.
14610
- :param desired_copy_count: The number of copies for the inference component.
14700
+ :param current_copy_count: The number of runtime copies of the model container that are currently deployed.
14701
+ :param desired_copy_count: The number of runtime copies of the model container that you requested to deploy with the inference component.
14611
14702
 
14612
14703
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentruntimeconfig.html
14613
14704
  :exampleMetadata: fixture=_generated
@@ -14650,7 +14741,7 @@ class CfnInferenceComponent(
14650
14741
 
14651
14742
  @builtins.property
14652
14743
  def current_copy_count(self) -> typing.Optional[jsii.Number]:
14653
- '''The number of copies for the inference component.
14744
+ '''The number of runtime copies of the model container that are currently deployed.
14654
14745
 
14655
14746
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentruntimeconfig.html#cfn-sagemaker-inferencecomponent-inferencecomponentruntimeconfig-currentcopycount
14656
14747
  '''
@@ -14659,7 +14750,7 @@ class CfnInferenceComponent(
14659
14750
 
14660
14751
  @builtins.property
14661
14752
  def desired_copy_count(self) -> typing.Optional[jsii.Number]:
14662
- '''The number of copies for the inference component.
14753
+ '''The number of runtime copies of the model container that you requested to deploy with the inference component.
14663
14754
 
14664
14755
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentruntimeconfig.html#cfn-sagemaker-inferencecomponent-inferencecomponentruntimeconfig-desiredcopycount
14665
14756
  '''
@@ -28429,7 +28520,7 @@ class CfnModelPackage(
28429
28520
  ) -> None:
28430
28521
  '''Contains metrics captured from a model.
28431
28522
 
28432
- :param bias: Metrics that measure bais in a model.
28523
+ :param bias: Metrics that measure bias in a model.
28433
28524
  :param explainability: Metrics that help explain a model.
28434
28525
  :param model_data_quality: Metrics that measure the quality of the input data for a model.
28435
28526
  :param model_quality: Metrics that measure the quality of a model.
@@ -28530,7 +28621,7 @@ class CfnModelPackage(
28530
28621
  def bias(
28531
28622
  self,
28532
28623
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnModelPackage.BiasProperty"]]:
28533
- '''Metrics that measure bais in a model.
28624
+ '''Metrics that measure bias in a model.
28534
28625
 
28535
28626
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-modelmetrics.html#cfn-sagemaker-modelpackage-modelmetrics-bias
28536
28627
  '''
@@ -43144,7 +43235,7 @@ class CfnWorkteam(
43144
43235
 
43145
43236
  A user group can be used in on or more work teams.
43146
43237
 
43147
- :param cognito_client_id: An identifier for an application client. You must create the app client ID using Amazon Cognito.
43238
+ :param cognito_client_id: An identifier for an application client. You must create the app client ID using Amazon Cognito .
43148
43239
  :param cognito_user_group: An identifier for a user group.
43149
43240
  :param cognito_user_pool: An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
43150
43241
 
@@ -43178,7 +43269,7 @@ class CfnWorkteam(
43178
43269
  def cognito_client_id(self) -> builtins.str:
43179
43270
  '''An identifier for an application client.
43180
43271
 
43181
- You must create the app client ID using Amazon Cognito.
43272
+ You must create the app client ID using Amazon Cognito .
43182
43273
 
43183
43274
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-cognitomemberdefinition.html#cfn-sagemaker-workteam-cognitomemberdefinition-cognitoclientid
43184
43275
  '''
@@ -45283,6 +45374,7 @@ def _typecheckingstub__4068ec17c64be821371cb37a174b97e325a38220882aa92f5b086d22a
45283
45374
  enable_online_store: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
45284
45375
  security_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFeatureGroup.OnlineStoreSecurityConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
45285
45376
  storage_type: typing.Optional[builtins.str] = None,
45377
+ ttl_duration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFeatureGroup.TtlDurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
45286
45378
  ) -> None:
45287
45379
  """Type checking stubs"""
45288
45380
  pass
@@ -45311,6 +45403,14 @@ def _typecheckingstub__6d458f28019d4b4a6f2a06acd0db6858b60dffb2d229940dd18dcb6dd
45311
45403
  """Type checking stubs"""
45312
45404
  pass
45313
45405
 
45406
+ def _typecheckingstub__fa489e49dd38138cfa086540aa4f5147cea22e4f7f0e4313176c224c7663ff32(
45407
+ *,
45408
+ unit: typing.Optional[builtins.str] = None,
45409
+ value: typing.Optional[jsii.Number] = None,
45410
+ ) -> None:
45411
+ """Type checking stubs"""
45412
+ pass
45413
+
45314
45414
  def _typecheckingstub__bb1e9da53f754dd8978f06cdc95c9101b0ef89f3b1a689ab0a1e92eacd0a0951(
45315
45415
  *,
45316
45416
  event_time_feature_name: builtins.str,
@@ -151,9 +151,9 @@ class CfnApplication(
151
151
  @builtins.property
152
152
  @jsii.member(jsii_name="attrApplicationTagKey")
153
153
  def attr_application_tag_key(self) -> builtins.str:
154
- '''The key of the AWS application tag, which is awsApplication.
154
+ '''The key of the AWS application tag, which is ``awsApplication`` .
155
155
 
156
- Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
156
+ Applications created before 11/13/2023 or applications without the ``AppTag`` linked resource group return no value.
157
157
 
158
158
  :cloudformationAttribute: ApplicationTagKey
159
159
  '''
@@ -164,7 +164,7 @@ class CfnApplication(
164
164
  def attr_application_tag_value(self) -> builtins.str:
165
165
  '''The value of the AWS application tag, which is the identifier of an associated resource.
166
166
 
167
- Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
167
+ Applications created before 11/13/2023 or applications without the ``AppTag`` linked resource group return no value.
168
168
 
169
169
  :cloudformationAttribute: ApplicationTagValue
170
170
  '''