aws-cdk-lib 2.173.3__py3-none-any.whl → 2.174.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 +210 -181
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.173.3.jsii.tgz → aws-cdk-lib@2.174.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +127 -168
- aws_cdk/aws_appconfig/__init__.py +498 -1
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_appsync/__init__.py +4 -0
- aws_cdk/aws_autoscaling/__init__.py +96 -0
- aws_cdk/aws_batch/__init__.py +1084 -233
- aws_cdk/aws_bedrock/__init__.py +2119 -181
- aws_cdk/aws_cassandra/__init__.py +476 -4
- aws_cdk/aws_cleanrooms/__init__.py +543 -17
- aws_cdk/aws_cloudformation/__init__.py +172 -169
- aws_cdk/aws_cloudfront/__init__.py +773 -26
- aws_cdk/aws_cloudtrail/__init__.py +8 -2
- aws_cdk/aws_codebuild/__init__.py +83 -0
- aws_cdk/aws_codepipeline/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +232 -200
- aws_cdk/aws_connect/__init__.py +187 -36
- aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
- aws_cdk/aws_databrew/__init__.py +69 -1
- aws_cdk/aws_datasync/__init__.py +33 -28
- aws_cdk/aws_datazone/__init__.py +141 -41
- aws_cdk/aws_dlm/__init__.py +20 -10
- aws_cdk/aws_dms/__init__.py +722 -30
- aws_cdk/aws_dynamodb/__init__.py +76 -4
- aws_cdk/aws_ec2/__init__.py +1233 -65
- aws_cdk/aws_ecr/__init__.py +31 -0
- aws_cdk/aws_ecr_assets/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +88 -11
- aws_cdk/aws_efs/__init__.py +15 -8
- aws_cdk/aws_eks/__init__.py +114 -45
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
- aws_cdk/aws_emrserverless/__init__.py +143 -0
- aws_cdk/aws_events/__init__.py +50 -30
- aws_cdk/aws_fis/__init__.py +33 -33
- aws_cdk/aws_fsx/__init__.py +20 -10
- aws_cdk/aws_glue/__init__.py +34 -11
- aws_cdk/aws_greengrass/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +1 -1
- aws_cdk/aws_imagebuilder/__init__.py +45 -47
- aws_cdk/aws_internetmonitor/__init__.py +3 -3
- aws_cdk/aws_invoicing/__init__.py +55 -30
- aws_cdk/aws_iot/__init__.py +1117 -4
- aws_cdk/aws_iot1click/__init__.py +17 -7
- aws_cdk/aws_kendra/__init__.py +4 -6
- aws_cdk/aws_lambda/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +4011 -86
- aws_cdk/aws_m2/__init__.py +41 -0
- aws_cdk/aws_mediaconnect/__init__.py +202 -7
- aws_cdk/aws_memorydb/__init__.py +22 -22
- aws_cdk/aws_networkmanager/__init__.py +758 -0
- aws_cdk/aws_opensearchservice/__init__.py +222 -0
- aws_cdk/aws_organizations/__init__.py +5 -3
- aws_cdk/aws_pcs/__init__.py +3038 -0
- aws_cdk/aws_pipes/__init__.py +10 -10
- aws_cdk/aws_qbusiness/__init__.py +415 -140
- aws_cdk/aws_quicksight/__init__.py +15932 -6448
- aws_cdk/aws_ram/__init__.py +5 -11
- aws_cdk/aws_rbin/__init__.py +28 -16
- aws_cdk/aws_rds/__init__.py +184 -24
- aws_cdk/aws_redshiftserverless/__init__.py +156 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -1
- aws_cdk/aws_route53_targets/__init__.py +5 -5
- aws_cdk/aws_s3/__init__.py +25 -15
- aws_cdk/aws_s3express/__init__.py +7 -7
- aws_cdk/aws_s3tables/__init__.py +683 -0
- aws_cdk/aws_sagemaker/__init__.py +574 -189
- aws_cdk/aws_secretsmanager/__init__.py +2 -0
- aws_cdk/aws_securityhub/__init__.py +41 -165
- aws_cdk/aws_servicediscovery/__init__.py +10 -3
- aws_cdk/aws_ses/__init__.py +190 -5
- aws_cdk/aws_sns/__init__.py +7 -3
- aws_cdk/aws_synthetics/__init__.py +29 -4
- aws_cdk/aws_transfer/__init__.py +8 -0
- aws_cdk/aws_vpclattice/__init__.py +147 -77
- aws_cdk/aws_wafv2/__init__.py +20 -8
- aws_cdk/aws_wisdom/__init__.py +162 -111
- aws_cdk/aws_workspaces/__init__.py +10 -4
- aws_cdk/cloud_assembly_schema/__init__.py +22 -0
- aws_cdk/custom_resources/__init__.py +31 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/LICENSE +1 -1
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/NOTICE +1 -1
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/RECORD +88 -86
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/top_level.txt +0 -0
|
@@ -166,6 +166,10 @@ class CfnApplication(
|
|
|
166
166
|
"properties_key": "properties"
|
|
167
167
|
}
|
|
168
168
|
)],
|
|
169
|
+
scheduler_configuration=emrserverless.CfnApplication.SchedulerConfigurationProperty(
|
|
170
|
+
max_concurrent_runs=123,
|
|
171
|
+
queue_timeout_minutes=123
|
|
172
|
+
),
|
|
169
173
|
tags=[CfnTag(
|
|
170
174
|
key="key",
|
|
171
175
|
value="value"
|
|
@@ -198,6 +202,7 @@ class CfnApplication(
|
|
|
198
202
|
name: typing.Optional[builtins.str] = None,
|
|
199
203
|
network_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.NetworkConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
200
204
|
runtime_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ConfigurationObjectProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
205
|
+
scheduler_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.SchedulerConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
201
206
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
202
207
|
worker_type_specifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.WorkerTypeSpecificationInputProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
203
208
|
) -> None:
|
|
@@ -217,6 +222,7 @@ class CfnApplication(
|
|
|
217
222
|
:param name: The name of the application.
|
|
218
223
|
:param network_configuration: The network configuration for customer VPC connectivity for the application.
|
|
219
224
|
:param runtime_configuration: The `Configuration <https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_Configuration.html>`_ specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the `GetApplication <https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_GetApplication.html>`_ API operation.
|
|
225
|
+
:param scheduler_configuration: The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
|
|
220
226
|
:param tags: The tags assigned to the application.
|
|
221
227
|
:param worker_type_specifications: The specification applied to each worker type.
|
|
222
228
|
'''
|
|
@@ -238,6 +244,7 @@ class CfnApplication(
|
|
|
238
244
|
name=name,
|
|
239
245
|
network_configuration=network_configuration,
|
|
240
246
|
runtime_configuration=runtime_configuration,
|
|
247
|
+
scheduler_configuration=scheduler_configuration,
|
|
241
248
|
tags=tags,
|
|
242
249
|
worker_type_specifications=worker_type_specifications,
|
|
243
250
|
)
|
|
@@ -517,6 +524,24 @@ class CfnApplication(
|
|
|
517
524
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
518
525
|
jsii.set(self, "runtimeConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
519
526
|
|
|
527
|
+
@builtins.property
|
|
528
|
+
@jsii.member(jsii_name="schedulerConfiguration")
|
|
529
|
+
def scheduler_configuration(
|
|
530
|
+
self,
|
|
531
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.SchedulerConfigurationProperty"]]:
|
|
532
|
+
'''The scheduler configuration for batch and streaming jobs running on this application.'''
|
|
533
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.SchedulerConfigurationProperty"]], jsii.get(self, "schedulerConfiguration"))
|
|
534
|
+
|
|
535
|
+
@scheduler_configuration.setter
|
|
536
|
+
def scheduler_configuration(
|
|
537
|
+
self,
|
|
538
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.SchedulerConfigurationProperty"]],
|
|
539
|
+
) -> None:
|
|
540
|
+
if __debug__:
|
|
541
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ae390ce3dee69eb24138412f3ea73ad1784b60ef3e604100dc3a0830ed36116a)
|
|
542
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
543
|
+
jsii.set(self, "schedulerConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
544
|
+
|
|
520
545
|
@builtins.property
|
|
521
546
|
@jsii.member(jsii_name="tagsRaw")
|
|
522
547
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -1712,6 +1737,85 @@ class CfnApplication(
|
|
|
1712
1737
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1713
1738
|
)
|
|
1714
1739
|
|
|
1740
|
+
@jsii.data_type(
|
|
1741
|
+
jsii_type="aws-cdk-lib.aws_emrserverless.CfnApplication.SchedulerConfigurationProperty",
|
|
1742
|
+
jsii_struct_bases=[],
|
|
1743
|
+
name_mapping={
|
|
1744
|
+
"max_concurrent_runs": "maxConcurrentRuns",
|
|
1745
|
+
"queue_timeout_minutes": "queueTimeoutMinutes",
|
|
1746
|
+
},
|
|
1747
|
+
)
|
|
1748
|
+
class SchedulerConfigurationProperty:
|
|
1749
|
+
def __init__(
|
|
1750
|
+
self,
|
|
1751
|
+
*,
|
|
1752
|
+
max_concurrent_runs: typing.Optional[jsii.Number] = None,
|
|
1753
|
+
queue_timeout_minutes: typing.Optional[jsii.Number] = None,
|
|
1754
|
+
) -> None:
|
|
1755
|
+
'''The scheduler configuration for batch and streaming jobs running on this application.
|
|
1756
|
+
|
|
1757
|
+
Supported with release labels emr-7.0.0 and above.
|
|
1758
|
+
|
|
1759
|
+
:param max_concurrent_runs: The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
|
|
1760
|
+
:param queue_timeout_minutes: The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
|
|
1761
|
+
|
|
1762
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-schedulerconfiguration.html
|
|
1763
|
+
:exampleMetadata: fixture=_generated
|
|
1764
|
+
|
|
1765
|
+
Example::
|
|
1766
|
+
|
|
1767
|
+
# The code below shows an example of how to instantiate this type.
|
|
1768
|
+
# The values are placeholders you should change.
|
|
1769
|
+
from aws_cdk import aws_emrserverless as emrserverless
|
|
1770
|
+
|
|
1771
|
+
scheduler_configuration_property = emrserverless.CfnApplication.SchedulerConfigurationProperty(
|
|
1772
|
+
max_concurrent_runs=123,
|
|
1773
|
+
queue_timeout_minutes=123
|
|
1774
|
+
)
|
|
1775
|
+
'''
|
|
1776
|
+
if __debug__:
|
|
1777
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d287c6de00f50442f935830685dc9dcb3c097cf07b3b469cb91e19bfa7ebe468)
|
|
1778
|
+
check_type(argname="argument max_concurrent_runs", value=max_concurrent_runs, expected_type=type_hints["max_concurrent_runs"])
|
|
1779
|
+
check_type(argname="argument queue_timeout_minutes", value=queue_timeout_minutes, expected_type=type_hints["queue_timeout_minutes"])
|
|
1780
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1781
|
+
if max_concurrent_runs is not None:
|
|
1782
|
+
self._values["max_concurrent_runs"] = max_concurrent_runs
|
|
1783
|
+
if queue_timeout_minutes is not None:
|
|
1784
|
+
self._values["queue_timeout_minutes"] = queue_timeout_minutes
|
|
1785
|
+
|
|
1786
|
+
@builtins.property
|
|
1787
|
+
def max_concurrent_runs(self) -> typing.Optional[jsii.Number]:
|
|
1788
|
+
'''The maximum concurrent job runs on this application.
|
|
1789
|
+
|
|
1790
|
+
If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
|
|
1791
|
+
|
|
1792
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-schedulerconfiguration.html#cfn-emrserverless-application-schedulerconfiguration-maxconcurrentruns
|
|
1793
|
+
'''
|
|
1794
|
+
result = self._values.get("max_concurrent_runs")
|
|
1795
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1796
|
+
|
|
1797
|
+
@builtins.property
|
|
1798
|
+
def queue_timeout_minutes(self) -> typing.Optional[jsii.Number]:
|
|
1799
|
+
'''The maximum duration in minutes for the job in QUEUED state.
|
|
1800
|
+
|
|
1801
|
+
If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
|
|
1802
|
+
|
|
1803
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-schedulerconfiguration.html#cfn-emrserverless-application-schedulerconfiguration-queuetimeoutminutes
|
|
1804
|
+
'''
|
|
1805
|
+
result = self._values.get("queue_timeout_minutes")
|
|
1806
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1807
|
+
|
|
1808
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1809
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1810
|
+
|
|
1811
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1812
|
+
return not (rhs == self)
|
|
1813
|
+
|
|
1814
|
+
def __repr__(self) -> str:
|
|
1815
|
+
return "SchedulerConfigurationProperty(%s)" % ", ".join(
|
|
1816
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1817
|
+
)
|
|
1818
|
+
|
|
1715
1819
|
@jsii.data_type(
|
|
1716
1820
|
jsii_type="aws-cdk-lib.aws_emrserverless.CfnApplication.WorkerConfigurationProperty",
|
|
1717
1821
|
jsii_struct_bases=[],
|
|
@@ -1903,6 +2007,7 @@ class CfnApplication(
|
|
|
1903
2007
|
"name": "name",
|
|
1904
2008
|
"network_configuration": "networkConfiguration",
|
|
1905
2009
|
"runtime_configuration": "runtimeConfiguration",
|
|
2010
|
+
"scheduler_configuration": "schedulerConfiguration",
|
|
1906
2011
|
"tags": "tags",
|
|
1907
2012
|
"worker_type_specifications": "workerTypeSpecifications",
|
|
1908
2013
|
},
|
|
@@ -1924,6 +2029,7 @@ class CfnApplicationProps:
|
|
|
1924
2029
|
name: typing.Optional[builtins.str] = None,
|
|
1925
2030
|
network_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.NetworkConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1926
2031
|
runtime_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ConfigurationObjectProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2032
|
+
scheduler_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.SchedulerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1927
2033
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1928
2034
|
worker_type_specifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.WorkerTypeSpecificationInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1929
2035
|
) -> None:
|
|
@@ -1942,6 +2048,7 @@ class CfnApplicationProps:
|
|
|
1942
2048
|
:param name: The name of the application.
|
|
1943
2049
|
:param network_configuration: The network configuration for customer VPC connectivity for the application.
|
|
1944
2050
|
:param runtime_configuration: The `Configuration <https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_Configuration.html>`_ specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the `GetApplication <https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_GetApplication.html>`_ API operation.
|
|
2051
|
+
:param scheduler_configuration: The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
|
|
1945
2052
|
:param tags: The tags assigned to the application.
|
|
1946
2053
|
:param worker_type_specifications: The specification applied to each worker type.
|
|
1947
2054
|
|
|
@@ -2031,6 +2138,10 @@ class CfnApplicationProps:
|
|
|
2031
2138
|
"properties_key": "properties"
|
|
2032
2139
|
}
|
|
2033
2140
|
)],
|
|
2141
|
+
scheduler_configuration=emrserverless.CfnApplication.SchedulerConfigurationProperty(
|
|
2142
|
+
max_concurrent_runs=123,
|
|
2143
|
+
queue_timeout_minutes=123
|
|
2144
|
+
),
|
|
2034
2145
|
tags=[CfnTag(
|
|
2035
2146
|
key="key",
|
|
2036
2147
|
value="value"
|
|
@@ -2059,6 +2170,7 @@ class CfnApplicationProps:
|
|
|
2059
2170
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2060
2171
|
check_type(argname="argument network_configuration", value=network_configuration, expected_type=type_hints["network_configuration"])
|
|
2061
2172
|
check_type(argname="argument runtime_configuration", value=runtime_configuration, expected_type=type_hints["runtime_configuration"])
|
|
2173
|
+
check_type(argname="argument scheduler_configuration", value=scheduler_configuration, expected_type=type_hints["scheduler_configuration"])
|
|
2062
2174
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2063
2175
|
check_type(argname="argument worker_type_specifications", value=worker_type_specifications, expected_type=type_hints["worker_type_specifications"])
|
|
2064
2176
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -2087,6 +2199,8 @@ class CfnApplicationProps:
|
|
|
2087
2199
|
self._values["network_configuration"] = network_configuration
|
|
2088
2200
|
if runtime_configuration is not None:
|
|
2089
2201
|
self._values["runtime_configuration"] = runtime_configuration
|
|
2202
|
+
if scheduler_configuration is not None:
|
|
2203
|
+
self._values["scheduler_configuration"] = scheduler_configuration
|
|
2090
2204
|
if tags is not None:
|
|
2091
2205
|
self._values["tags"] = tags
|
|
2092
2206
|
if worker_type_specifications is not None:
|
|
@@ -2233,6 +2347,19 @@ class CfnApplicationProps:
|
|
|
2233
2347
|
result = self._values.get("runtime_configuration")
|
|
2234
2348
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnApplication.ConfigurationObjectProperty]]]], result)
|
|
2235
2349
|
|
|
2350
|
+
@builtins.property
|
|
2351
|
+
def scheduler_configuration(
|
|
2352
|
+
self,
|
|
2353
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.SchedulerConfigurationProperty]]:
|
|
2354
|
+
'''The scheduler configuration for batch and streaming jobs running on this application.
|
|
2355
|
+
|
|
2356
|
+
Supported with release labels emr-7.0.0 and above.
|
|
2357
|
+
|
|
2358
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-schedulerconfiguration
|
|
2359
|
+
'''
|
|
2360
|
+
result = self._values.get("scheduler_configuration")
|
|
2361
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.SchedulerConfigurationProperty]], result)
|
|
2362
|
+
|
|
2236
2363
|
@builtins.property
|
|
2237
2364
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
2238
2365
|
'''The tags assigned to the application.
|
|
@@ -2289,6 +2416,7 @@ def _typecheckingstub__73910249d55cbd2983a3ea1bb4666acedb0e3e84df9686bbdeecd191b
|
|
|
2289
2416
|
name: typing.Optional[builtins.str] = None,
|
|
2290
2417
|
network_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.NetworkConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2291
2418
|
runtime_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ConfigurationObjectProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2419
|
+
scheduler_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.SchedulerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2292
2420
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2293
2421
|
worker_type_specifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.WorkerTypeSpecificationInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2294
2422
|
) -> None:
|
|
@@ -2385,6 +2513,12 @@ def _typecheckingstub__8009c989bc781626fbf3067531c118d2a94649c7cd583ee7c5604a168
|
|
|
2385
2513
|
"""Type checking stubs"""
|
|
2386
2514
|
pass
|
|
2387
2515
|
|
|
2516
|
+
def _typecheckingstub__ae390ce3dee69eb24138412f3ea73ad1784b60ef3e604100dc3a0830ed36116a(
|
|
2517
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.SchedulerConfigurationProperty]],
|
|
2518
|
+
) -> None:
|
|
2519
|
+
"""Type checking stubs"""
|
|
2520
|
+
pass
|
|
2521
|
+
|
|
2388
2522
|
def _typecheckingstub__c62e07950c8c2fa752bd4e5ac938292f2380eb4b2fc5d19d5f5a2a46e5fc39aa(
|
|
2389
2523
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
2390
2524
|
) -> None:
|
|
@@ -2513,6 +2647,14 @@ def _typecheckingstub__8c2bbffaec906451dfb8b186ca2e714bc8b38325018a5241dbe3a66e4
|
|
|
2513
2647
|
"""Type checking stubs"""
|
|
2514
2648
|
pass
|
|
2515
2649
|
|
|
2650
|
+
def _typecheckingstub__d287c6de00f50442f935830685dc9dcb3c097cf07b3b469cb91e19bfa7ebe468(
|
|
2651
|
+
*,
|
|
2652
|
+
max_concurrent_runs: typing.Optional[jsii.Number] = None,
|
|
2653
|
+
queue_timeout_minutes: typing.Optional[jsii.Number] = None,
|
|
2654
|
+
) -> None:
|
|
2655
|
+
"""Type checking stubs"""
|
|
2656
|
+
pass
|
|
2657
|
+
|
|
2516
2658
|
def _typecheckingstub__ba87e32273a791ef8b805baf4bc9f2673318df79033c83263f0a9b3385f35de9(
|
|
2517
2659
|
*,
|
|
2518
2660
|
cpu: builtins.str,
|
|
@@ -2545,6 +2687,7 @@ def _typecheckingstub__e3151e77334ffa97e03663b371e17d90f7842dc4da33dee36252fd84d
|
|
|
2545
2687
|
name: typing.Optional[builtins.str] = None,
|
|
2546
2688
|
network_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.NetworkConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2547
2689
|
runtime_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ConfigurationObjectProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2690
|
+
scheduler_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.SchedulerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2548
2691
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2549
2692
|
worker_type_specifications: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.WorkerTypeSpecificationInputProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2550
2693
|
) -> None:
|
aws_cdk/aws_events/__init__.py
CHANGED
|
@@ -1694,7 +1694,7 @@ class CfnConnection(
|
|
|
1694
1694
|
:param authorization_type: The type of authorization to use for the connection. .. epigraph:: OAUTH tokens are refreshed when a 401 or 407 response is returned.
|
|
1695
1695
|
:param auth_parameters: The authorization parameters to use to authorize with the endpoint. You must include only authorization parameters for the ``AuthorizationType`` you specify.
|
|
1696
1696
|
:param description: A description for the connection to create.
|
|
1697
|
-
:param invocation_connectivity_parameters:
|
|
1697
|
+
:param invocation_connectivity_parameters: For connections to private APIs, the parameters to use for invoking the API. For more information, see `Connecting to private APIs <https://docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html>`_ in the **Amazon EventBridge User Guide** .
|
|
1698
1698
|
:param name: The name for the connection to create.
|
|
1699
1699
|
'''
|
|
1700
1700
|
if __debug__:
|
|
@@ -1757,7 +1757,9 @@ class CfnConnection(
|
|
|
1757
1757
|
) -> builtins.str:
|
|
1758
1758
|
'''For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
|
|
1759
1759
|
|
|
1760
|
-
|
|
1760
|
+
.. epigraph::
|
|
1761
|
+
|
|
1762
|
+
The value of this property is set by EventBridge . Any value you specify in your template is ignored.
|
|
1761
1763
|
|
|
1762
1764
|
:cloudformationAttribute: AuthParameters.ConnectivityParameters.ResourceParameters.ResourceAssociationArn
|
|
1763
1765
|
'''
|
|
@@ -1770,7 +1772,9 @@ class CfnConnection(
|
|
|
1770
1772
|
) -> builtins.str:
|
|
1771
1773
|
'''For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
|
|
1772
1774
|
|
|
1773
|
-
|
|
1775
|
+
.. epigraph::
|
|
1776
|
+
|
|
1777
|
+
The value of this property is set by EventBridge . Any value you specify in your template is ignored.
|
|
1774
1778
|
|
|
1775
1779
|
:cloudformationAttribute: InvocationConnectivityParameters.ResourceParameters.ResourceAssociationArn
|
|
1776
1780
|
'''
|
|
@@ -1839,7 +1843,7 @@ class CfnConnection(
|
|
|
1839
1843
|
def invocation_connectivity_parameters(
|
|
1840
1844
|
self,
|
|
1841
1845
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.InvocationConnectivityParametersProperty"]]:
|
|
1842
|
-
'''
|
|
1846
|
+
'''For connections to private APIs, the parameters to use for invoking the API.'''
|
|
1843
1847
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.InvocationConnectivityParametersProperty"]], jsii.get(self, "invocationConnectivityParameters"))
|
|
1844
1848
|
|
|
1845
1849
|
@invocation_connectivity_parameters.setter
|
|
@@ -1961,7 +1965,7 @@ class CfnConnection(
|
|
|
1961
1965
|
|
|
1962
1966
|
:param api_key_auth_parameters: The API Key parameters to use for authorization.
|
|
1963
1967
|
:param basic_auth_parameters: The authorization parameters for Basic authorization.
|
|
1964
|
-
:param connectivity_parameters:
|
|
1968
|
+
:param connectivity_parameters: For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate against the endpoint. For more information, see `Authorization methods for connections <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection-auth.html>`_ in the **Amazon EventBridge User Guide** .
|
|
1965
1969
|
:param invocation_http_parameters: Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
|
|
1966
1970
|
:param o_auth_parameters: The OAuth parameters to use for authorization.
|
|
1967
1971
|
|
|
@@ -2094,7 +2098,10 @@ class CfnConnection(
|
|
|
2094
2098
|
def connectivity_parameters(
|
|
2095
2099
|
self,
|
|
2096
2100
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnection.ConnectivityParametersProperty"]]:
|
|
2097
|
-
'''
|
|
2101
|
+
'''For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate against the endpoint.
|
|
2102
|
+
|
|
2103
|
+
For more information, see `Authorization methods for connections <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection-auth.html>`_ in the **Amazon EventBridge User Guide** .
|
|
2104
|
+
|
|
2098
2105
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-authparameters.html#cfn-events-connection-authparameters-connectivityparameters
|
|
2099
2106
|
'''
|
|
2100
2107
|
result = self._values.get("connectivity_parameters")
|
|
@@ -2394,8 +2401,11 @@ class CfnConnection(
|
|
|
2394
2401
|
*,
|
|
2395
2402
|
resource_parameters: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.ResourceParametersProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
2396
2403
|
) -> None:
|
|
2397
|
-
'''
|
|
2398
|
-
|
|
2404
|
+
'''If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
|
|
2405
|
+
|
|
2406
|
+
For more information, see `Authorization methods for connections <https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection-auth.html>`_ in the **Amazon EventBridge User Guide** .
|
|
2407
|
+
|
|
2408
|
+
:param resource_parameters: The parameters for EventBridge to use when invoking the resource endpoint.
|
|
2399
2409
|
|
|
2400
2410
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-connectivityparameters.html
|
|
2401
2411
|
:exampleMetadata: fixture=_generated
|
|
@@ -2426,7 +2436,8 @@ class CfnConnection(
|
|
|
2426
2436
|
def resource_parameters(
|
|
2427
2437
|
self,
|
|
2428
2438
|
) -> typing.Union[_IResolvable_da3f097b, "CfnConnection.ResourceParametersProperty"]:
|
|
2429
|
-
'''
|
|
2439
|
+
'''The parameters for EventBridge to use when invoking the resource endpoint.
|
|
2440
|
+
|
|
2430
2441
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-connectivityparameters.html#cfn-events-connection-connectivityparameters-resourceparameters
|
|
2431
2442
|
'''
|
|
2432
2443
|
result = self._values.get("resource_parameters")
|
|
@@ -2455,9 +2466,11 @@ class CfnConnection(
|
|
|
2455
2466
|
*,
|
|
2456
2467
|
resource_parameters: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnection.ResourceParametersProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
2457
2468
|
) -> None:
|
|
2458
|
-
'''
|
|
2469
|
+
'''For connections to private APIs, the parameters to use for invoking the API.
|
|
2470
|
+
|
|
2471
|
+
For more information, see `Connecting to private APIs <https://docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html>`_ in the **Amazon EventBridge User Guide** .
|
|
2459
2472
|
|
|
2460
|
-
:param resource_parameters:
|
|
2473
|
+
:param resource_parameters: The parameters for EventBridge to use when invoking the resource endpoint.
|
|
2461
2474
|
|
|
2462
2475
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-invocationconnectivityparameters.html
|
|
2463
2476
|
:exampleMetadata: fixture=_generated
|
|
@@ -2488,7 +2501,8 @@ class CfnConnection(
|
|
|
2488
2501
|
def resource_parameters(
|
|
2489
2502
|
self,
|
|
2490
2503
|
) -> typing.Union[_IResolvable_da3f097b, "CfnConnection.ResourceParametersProperty"]:
|
|
2491
|
-
'''
|
|
2504
|
+
'''The parameters for EventBridge to use when invoking the resource endpoint.
|
|
2505
|
+
|
|
2492
2506
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-invocationconnectivityparameters.html#cfn-events-connection-invocationconnectivityparameters-resourceparameters
|
|
2493
2507
|
'''
|
|
2494
2508
|
result = self._values.get("resource_parameters")
|
|
@@ -2756,9 +2770,10 @@ class CfnConnection(
|
|
|
2756
2770
|
resource_configuration_arn: builtins.str,
|
|
2757
2771
|
resource_association_arn: typing.Optional[builtins.str] = None,
|
|
2758
2772
|
) -> None:
|
|
2759
|
-
'''
|
|
2760
|
-
|
|
2761
|
-
:param
|
|
2773
|
+
'''The parameters for EventBridge to use when invoking the resource endpoint.
|
|
2774
|
+
|
|
2775
|
+
:param resource_configuration_arn: The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.
|
|
2776
|
+
:param resource_association_arn: For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration. .. epigraph:: The value of this property is set by EventBridge . Any value you specify in your template is ignored.
|
|
2762
2777
|
|
|
2763
2778
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-resourceparameters.html
|
|
2764
2779
|
:exampleMetadata: fixture=_generated
|
|
@@ -2788,7 +2803,8 @@ class CfnConnection(
|
|
|
2788
2803
|
|
|
2789
2804
|
@builtins.property
|
|
2790
2805
|
def resource_configuration_arn(self) -> builtins.str:
|
|
2791
|
-
'''
|
|
2806
|
+
'''The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.
|
|
2807
|
+
|
|
2792
2808
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-resourceparameters.html#cfn-events-connection-resourceparameters-resourceconfigurationarn
|
|
2793
2809
|
'''
|
|
2794
2810
|
result = self._values.get("resource_configuration_arn")
|
|
@@ -2799,7 +2815,9 @@ class CfnConnection(
|
|
|
2799
2815
|
def resource_association_arn(self) -> typing.Optional[builtins.str]:
|
|
2800
2816
|
'''For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
|
|
2801
2817
|
|
|
2802
|
-
|
|
2818
|
+
.. epigraph::
|
|
2819
|
+
|
|
2820
|
+
The value of this property is set by EventBridge . Any value you specify in your template is ignored.
|
|
2803
2821
|
|
|
2804
2822
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-resourceparameters.html#cfn-events-connection-resourceparameters-resourceassociationarn
|
|
2805
2823
|
'''
|
|
@@ -2844,7 +2862,7 @@ class CfnConnectionProps:
|
|
|
2844
2862
|
:param authorization_type: The type of authorization to use for the connection. .. epigraph:: OAUTH tokens are refreshed when a 401 or 407 response is returned.
|
|
2845
2863
|
:param auth_parameters: The authorization parameters to use to authorize with the endpoint. You must include only authorization parameters for the ``AuthorizationType`` you specify.
|
|
2846
2864
|
:param description: A description for the connection to create.
|
|
2847
|
-
:param invocation_connectivity_parameters:
|
|
2865
|
+
:param invocation_connectivity_parameters: For connections to private APIs, the parameters to use for invoking the API. For more information, see `Connecting to private APIs <https://docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html>`_ in the **Amazon EventBridge User Guide** .
|
|
2848
2866
|
:param name: The name for the connection to create.
|
|
2849
2867
|
|
|
2850
2868
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-connection.html
|
|
@@ -3002,7 +3020,9 @@ class CfnConnectionProps:
|
|
|
3002
3020
|
def invocation_connectivity_parameters(
|
|
3003
3021
|
self,
|
|
3004
3022
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnection.InvocationConnectivityParametersProperty]]:
|
|
3005
|
-
'''
|
|
3023
|
+
'''For connections to private APIs, the parameters to use for invoking the API.
|
|
3024
|
+
|
|
3025
|
+
For more information, see `Connecting to private APIs <https://docs.aws.amazon.com/eventbridge/latest/userguide/connection-private.html>`_ in the **Amazon EventBridge User Guide** .
|
|
3006
3026
|
|
|
3007
3027
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-connection.html#cfn-events-connection-invocationconnectivityparameters
|
|
3008
3028
|
'''
|
|
@@ -6888,10 +6908,10 @@ class CfnRule(
|
|
|
6888
6908
|
)
|
|
6889
6909
|
class SageMakerPipelineParameterProperty:
|
|
6890
6910
|
def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
|
|
6891
|
-
'''Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.
|
|
6911
|
+
'''Name/Value pair of a parameter to start execution of a SageMaker AI Model Building Pipeline.
|
|
6892
6912
|
|
|
6893
|
-
:param name: Name of parameter to start execution of a SageMaker Model Building Pipeline.
|
|
6894
|
-
:param value: Value of parameter to start execution of a SageMaker Model Building Pipeline.
|
|
6913
|
+
:param name: Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
|
|
6914
|
+
:param value: Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
|
|
6895
6915
|
|
|
6896
6916
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameter.html
|
|
6897
6917
|
:exampleMetadata: fixture=_generated
|
|
@@ -6918,7 +6938,7 @@ class CfnRule(
|
|
|
6918
6938
|
|
|
6919
6939
|
@builtins.property
|
|
6920
6940
|
def name(self) -> builtins.str:
|
|
6921
|
-
'''Name of parameter to start execution of a SageMaker Model Building Pipeline.
|
|
6941
|
+
'''Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
|
|
6922
6942
|
|
|
6923
6943
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameter.html#cfn-events-rule-sagemakerpipelineparameter-name
|
|
6924
6944
|
'''
|
|
@@ -6928,7 +6948,7 @@ class CfnRule(
|
|
|
6928
6948
|
|
|
6929
6949
|
@builtins.property
|
|
6930
6950
|
def value(self) -> builtins.str:
|
|
6931
|
-
'''Value of parameter to start execution of a SageMaker Model Building Pipeline.
|
|
6951
|
+
'''Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
|
|
6932
6952
|
|
|
6933
6953
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameter.html#cfn-events-rule-sagemakerpipelineparameter-value
|
|
6934
6954
|
'''
|
|
@@ -6958,9 +6978,9 @@ class CfnRule(
|
|
|
6958
6978
|
*,
|
|
6959
6979
|
pipeline_parameter_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnRule.SageMakerPipelineParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6960
6980
|
) -> None:
|
|
6961
|
-
'''These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.
|
|
6981
|
+
'''These are custom parameters to use when the target is a SageMaker AI Model Building Pipeline that starts based on EventBridge events.
|
|
6962
6982
|
|
|
6963
|
-
:param pipeline_parameter_list: List of Parameter names and values for SageMaker Model Building Pipeline execution.
|
|
6983
|
+
:param pipeline_parameter_list: List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
|
|
6964
6984
|
|
|
6965
6985
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameters.html
|
|
6966
6986
|
:exampleMetadata: fixture=_generated
|
|
@@ -6989,7 +7009,7 @@ class CfnRule(
|
|
|
6989
7009
|
def pipeline_parameter_list(
|
|
6990
7010
|
self,
|
|
6991
7011
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRule.SageMakerPipelineParameterProperty"]]]]:
|
|
6992
|
-
'''List of Parameter names and values for SageMaker Model Building Pipeline execution.
|
|
7012
|
+
'''List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
|
|
6993
7013
|
|
|
6994
7014
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameters.html#cfn-events-rule-sagemakerpipelineparameters-pipelineparameterlist
|
|
6995
7015
|
'''
|
|
@@ -7202,7 +7222,7 @@ class CfnRule(
|
|
|
7202
7222
|
:param retry_policy: The retry policy configuration to use for the dead-letter queue.
|
|
7203
7223
|
:param role_arn: The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. If one rule triggers multiple targets, you can use a different IAM role for each target.
|
|
7204
7224
|
:param run_command_parameters: Parameters used when you are using the rule to invoke Amazon EC2 Run Command.
|
|
7205
|
-
:param sage_maker_pipeline_parameters: Contains the SageMaker Model Building Pipeline parameters to start execution of a SageMaker Model Building Pipeline. If you specify a SageMaker Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
|
|
7225
|
+
:param sage_maker_pipeline_parameters: Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline. If you specify a SageMaker AI Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
|
|
7206
7226
|
:param sqs_parameters: Contains the message group ID to use when the target is a FIFO queue. If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.
|
|
7207
7227
|
|
|
7208
7228
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html
|
|
@@ -7568,9 +7588,9 @@ class CfnRule(
|
|
|
7568
7588
|
def sage_maker_pipeline_parameters(
|
|
7569
7589
|
self,
|
|
7570
7590
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnRule.SageMakerPipelineParametersProperty"]]:
|
|
7571
|
-
'''Contains the SageMaker Model Building Pipeline parameters to start execution of a SageMaker Model Building Pipeline.
|
|
7591
|
+
'''Contains the SageMaker AI Model Building Pipeline parameters to start execution of a SageMaker AI Model Building Pipeline.
|
|
7572
7592
|
|
|
7573
|
-
If you specify a SageMaker Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
|
|
7593
|
+
If you specify a SageMaker AI Model Building Pipeline as a target, you can use this to specify parameters to start a pipeline execution based on EventBridge events.
|
|
7574
7594
|
|
|
7575
7595
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-target.html#cfn-events-rule-target-sagemakerpipelineparameters
|
|
7576
7596
|
'''
|