aws-cdk-lib 2.201.0__py3-none-any.whl → 2.203.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 +70 -71
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.201.0.jsii.tgz → aws-cdk-lib@2.203.0.jsii.tgz} +0 -0
- aws_cdk/aws_accessanalyzer/__init__.py +310 -4
- aws_cdk/aws_aiops/__init__.py +964 -0
- aws_cdk/aws_amplify/__init__.py +127 -0
- aws_cdk/aws_arczonalshift/__init__.py +8 -8
- aws_cdk/aws_athena/__init__.py +12 -11
- aws_cdk/aws_b2bi/__init__.py +782 -3
- aws_cdk/aws_backup/__init__.py +22 -0
- aws_cdk/aws_batch/__init__.py +53 -1
- aws_cdk/aws_bedrock/__init__.py +123 -9
- aws_cdk/aws_cleanrooms/__init__.py +157 -154
- aws_cdk/aws_cloudformation/__init__.py +28 -28
- aws_cdk/aws_cloudfront/__init__.py +92 -57
- aws_cdk/aws_cloudfront/experimental/__init__.py +42 -3
- aws_cdk/aws_cloudwatch/__init__.py +228 -2
- aws_cdk/aws_connect/__init__.py +120 -8
- aws_cdk/aws_connectcampaignsv2/__init__.py +25 -4
- aws_cdk/aws_customerprofiles/__init__.py +150 -30
- aws_cdk/aws_datazone/__init__.py +23 -4
- aws_cdk/aws_deadline/__init__.py +4 -4
- aws_cdk/aws_dsql/__init__.py +148 -0
- aws_cdk/aws_ec2/__init__.py +321 -19
- aws_cdk/aws_ecr/__init__.py +3 -3
- aws_cdk/aws_ecs/__init__.py +48 -13
- aws_cdk/aws_efs/__init__.py +17 -6
- aws_cdk/aws_eks/__init__.py +180 -158
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +4 -2
- aws_cdk/aws_emrserverless/__init__.py +118 -0
- aws_cdk/aws_fsx/__init__.py +891 -0
- aws_cdk/aws_glue/__init__.py +58 -24
- aws_cdk/aws_iam/__init__.py +11 -11
- aws_cdk/aws_inspectorv2/__init__.py +442 -3
- aws_cdk/aws_kendra/__init__.py +10 -5
- aws_cdk/aws_kms/__init__.py +24 -12
- aws_cdk/aws_lambda/__init__.py +938 -36
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +37 -3
- aws_cdk/aws_lex/__init__.py +703 -0
- aws_cdk/aws_logs/__init__.py +144 -0
- aws_cdk/aws_mediatailor/__init__.py +399 -0
- aws_cdk/aws_mpa/__init__.py +1475 -0
- aws_cdk/aws_msk/__init__.py +21 -2
- aws_cdk/aws_mwaa/__init__.py +45 -2
- aws_cdk/aws_networkfirewall/__init__.py +4 -2
- aws_cdk/aws_networkmanager/__init__.py +51 -3
- aws_cdk/aws_opsworkscm/__init__.py +44 -2
- aws_cdk/aws_rds/__init__.py +175 -42
- aws_cdk/aws_redshiftserverless/__init__.py +632 -0
- aws_cdk/aws_route53resolver/__init__.py +58 -10
- aws_cdk/aws_s3/__init__.py +19 -1
- aws_cdk/aws_s3tables/__init__.py +230 -0
- aws_cdk/aws_sagemaker/__init__.py +14 -10
- aws_cdk/aws_securityhub/__init__.py +2887 -56
- aws_cdk/aws_synthetics/__init__.py +21 -0
- aws_cdk/aws_vpclattice/__init__.py +6 -4
- aws_cdk/aws_wafv2/__init__.py +849 -18
- aws_cdk/aws_workspacesinstances/__init__.py +3243 -0
- aws_cdk/cloud_assembly_schema/__init__.py +200 -4
- aws_cdk/cx_api/__init__.py +29 -14
- aws_cdk/pipelines/__init__.py +178 -41
- aws_cdk/triggers/__init__.py +41 -4
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/RECORD +69 -66
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/top_level.txt +0 -0
|
@@ -3858,7 +3858,7 @@ class CfnListener(
|
|
|
3858
3858
|
:param default_actions: The actions for the default rule. You cannot define a condition for a default rule. To create additional rules for an Application Load Balancer, use `AWS::ElasticLoadBalancingV2::ListenerRule <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html>`_ .
|
|
3859
3859
|
:param load_balancer_arn: The Amazon Resource Name (ARN) of the load balancer.
|
|
3860
3860
|
:param alpn_policy: [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
|
|
3861
|
-
:param certificates: The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS. To create a certificate list for a secure listener, use `AWS::ElasticLoadBalancingV2::ListenerCertificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html>`_ .
|
|
3861
|
+
:param certificates: The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS. For an HTTPS listener, update requires some interruptions. For a TLS listener, update requires no interruption. To create a certificate list for a secure listener, use `AWS::ElasticLoadBalancingV2::ListenerCertificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html>`_ .
|
|
3862
3862
|
:param listener_attributes: The listener attributes. Attributes that you do not modify retain their current values.
|
|
3863
3863
|
:param mutual_authentication: The mutual authentication configuration information.
|
|
3864
3864
|
:param port: The port on which the load balancer is listening. You can't specify a port for a Gateway Load Balancer.
|
|
@@ -5807,7 +5807,7 @@ class CfnListenerProps:
|
|
|
5807
5807
|
:param default_actions: The actions for the default rule. You cannot define a condition for a default rule. To create additional rules for an Application Load Balancer, use `AWS::ElasticLoadBalancingV2::ListenerRule <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html>`_ .
|
|
5808
5808
|
:param load_balancer_arn: The Amazon Resource Name (ARN) of the load balancer.
|
|
5809
5809
|
:param alpn_policy: [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.
|
|
5810
|
-
:param certificates: The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS. To create a certificate list for a secure listener, use `AWS::ElasticLoadBalancingV2::ListenerCertificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html>`_ .
|
|
5810
|
+
:param certificates: The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS. For an HTTPS listener, update requires some interruptions. For a TLS listener, update requires no interruption. To create a certificate list for a secure listener, use `AWS::ElasticLoadBalancingV2::ListenerCertificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html>`_ .
|
|
5811
5811
|
:param listener_attributes: The listener attributes. Attributes that you do not modify retain their current values.
|
|
5812
5812
|
:param mutual_authentication: The mutual authentication configuration information.
|
|
5813
5813
|
:param port: The port on which the load balancer is listening. You can't specify a port for a Gateway Load Balancer.
|
|
@@ -5983,6 +5983,8 @@ class CfnListenerProps:
|
|
|
5983
5983
|
|
|
5984
5984
|
You must provide exactly one certificate if the listener protocol is HTTPS or TLS.
|
|
5985
5985
|
|
|
5986
|
+
For an HTTPS listener, update requires some interruptions. For a TLS listener, update requires no interruption.
|
|
5987
|
+
|
|
5986
5988
|
To create a certificate list for a secure listener, use `AWS::ElasticLoadBalancingV2::ListenerCertificate <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html>`_ .
|
|
5987
5989
|
|
|
5988
5990
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-certificates
|
|
@@ -104,6 +104,9 @@ class CfnApplication(
|
|
|
104
104
|
enabled=False,
|
|
105
105
|
idle_timeout_minutes=123
|
|
106
106
|
),
|
|
107
|
+
identity_center_configuration=emrserverless.CfnApplication.IdentityCenterConfigurationProperty(
|
|
108
|
+
identity_center_instance_arn="identityCenterInstanceArn"
|
|
109
|
+
),
|
|
107
110
|
image_configuration=emrserverless.CfnApplication.ImageConfigurationInputProperty(
|
|
108
111
|
image_uri="imageUri"
|
|
109
112
|
),
|
|
@@ -197,6 +200,7 @@ class CfnApplication(
|
|
|
197
200
|
architecture: typing.Optional[builtins.str] = None,
|
|
198
201
|
auto_start_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.AutoStartConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
199
202
|
auto_stop_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.AutoStopConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
203
|
+
identity_center_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.IdentityCenterConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
200
204
|
image_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.ImageConfigurationInputProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
201
205
|
initial_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.InitialCapacityConfigKeyValuePairProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
202
206
|
interactive_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApplication.InteractiveConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -217,6 +221,7 @@ class CfnApplication(
|
|
|
217
221
|
:param architecture: The CPU architecture of an application.
|
|
218
222
|
:param auto_start_configuration: The configuration for an application to automatically start on job submission.
|
|
219
223
|
:param auto_stop_configuration: The configuration for an application to automatically stop after a certain amount of time being idle.
|
|
224
|
+
:param identity_center_configuration: The IAM IdentityCenter configuration for trusted-identity-propagation on this application. Supported with release labels emr-7.8.0 and above.
|
|
220
225
|
:param image_configuration: The image configuration applied to all worker types.
|
|
221
226
|
:param initial_capacity: The initial capacity of the application.
|
|
222
227
|
:param interactive_configuration: The interactive configuration object that enables the interactive use cases for an application.
|
|
@@ -239,6 +244,7 @@ class CfnApplication(
|
|
|
239
244
|
architecture=architecture,
|
|
240
245
|
auto_start_configuration=auto_start_configuration,
|
|
241
246
|
auto_stop_configuration=auto_stop_configuration,
|
|
247
|
+
identity_center_configuration=identity_center_configuration,
|
|
242
248
|
image_configuration=image_configuration,
|
|
243
249
|
initial_capacity=initial_capacity,
|
|
244
250
|
interactive_configuration=interactive_configuration,
|
|
@@ -388,6 +394,24 @@ class CfnApplication(
|
|
|
388
394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
389
395
|
jsii.set(self, "autoStopConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
390
396
|
|
|
397
|
+
@builtins.property
|
|
398
|
+
@jsii.member(jsii_name="identityCenterConfiguration")
|
|
399
|
+
def identity_center_configuration(
|
|
400
|
+
self,
|
|
401
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]]:
|
|
402
|
+
'''The IAM IdentityCenter configuration for trusted-identity-propagation on this application.'''
|
|
403
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]], jsii.get(self, "identityCenterConfiguration"))
|
|
404
|
+
|
|
405
|
+
@identity_center_configuration.setter
|
|
406
|
+
def identity_center_configuration(
|
|
407
|
+
self,
|
|
408
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnApplication.IdentityCenterConfigurationProperty"]],
|
|
409
|
+
) -> None:
|
|
410
|
+
if __debug__:
|
|
411
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f1eed40ed1dc7d44d38be43c5f1ba67a1974e1b84a61945af44e0b33ee6910a0)
|
|
412
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
413
|
+
jsii.set(self, "identityCenterConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
414
|
+
|
|
391
415
|
@builtins.property
|
|
392
416
|
@jsii.member(jsii_name="imageConfiguration")
|
|
393
417
|
def image_configuration(
|
|
@@ -950,6 +974,63 @@ class CfnApplication(
|
|
|
950
974
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
951
975
|
)
|
|
952
976
|
|
|
977
|
+
@jsii.data_type(
|
|
978
|
+
jsii_type="aws-cdk-lib.aws_emrserverless.CfnApplication.IdentityCenterConfigurationProperty",
|
|
979
|
+
jsii_struct_bases=[],
|
|
980
|
+
name_mapping={"identity_center_instance_arn": "identityCenterInstanceArn"},
|
|
981
|
+
)
|
|
982
|
+
class IdentityCenterConfigurationProperty:
|
|
983
|
+
def __init__(
|
|
984
|
+
self,
|
|
985
|
+
*,
|
|
986
|
+
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
987
|
+
) -> None:
|
|
988
|
+
'''The IAM IdentityCenter configuration for trusted-identity-propagation on this application.
|
|
989
|
+
|
|
990
|
+
Supported with release labels emr-7.8.0 and above.
|
|
991
|
+
|
|
992
|
+
:param identity_center_instance_arn: The IAM IdentityCenter instance arn.
|
|
993
|
+
|
|
994
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html
|
|
995
|
+
:exampleMetadata: fixture=_generated
|
|
996
|
+
|
|
997
|
+
Example::
|
|
998
|
+
|
|
999
|
+
# The code below shows an example of how to instantiate this type.
|
|
1000
|
+
# The values are placeholders you should change.
|
|
1001
|
+
from aws_cdk import aws_emrserverless as emrserverless
|
|
1002
|
+
|
|
1003
|
+
identity_center_configuration_property = emrserverless.CfnApplication.IdentityCenterConfigurationProperty(
|
|
1004
|
+
identity_center_instance_arn="identityCenterInstanceArn"
|
|
1005
|
+
)
|
|
1006
|
+
'''
|
|
1007
|
+
if __debug__:
|
|
1008
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e39791b3c0e4b2bc25ba2e752692f0e0b9015cac1be177ed585a88beab629a2e)
|
|
1009
|
+
check_type(argname="argument identity_center_instance_arn", value=identity_center_instance_arn, expected_type=type_hints["identity_center_instance_arn"])
|
|
1010
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1011
|
+
if identity_center_instance_arn is not None:
|
|
1012
|
+
self._values["identity_center_instance_arn"] = identity_center_instance_arn
|
|
1013
|
+
|
|
1014
|
+
@builtins.property
|
|
1015
|
+
def identity_center_instance_arn(self) -> typing.Optional[builtins.str]:
|
|
1016
|
+
'''The IAM IdentityCenter instance arn.
|
|
1017
|
+
|
|
1018
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html#cfn-emrserverless-application-identitycenterconfiguration-identitycenterinstancearn
|
|
1019
|
+
'''
|
|
1020
|
+
result = self._values.get("identity_center_instance_arn")
|
|
1021
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1022
|
+
|
|
1023
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1024
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1025
|
+
|
|
1026
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1027
|
+
return not (rhs == self)
|
|
1028
|
+
|
|
1029
|
+
def __repr__(self) -> str:
|
|
1030
|
+
return "IdentityCenterConfigurationProperty(%s)" % ", ".join(
|
|
1031
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1032
|
+
)
|
|
1033
|
+
|
|
953
1034
|
@jsii.data_type(
|
|
954
1035
|
jsii_type="aws-cdk-lib.aws_emrserverless.CfnApplication.ImageConfigurationInputProperty",
|
|
955
1036
|
jsii_struct_bases=[],
|
|
@@ -2077,6 +2158,7 @@ class CfnApplication(
|
|
|
2077
2158
|
"architecture": "architecture",
|
|
2078
2159
|
"auto_start_configuration": "autoStartConfiguration",
|
|
2079
2160
|
"auto_stop_configuration": "autoStopConfiguration",
|
|
2161
|
+
"identity_center_configuration": "identityCenterConfiguration",
|
|
2080
2162
|
"image_configuration": "imageConfiguration",
|
|
2081
2163
|
"initial_capacity": "initialCapacity",
|
|
2082
2164
|
"interactive_configuration": "interactiveConfiguration",
|
|
@@ -2099,6 +2181,7 @@ class CfnApplicationProps:
|
|
|
2099
2181
|
architecture: typing.Optional[builtins.str] = None,
|
|
2100
2182
|
auto_start_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.AutoStartConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2101
2183
|
auto_stop_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.AutoStopConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2184
|
+
identity_center_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.IdentityCenterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2102
2185
|
image_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ImageConfigurationInputProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2103
2186
|
initial_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.InitialCapacityConfigKeyValuePairProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2104
2187
|
interactive_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.InteractiveConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2118,6 +2201,7 @@ class CfnApplicationProps:
|
|
|
2118
2201
|
:param architecture: The CPU architecture of an application.
|
|
2119
2202
|
:param auto_start_configuration: The configuration for an application to automatically start on job submission.
|
|
2120
2203
|
:param auto_stop_configuration: The configuration for an application to automatically stop after a certain amount of time being idle.
|
|
2204
|
+
:param identity_center_configuration: The IAM IdentityCenter configuration for trusted-identity-propagation on this application. Supported with release labels emr-7.8.0 and above.
|
|
2121
2205
|
:param image_configuration: The image configuration applied to all worker types.
|
|
2122
2206
|
:param initial_capacity: The initial capacity of the application.
|
|
2123
2207
|
:param interactive_configuration: The interactive configuration object that enables the interactive use cases for an application.
|
|
@@ -2154,6 +2238,9 @@ class CfnApplicationProps:
|
|
|
2154
2238
|
enabled=False,
|
|
2155
2239
|
idle_timeout_minutes=123
|
|
2156
2240
|
),
|
|
2241
|
+
identity_center_configuration=emrserverless.CfnApplication.IdentityCenterConfigurationProperty(
|
|
2242
|
+
identity_center_instance_arn="identityCenterInstanceArn"
|
|
2243
|
+
),
|
|
2157
2244
|
image_configuration=emrserverless.CfnApplication.ImageConfigurationInputProperty(
|
|
2158
2245
|
image_uri="imageUri"
|
|
2159
2246
|
),
|
|
@@ -2243,6 +2330,7 @@ class CfnApplicationProps:
|
|
|
2243
2330
|
check_type(argname="argument architecture", value=architecture, expected_type=type_hints["architecture"])
|
|
2244
2331
|
check_type(argname="argument auto_start_configuration", value=auto_start_configuration, expected_type=type_hints["auto_start_configuration"])
|
|
2245
2332
|
check_type(argname="argument auto_stop_configuration", value=auto_stop_configuration, expected_type=type_hints["auto_stop_configuration"])
|
|
2333
|
+
check_type(argname="argument identity_center_configuration", value=identity_center_configuration, expected_type=type_hints["identity_center_configuration"])
|
|
2246
2334
|
check_type(argname="argument image_configuration", value=image_configuration, expected_type=type_hints["image_configuration"])
|
|
2247
2335
|
check_type(argname="argument initial_capacity", value=initial_capacity, expected_type=type_hints["initial_capacity"])
|
|
2248
2336
|
check_type(argname="argument interactive_configuration", value=interactive_configuration, expected_type=type_hints["interactive_configuration"])
|
|
@@ -2264,6 +2352,8 @@ class CfnApplicationProps:
|
|
|
2264
2352
|
self._values["auto_start_configuration"] = auto_start_configuration
|
|
2265
2353
|
if auto_stop_configuration is not None:
|
|
2266
2354
|
self._values["auto_stop_configuration"] = auto_stop_configuration
|
|
2355
|
+
if identity_center_configuration is not None:
|
|
2356
|
+
self._values["identity_center_configuration"] = identity_center_configuration
|
|
2267
2357
|
if image_configuration is not None:
|
|
2268
2358
|
self._values["image_configuration"] = image_configuration
|
|
2269
2359
|
if initial_capacity is not None:
|
|
@@ -2338,6 +2428,19 @@ class CfnApplicationProps:
|
|
|
2338
2428
|
result = self._values.get("auto_stop_configuration")
|
|
2339
2429
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.AutoStopConfigurationProperty]], result)
|
|
2340
2430
|
|
|
2431
|
+
@builtins.property
|
|
2432
|
+
def identity_center_configuration(
|
|
2433
|
+
self,
|
|
2434
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.IdentityCenterConfigurationProperty]]:
|
|
2435
|
+
'''The IAM IdentityCenter configuration for trusted-identity-propagation on this application.
|
|
2436
|
+
|
|
2437
|
+
Supported with release labels emr-7.8.0 and above.
|
|
2438
|
+
|
|
2439
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration
|
|
2440
|
+
'''
|
|
2441
|
+
result = self._values.get("identity_center_configuration")
|
|
2442
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.IdentityCenterConfigurationProperty]], result)
|
|
2443
|
+
|
|
2341
2444
|
@builtins.property
|
|
2342
2445
|
def image_configuration(
|
|
2343
2446
|
self,
|
|
@@ -2489,6 +2592,7 @@ def _typecheckingstub__73910249d55cbd2983a3ea1bb4666acedb0e3e84df9686bbdeecd191b
|
|
|
2489
2592
|
architecture: typing.Optional[builtins.str] = None,
|
|
2490
2593
|
auto_start_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.AutoStartConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2491
2594
|
auto_stop_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.AutoStopConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2595
|
+
identity_center_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.IdentityCenterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2492
2596
|
image_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ImageConfigurationInputProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2493
2597
|
initial_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.InitialCapacityConfigKeyValuePairProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2494
2598
|
interactive_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.InteractiveConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -2546,6 +2650,12 @@ def _typecheckingstub__6f1b3d83107f5e408234e2bfc84b1e4ecd5f468b8f46ba51ddf116c1b
|
|
|
2546
2650
|
"""Type checking stubs"""
|
|
2547
2651
|
pass
|
|
2548
2652
|
|
|
2653
|
+
def _typecheckingstub__f1eed40ed1dc7d44d38be43c5f1ba67a1974e1b84a61945af44e0b33ee6910a0(
|
|
2654
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.IdentityCenterConfigurationProperty]],
|
|
2655
|
+
) -> None:
|
|
2656
|
+
"""Type checking stubs"""
|
|
2657
|
+
pass
|
|
2658
|
+
|
|
2549
2659
|
def _typecheckingstub__368a96aa7c6ff916676fe29b5a922fae846a89a5edbb8c71b20a5d60107bff71(
|
|
2550
2660
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApplication.ImageConfigurationInputProperty]],
|
|
2551
2661
|
) -> None:
|
|
@@ -2647,6 +2757,13 @@ def _typecheckingstub__f6631f05a0f985523b64829ba85bb2686c8aecd114d8a1c04c994338e
|
|
|
2647
2757
|
"""Type checking stubs"""
|
|
2648
2758
|
pass
|
|
2649
2759
|
|
|
2760
|
+
def _typecheckingstub__e39791b3c0e4b2bc25ba2e752692f0e0b9015cac1be177ed585a88beab629a2e(
|
|
2761
|
+
*,
|
|
2762
|
+
identity_center_instance_arn: typing.Optional[builtins.str] = None,
|
|
2763
|
+
) -> None:
|
|
2764
|
+
"""Type checking stubs"""
|
|
2765
|
+
pass
|
|
2766
|
+
|
|
2650
2767
|
def _typecheckingstub__f60138497ea02d9962f5b33612a58874538452fcad71efafe327c8dd4b46ee62(
|
|
2651
2768
|
*,
|
|
2652
2769
|
image_uri: typing.Optional[builtins.str] = None,
|
|
@@ -2768,6 +2885,7 @@ def _typecheckingstub__e3151e77334ffa97e03663b371e17d90f7842dc4da33dee36252fd84d
|
|
|
2768
2885
|
architecture: typing.Optional[builtins.str] = None,
|
|
2769
2886
|
auto_start_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.AutoStartConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2770
2887
|
auto_stop_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.AutoStopConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2888
|
+
identity_center_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.IdentityCenterConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2771
2889
|
image_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.ImageConfigurationInputProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2772
2890
|
initial_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.InitialCapacityConfigKeyValuePairProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2773
2891
|
interactive_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApplication.InteractiveConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|