aws-cdk-lib 2.194.0__py3-none-any.whl → 2.196.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 +435 -20
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.194.0.jsii.tgz → aws-cdk-lib@2.196.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +2 -2
- aws_cdk/aws_apigateway/__init__.py +208 -70
- aws_cdk/aws_apigatewayv2/__init__.py +155 -24
- aws_cdk/aws_appconfig/__init__.py +24 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +6 -0
- aws_cdk/aws_appmesh/__init__.py +42 -0
- aws_cdk/aws_appsync/__init__.py +92 -20
- aws_cdk/aws_autoscaling/__init__.py +24 -0
- aws_cdk/aws_backup/__init__.py +53 -14
- aws_cdk/aws_batch/__init__.py +72 -0
- aws_cdk/aws_bedrock/__init__.py +1201 -18
- aws_cdk/aws_budgets/__init__.py +569 -0
- aws_cdk/aws_certificatemanager/__init__.py +21 -0
- aws_cdk/aws_chatbot/__init__.py +6 -0
- aws_cdk/aws_cloudfront/__init__.py +277 -120
- aws_cdk/aws_cloudfront/experimental/__init__.py +6 -0
- aws_cdk/aws_cloudtrail/__init__.py +6 -0
- aws_cdk/aws_cloudwatch/__init__.py +18 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +75 -1
- aws_cdk/aws_codebuild/__init__.py +48 -0
- aws_cdk/aws_codecommit/__init__.py +6 -0
- aws_cdk/aws_codedeploy/__init__.py +63 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +6 -0
- aws_cdk/aws_codepipeline/__init__.py +114 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +4 -4
- aws_cdk/aws_codestarnotifications/__init__.py +6 -0
- aws_cdk/aws_cognito/__init__.py +215 -10
- aws_cdk/aws_cognito_identitypool/__init__.py +6 -0
- aws_cdk/aws_config/__init__.py +36 -0
- aws_cdk/aws_datazone/__init__.py +1013 -100
- aws_cdk/aws_docdb/__init__.py +27 -3
- aws_cdk/aws_dsql/__init__.py +29 -12
- aws_cdk/aws_dynamodb/__init__.py +25 -11
- aws_cdk/aws_ec2/__init__.py +408 -23
- aws_cdk/aws_ecr/__init__.py +22 -14
- aws_cdk/aws_ecr_assets/__init__.py +6 -0
- aws_cdk/aws_ecs/__init__.py +116 -34
- aws_cdk/aws_ecs_patterns/__init__.py +58 -0
- aws_cdk/aws_efs/__init__.py +12 -0
- aws_cdk/aws_eks/__init__.py +42 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +6 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +112 -9
- aws_cdk/aws_elasticsearch/__init__.py +9 -0
- aws_cdk/aws_events/__init__.py +36 -0
- aws_cdk/aws_events_targets/__init__.py +10 -10
- aws_cdk/aws_fsx/__init__.py +8 -3
- aws_cdk/aws_globalaccelerator/__init__.py +18 -0
- aws_cdk/aws_iam/__init__.py +66 -0
- aws_cdk/aws_imagebuilder/__init__.py +181 -26
- aws_cdk/aws_inspector/__init__.py +6 -0
- aws_cdk/aws_kinesis/__init__.py +19 -1
- aws_cdk/aws_kinesisanalytics/__init__.py +7 -7
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +7 -7
- aws_cdk/aws_kinesisfirehose/__init__.py +6 -0
- aws_cdk/aws_kms/__init__.py +16 -4
- aws_cdk/aws_lambda/__init__.py +76 -6
- aws_cdk/aws_lambda_nodejs/__init__.py +6 -0
- aws_cdk/aws_logs/__init__.py +155 -12
- aws_cdk/aws_medialive/__init__.py +4 -6
- aws_cdk/aws_mediatailor/__init__.py +115 -0
- aws_cdk/aws_oam/__init__.py +43 -10
- aws_cdk/aws_opensearchservice/__init__.py +12 -0
- aws_cdk/aws_qbusiness/__init__.py +2 -2
- aws_cdk/aws_quicksight/__init__.py +22 -22
- aws_cdk/aws_rds/__init__.py +347 -36
- aws_cdk/aws_redshiftserverless/__init__.py +7 -7
- aws_cdk/aws_route53/__init__.py +735 -33
- aws_cdk/aws_route53_targets/__init__.py +62 -1
- aws_cdk/aws_route53profiles/__init__.py +1 -1
- aws_cdk/aws_s3/__init__.py +37 -10
- aws_cdk/aws_s3_deployment/__init__.py +6 -0
- aws_cdk/aws_s3_notifications/__init__.py +5 -5
- aws_cdk/aws_sagemaker/__init__.py +452 -8
- aws_cdk/aws_scheduler/__init__.py +12 -0
- aws_cdk/aws_secretsmanager/__init__.py +24 -0
- aws_cdk/aws_servicecatalog/__init__.py +24 -0
- aws_cdk/aws_servicediscovery/__init__.py +48 -0
- aws_cdk/aws_ses/__init__.py +133 -33
- aws_cdk/aws_signer/__init__.py +6 -0
- aws_cdk/aws_sns/__init__.py +18 -0
- aws_cdk/aws_sns_subscriptions/__init__.py +6 -0
- aws_cdk/aws_sqs/__init__.py +12 -0
- aws_cdk/aws_ssm/__init__.py +12 -0
- aws_cdk/aws_ssmcontacts/__init__.py +53 -2
- aws_cdk/aws_ssmguiconnect/__init__.py +544 -0
- aws_cdk/aws_stepfunctions/__init__.py +153 -7
- aws_cdk/aws_stepfunctions_tasks/__init__.py +46 -10
- aws_cdk/aws_synthetics/__init__.py +32 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +168 -3
- aws_cdk/aws_vpclattice/__init__.py +3 -1
- aws_cdk/aws_wisdom/__init__.py +6 -4
- aws_cdk/cloud_assembly_schema/__init__.py +7 -1
- aws_cdk/custom_resources/__init__.py +18 -0
- aws_cdk/cx_api/__init__.py +33 -0
- aws_cdk/lambda_layer_awscli/__init__.py +6 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +6 -0
- aws_cdk/pipelines/__init__.py +10 -10
- aws_cdk/triggers/__init__.py +6 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/METADATA +84 -6
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/RECORD +108 -107
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.194.0.dist-info → aws_cdk_lib-2.196.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_events/__init__.py
CHANGED
|
@@ -679,6 +679,12 @@ class Archive(
|
|
|
679
679
|
|
|
680
680
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
681
681
|
|
|
682
|
+
@jsii.python.classproperty
|
|
683
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
684
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
685
|
+
'''Uniquely identifies this class.'''
|
|
686
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
687
|
+
|
|
682
688
|
@builtins.property
|
|
683
689
|
@jsii.member(jsii_name="archiveArn")
|
|
684
690
|
def archive_arn(self) -> builtins.str:
|
|
@@ -8646,6 +8652,12 @@ class EventBusPolicy(
|
|
|
8646
8652
|
|
|
8647
8653
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8648
8654
|
|
|
8655
|
+
@jsii.python.classproperty
|
|
8656
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
8657
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
8658
|
+
'''Uniquely identifies this class.'''
|
|
8659
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
8660
|
+
|
|
8649
8661
|
|
|
8650
8662
|
@jsii.data_type(
|
|
8651
8663
|
jsii_type="aws-cdk-lib.aws_events.EventBusPolicyProps",
|
|
@@ -10715,6 +10727,12 @@ class Rule(
|
|
|
10715
10727
|
def _validate_rule(self) -> typing.List[builtins.str]:
|
|
10716
10728
|
return typing.cast(typing.List[builtins.str], jsii.invoke(self, "validateRule", []))
|
|
10717
10729
|
|
|
10730
|
+
@jsii.python.classproperty
|
|
10731
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
10732
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
10733
|
+
'''Uniquely identifies this class.'''
|
|
10734
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
10735
|
+
|
|
10718
10736
|
@builtins.property
|
|
10719
10737
|
@jsii.member(jsii_name="ruleArn")
|
|
10720
10738
|
def rule_arn(self) -> builtins.str:
|
|
@@ -11758,6 +11776,12 @@ class ApiDestination(
|
|
|
11758
11776
|
|
|
11759
11777
|
return typing.cast("ApiDestination", jsii.sinvoke(cls, "fromApiDestinationAttributes", [scope, id, attrs]))
|
|
11760
11778
|
|
|
11779
|
+
@jsii.python.classproperty
|
|
11780
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
11781
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
11782
|
+
'''Uniquely identifies this class.'''
|
|
11783
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
11784
|
+
|
|
11761
11785
|
@builtins.property
|
|
11762
11786
|
@jsii.member(jsii_name="apiDestinationArn")
|
|
11763
11787
|
def api_destination_arn(self) -> builtins.str:
|
|
@@ -12043,6 +12067,12 @@ class Connection(
|
|
|
12043
12067
|
check_type(argname="argument connection_secret_arn", value=connection_secret_arn, expected_type=type_hints["connection_secret_arn"])
|
|
12044
12068
|
return typing.cast(IConnection, jsii.sinvoke(cls, "fromEventBusArn", [scope, id, connection_arn, connection_secret_arn]))
|
|
12045
12069
|
|
|
12070
|
+
@jsii.python.classproperty
|
|
12071
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12072
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12073
|
+
'''Uniquely identifies this class.'''
|
|
12074
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12075
|
+
|
|
12046
12076
|
@builtins.property
|
|
12047
12077
|
@jsii.member(jsii_name="connectionArn")
|
|
12048
12078
|
def connection_arn(self) -> builtins.str:
|
|
@@ -12282,6 +12312,12 @@ class EventBus(
|
|
|
12282
12312
|
check_type(argname="argument sid", value=sid, expected_type=type_hints["sid"])
|
|
12283
12313
|
return typing.cast(_Grant_a7ae64f8, jsii.invoke(self, "grantPutEventsTo", [grantee, sid]))
|
|
12284
12314
|
|
|
12315
|
+
@jsii.python.classproperty
|
|
12316
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12317
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12318
|
+
'''Uniquely identifies this class.'''
|
|
12319
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12320
|
+
|
|
12285
12321
|
@builtins.property
|
|
12286
12322
|
@jsii.member(jsii_name="eventBusArn")
|
|
12287
12323
|
def event_bus_arn(self) -> builtins.str:
|
|
@@ -1648,19 +1648,19 @@ class CloudWatchLogGroup(
|
|
|
1648
1648
|
@jsii.member(jsii_name="bind")
|
|
1649
1649
|
def bind(
|
|
1650
1650
|
self,
|
|
1651
|
-
|
|
1651
|
+
rule: _IRule_af9e3d28,
|
|
1652
1652
|
_id: typing.Optional[builtins.str] = None,
|
|
1653
1653
|
) -> _RuleTargetConfig_4e70fe03:
|
|
1654
1654
|
'''Returns a RuleTarget that can be used to log an event into a CloudWatch LogGroup.
|
|
1655
1655
|
|
|
1656
|
-
:param
|
|
1656
|
+
:param rule: -
|
|
1657
1657
|
:param _id: -
|
|
1658
1658
|
'''
|
|
1659
1659
|
if __debug__:
|
|
1660
1660
|
type_hints = typing.get_type_hints(_typecheckingstub__5583066efc6b7b2980bfbfbf33e6491271f5faf3b97e5d2ae998d1fe4189d1d4)
|
|
1661
|
-
check_type(argname="argument
|
|
1661
|
+
check_type(argname="argument rule", value=rule, expected_type=type_hints["rule"])
|
|
1662
1662
|
check_type(argname="argument _id", value=_id, expected_type=type_hints["_id"])
|
|
1663
|
-
return typing.cast(_RuleTargetConfig_4e70fe03, jsii.invoke(self, "bind", [
|
|
1663
|
+
return typing.cast(_RuleTargetConfig_4e70fe03, jsii.invoke(self, "bind", [rule, _id]))
|
|
1664
1664
|
|
|
1665
1665
|
|
|
1666
1666
|
@jsii.implements(_IRuleTarget_7a91f454)
|
|
@@ -2064,19 +2064,19 @@ class EcsTask(
|
|
|
2064
2064
|
@jsii.member(jsii_name="bind")
|
|
2065
2065
|
def bind(
|
|
2066
2066
|
self,
|
|
2067
|
-
|
|
2067
|
+
rule: _IRule_af9e3d28,
|
|
2068
2068
|
_id: typing.Optional[builtins.str] = None,
|
|
2069
2069
|
) -> _RuleTargetConfig_4e70fe03:
|
|
2070
2070
|
'''Allows using tasks as target of EventBridge events.
|
|
2071
2071
|
|
|
2072
|
-
:param
|
|
2072
|
+
:param rule: -
|
|
2073
2073
|
:param _id: -
|
|
2074
2074
|
'''
|
|
2075
2075
|
if __debug__:
|
|
2076
2076
|
type_hints = typing.get_type_hints(_typecheckingstub__8ad199a8641f171a0447e974756bbddd91b00aaa9bcf33d231826916b85b8166)
|
|
2077
|
-
check_type(argname="argument
|
|
2077
|
+
check_type(argname="argument rule", value=rule, expected_type=type_hints["rule"])
|
|
2078
2078
|
check_type(argname="argument _id", value=_id, expected_type=type_hints["_id"])
|
|
2079
|
-
return typing.cast(_RuleTargetConfig_4e70fe03, jsii.invoke(self, "bind", [
|
|
2079
|
+
return typing.cast(_RuleTargetConfig_4e70fe03, jsii.invoke(self, "bind", [rule, _id]))
|
|
2080
2080
|
|
|
2081
2081
|
@builtins.property
|
|
2082
2082
|
@jsii.member(jsii_name="securityGroups")
|
|
@@ -6179,7 +6179,7 @@ def _typecheckingstub__c7cd04d50c1c36eb2be36abb3fbdf553a534c7ae5d60f1c9cac6b5cf6
|
|
|
6179
6179
|
pass
|
|
6180
6180
|
|
|
6181
6181
|
def _typecheckingstub__5583066efc6b7b2980bfbfbf33e6491271f5faf3b97e5d2ae998d1fe4189d1d4(
|
|
6182
|
-
|
|
6182
|
+
rule: _IRule_af9e3d28,
|
|
6183
6183
|
_id: typing.Optional[builtins.str] = None,
|
|
6184
6184
|
) -> None:
|
|
6185
6185
|
"""Type checking stubs"""
|
|
@@ -6235,7 +6235,7 @@ def _typecheckingstub__c13bb1641d81a866856c7cdeae6fa612e09bb941bc83053a19b901e30
|
|
|
6235
6235
|
pass
|
|
6236
6236
|
|
|
6237
6237
|
def _typecheckingstub__8ad199a8641f171a0447e974756bbddd91b00aaa9bcf33d231826916b85b8166(
|
|
6238
|
-
|
|
6238
|
+
rule: _IRule_af9e3d28,
|
|
6239
6239
|
_id: typing.Optional[builtins.str] = None,
|
|
6240
6240
|
) -> None:
|
|
6241
6241
|
"""Type checking stubs"""
|
aws_cdk/aws_fsx/__init__.py
CHANGED
|
@@ -2560,7 +2560,7 @@ class CfnFileSystem(
|
|
|
2560
2560
|
:param read_cache_configuration: Specifies the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.
|
|
2561
2561
|
:param root_volume_configuration: The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system. All volumes are children of the root volume.
|
|
2562
2562
|
:param route_table_ids: (Multi-AZ only) Specifies the route tables in which Amazon FSx creates the rules for routing traffic to the correct file server. You should specify all virtual private cloud (VPC) route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.
|
|
2563
|
-
:param throughput_capacity: Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps). Valid values depend on the ``DeploymentType``
|
|
2563
|
+
:param throughput_capacity: Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps). Valid values depend on the ``DeploymentType`` that you choose, as follows: - For ``MULTI_AZ_1`` and ``SINGLE_AZ_2`` , valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps. - For ``SINGLE_AZ_1`` , valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MBps. You pay for additional throughput capacity that you provision.
|
|
2564
2564
|
:param weekly_maintenance_start_time: The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday. For example, ``1:05:00`` specifies maintenance at 5 AM Monday.
|
|
2565
2565
|
|
|
2566
2566
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-openzfsconfiguration.html
|
|
@@ -2810,9 +2810,8 @@ class CfnFileSystem(
|
|
|
2810
2810
|
def throughput_capacity(self) -> typing.Optional[jsii.Number]:
|
|
2811
2811
|
'''Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MBps).
|
|
2812
2812
|
|
|
2813
|
-
Valid values depend on the ``DeploymentType``
|
|
2813
|
+
Valid values depend on the ``DeploymentType`` that you choose, as follows:
|
|
2814
2814
|
|
|
2815
|
-
- For ``INTELIGENT_TIERING`` , valid values are 1280, 2560, 3840, 5120, 7680, or 10240 MBps.
|
|
2816
2815
|
- For ``MULTI_AZ_1`` and ``SINGLE_AZ_2`` , valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MBps.
|
|
2817
2816
|
- For ``SINGLE_AZ_1`` , valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MBps.
|
|
2818
2817
|
|
|
@@ -8483,6 +8482,12 @@ class LustreFileSystem(
|
|
|
8483
8482
|
|
|
8484
8483
|
return typing.cast(IFileSystem, jsii.sinvoke(cls, "fromLustreFileSystemAttributes", [scope, id, attrs]))
|
|
8485
8484
|
|
|
8485
|
+
@jsii.python.classproperty
|
|
8486
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
8487
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
8488
|
+
'''Uniquely identifies this class.'''
|
|
8489
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
8490
|
+
|
|
8486
8491
|
@builtins.property
|
|
8487
8492
|
@jsii.member(jsii_name="connections")
|
|
8488
8493
|
def connections(self) -> _Connections_0f31fce8:
|
|
@@ -3221,6 +3221,12 @@ class Listener(
|
|
|
3221
3221
|
|
|
3222
3222
|
return typing.cast("EndpointGroup", jsii.invoke(self, "addEndpointGroup", [id, options]))
|
|
3223
3223
|
|
|
3224
|
+
@jsii.python.classproperty
|
|
3225
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
3226
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
3227
|
+
'''Uniquely identifies this class.'''
|
|
3228
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
3229
|
+
|
|
3224
3230
|
@builtins.property
|
|
3225
3231
|
@jsii.member(jsii_name="listenerArn")
|
|
3226
3232
|
def listener_arn(self) -> builtins.str:
|
|
@@ -3961,6 +3967,12 @@ class Accelerator(
|
|
|
3961
3967
|
|
|
3962
3968
|
return typing.cast(Listener, jsii.invoke(self, "addListener", [id, options]))
|
|
3963
3969
|
|
|
3970
|
+
@jsii.python.classproperty
|
|
3971
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
3972
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
3973
|
+
'''Uniquely identifies this class.'''
|
|
3974
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
3975
|
+
|
|
3964
3976
|
@builtins.property
|
|
3965
3977
|
@jsii.member(jsii_name="acceleratorArn")
|
|
3966
3978
|
def accelerator_arn(self) -> builtins.str:
|
|
@@ -4137,6 +4149,12 @@ class EndpointGroup(
|
|
|
4137
4149
|
check_type(argname="argument vpc", value=vpc, expected_type=type_hints["vpc"])
|
|
4138
4150
|
return typing.cast(_IPeer_cf58db9a, jsii.invoke(self, "connectionsPeer", [id, vpc]))
|
|
4139
4151
|
|
|
4152
|
+
@jsii.python.classproperty
|
|
4153
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
4154
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
4155
|
+
'''Uniquely identifies this class.'''
|
|
4156
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
4157
|
+
|
|
4140
4158
|
@builtins.property
|
|
4141
4159
|
@jsii.member(jsii_name="endpointGroupArn")
|
|
4142
4160
|
def endpoint_group_arn(self) -> builtins.str:
|
aws_cdk/aws_iam/__init__.py
CHANGED
|
@@ -8793,6 +8793,12 @@ class InstanceProfile(
|
|
|
8793
8793
|
check_type(argname="argument instance_profile_name", value=instance_profile_name, expected_type=type_hints["instance_profile_name"])
|
|
8794
8794
|
return typing.cast(IInstanceProfile, jsii.sinvoke(cls, "fromInstanceProfileName", [scope, id, instance_profile_name]))
|
|
8795
8795
|
|
|
8796
|
+
@jsii.python.classproperty
|
|
8797
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
8798
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
8799
|
+
'''Uniquely identifies this class.'''
|
|
8800
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
8801
|
+
|
|
8796
8802
|
@builtins.property
|
|
8797
8803
|
@jsii.member(jsii_name="instanceProfileArn")
|
|
8798
8804
|
def instance_profile_arn(self) -> builtins.str:
|
|
@@ -9179,6 +9185,12 @@ class ManagedPolicy(
|
|
|
9179
9185
|
check_type(argname="argument user", value=user, expected_type=type_hints["user"])
|
|
9180
9186
|
return typing.cast(None, jsii.invoke(self, "attachToUser", [user]))
|
|
9181
9187
|
|
|
9188
|
+
@jsii.python.classproperty
|
|
9189
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
9190
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
9191
|
+
'''Uniquely identifies this class.'''
|
|
9192
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
9193
|
+
|
|
9182
9194
|
@builtins.property
|
|
9183
9195
|
@jsii.member(jsii_name="description")
|
|
9184
9196
|
def description(self) -> builtins.str:
|
|
@@ -9518,6 +9530,12 @@ class OpenIdConnectProvider(
|
|
|
9518
9530
|
check_type(argname="argument open_id_connect_provider_arn", value=open_id_connect_provider_arn, expected_type=type_hints["open_id_connect_provider_arn"])
|
|
9519
9531
|
return typing.cast(IOpenIdConnectProvider, jsii.sinvoke(cls, "fromOpenIdConnectProviderArn", [scope, id, open_id_connect_provider_arn]))
|
|
9520
9532
|
|
|
9533
|
+
@jsii.python.classproperty
|
|
9534
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
9535
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
9536
|
+
'''Uniquely identifies this class.'''
|
|
9537
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
9538
|
+
|
|
9521
9539
|
@builtins.property
|
|
9522
9540
|
@jsii.member(jsii_name="openIdConnectProviderArn")
|
|
9523
9541
|
def open_id_connect_provider_arn(self) -> builtins.str:
|
|
@@ -9848,6 +9866,12 @@ class Policy(
|
|
|
9848
9866
|
check_type(argname="argument user", value=user, expected_type=type_hints["user"])
|
|
9849
9867
|
return typing.cast(None, jsii.invoke(self, "attachToUser", [user]))
|
|
9850
9868
|
|
|
9869
|
+
@jsii.python.classproperty
|
|
9870
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
9871
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
9872
|
+
'''Uniquely identifies this class.'''
|
|
9873
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
9874
|
+
|
|
9851
9875
|
@builtins.property
|
|
9852
9876
|
@jsii.member(jsii_name="document")
|
|
9853
9877
|
def document(self) -> "PolicyDocument":
|
|
@@ -10762,6 +10786,12 @@ class PolicyStatement(
|
|
|
10762
10786
|
'''
|
|
10763
10787
|
return typing.cast(typing.List[builtins.str], jsii.invoke(self, "validateForResourcePolicy", []))
|
|
10764
10788
|
|
|
10789
|
+
@jsii.python.classproperty
|
|
10790
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
10791
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
10792
|
+
'''Uniquely identifies this class.'''
|
|
10793
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
10794
|
+
|
|
10765
10795
|
@builtins.property
|
|
10766
10796
|
@jsii.member(jsii_name="actions")
|
|
10767
10797
|
def actions(self) -> typing.List[builtins.str]:
|
|
@@ -11593,6 +11623,12 @@ class SamlProvider(
|
|
|
11593
11623
|
check_type(argname="argument saml_provider_arn", value=saml_provider_arn, expected_type=type_hints["saml_provider_arn"])
|
|
11594
11624
|
return typing.cast(ISamlProvider, jsii.sinvoke(cls, "fromSamlProviderArn", [scope, id, saml_provider_arn]))
|
|
11595
11625
|
|
|
11626
|
+
@jsii.python.classproperty
|
|
11627
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
11628
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
11629
|
+
'''Uniquely identifies this class.'''
|
|
11630
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
11631
|
+
|
|
11596
11632
|
@builtins.property
|
|
11597
11633
|
@jsii.member(jsii_name="samlProviderArn")
|
|
11598
11634
|
def saml_provider_arn(self) -> builtins.str:
|
|
@@ -12232,6 +12268,12 @@ class AccessKey(
|
|
|
12232
12268
|
|
|
12233
12269
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12234
12270
|
|
|
12271
|
+
@jsii.python.classproperty
|
|
12272
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12273
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12274
|
+
'''Uniquely identifies this class.'''
|
|
12275
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12276
|
+
|
|
12235
12277
|
@builtins.property
|
|
12236
12278
|
@jsii.member(jsii_name="accessKeyId")
|
|
12237
12279
|
def access_key_id(self) -> builtins.str:
|
|
@@ -12926,6 +12968,12 @@ class LazyRole(
|
|
|
12926
12968
|
check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
|
|
12927
12969
|
return typing.cast(Grant, jsii.invoke(self, "grantPassRole", [identity]))
|
|
12928
12970
|
|
|
12971
|
+
@jsii.python.classproperty
|
|
12972
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
12973
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
12974
|
+
'''Uniquely identifies this class.'''
|
|
12975
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
12976
|
+
|
|
12929
12977
|
@builtins.property
|
|
12930
12978
|
@jsii.member(jsii_name="assumeRoleAction")
|
|
12931
12979
|
def assume_role_action(self) -> builtins.str:
|
|
@@ -13936,6 +13984,12 @@ class Role(
|
|
|
13936
13984
|
|
|
13937
13985
|
return typing.cast(IRole, jsii.invoke(self, "withoutPolicyUpdates", [options]))
|
|
13938
13986
|
|
|
13987
|
+
@jsii.python.classproperty
|
|
13988
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
13989
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
13990
|
+
'''Uniquely identifies this class.'''
|
|
13991
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
13992
|
+
|
|
13939
13993
|
@builtins.property
|
|
13940
13994
|
@jsii.member(jsii_name="assumeRoleAction")
|
|
13941
13995
|
def assume_role_action(self) -> builtins.str:
|
|
@@ -14470,6 +14524,12 @@ class User(
|
|
|
14470
14524
|
check_type(argname="argument policy", value=policy, expected_type=type_hints["policy"])
|
|
14471
14525
|
return typing.cast(None, jsii.invoke(self, "attachInlinePolicy", [policy]))
|
|
14472
14526
|
|
|
14527
|
+
@jsii.python.classproperty
|
|
14528
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
14529
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
14530
|
+
'''Uniquely identifies this class.'''
|
|
14531
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
14532
|
+
|
|
14473
14533
|
@builtins.property
|
|
14474
14534
|
@jsii.member(jsii_name="assumeRoleAction")
|
|
14475
14535
|
def assume_role_action(self) -> builtins.str:
|
|
@@ -15330,6 +15390,12 @@ class Group(
|
|
|
15330
15390
|
check_type(argname="argument policy", value=policy, expected_type=type_hints["policy"])
|
|
15331
15391
|
return typing.cast(None, jsii.invoke(self, "attachInlinePolicy", [policy]))
|
|
15332
15392
|
|
|
15393
|
+
@jsii.python.classproperty
|
|
15394
|
+
@jsii.member(jsii_name="PROPERTY_INJECTION_ID")
|
|
15395
|
+
def PROPERTY_INJECTION_ID(cls) -> builtins.str:
|
|
15396
|
+
'''Uniquely identifies this class.'''
|
|
15397
|
+
return typing.cast(builtins.str, jsii.sget(cls, "PROPERTY_INJECTION_ID"))
|
|
15398
|
+
|
|
15333
15399
|
@builtins.property
|
|
15334
15400
|
@jsii.member(jsii_name="assumeRoleAction")
|
|
15335
15401
|
def assume_role_action(self) -> builtins.str:
|