aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (87) hide show
  1. aws_cdk/__init__.py +383 -145
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +3 -2
  5. aws_cdk/aws_amplify/__init__.py +124 -0
  6. aws_cdk/aws_apigateway/__init__.py +48 -2
  7. aws_cdk/aws_apigatewayv2/__init__.py +9 -0
  8. aws_cdk/aws_appconfig/__init__.py +3 -3
  9. aws_cdk/aws_applicationsignals/__init__.py +363 -3
  10. aws_cdk/aws_appsync/__init__.py +74 -3
  11. aws_cdk/aws_bedrock/__init__.py +395 -14
  12. aws_cdk/aws_cassandra/__init__.py +2 -2
  13. aws_cdk/aws_cleanrooms/__init__.py +21 -9
  14. aws_cdk/aws_cloudformation/__init__.py +1 -5
  15. aws_cdk/aws_cloudfront/__init__.py +15 -1
  16. aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
  17. aws_cdk/aws_cloudtrail/__init__.py +4 -18
  18. aws_cdk/aws_cloudwatch/__init__.py +50 -50
  19. aws_cdk/aws_codeartifact/__init__.py +20 -33
  20. aws_cdk/aws_codebuild/__init__.py +9 -0
  21. aws_cdk/aws_codepipeline/__init__.py +1328 -120
  22. aws_cdk/aws_cognito/__init__.py +1 -1
  23. aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
  24. aws_cdk/aws_config/__init__.py +2 -5
  25. aws_cdk/aws_connect/__init__.py +3 -7
  26. aws_cdk/aws_controltower/__init__.py +18 -26
  27. aws_cdk/aws_datazone/__init__.py +3540 -10
  28. aws_cdk/aws_detective/__init__.py +3 -3
  29. aws_cdk/aws_dynamodb/__init__.py +37 -0
  30. aws_cdk/aws_ec2/__init__.py +714 -37
  31. aws_cdk/aws_ecr/__init__.py +143 -0
  32. aws_cdk/aws_ecr_assets/__init__.py +115 -4
  33. aws_cdk/aws_ecs/__init__.py +66 -20
  34. aws_cdk/aws_eks/__init__.py +114 -0
  35. aws_cdk/aws_events/__init__.py +26 -6
  36. aws_cdk/aws_forecast/__init__.py +1 -1
  37. aws_cdk/aws_fsx/__init__.py +2 -2
  38. aws_cdk/aws_gamelift/__init__.py +11 -11
  39. aws_cdk/aws_iam/__init__.py +264 -0
  40. aws_cdk/aws_identitystore/__init__.py +16 -16
  41. aws_cdk/aws_imagebuilder/__init__.py +3 -27
  42. aws_cdk/aws_iotsitewise/__init__.py +623 -0
  43. aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
  44. aws_cdk/aws_kms/__init__.py +10 -11
  45. aws_cdk/aws_lakeformation/__init__.py +3 -3
  46. aws_cdk/aws_lambda/__init__.py +112 -5
  47. aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
  48. aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
  49. aws_cdk/aws_lex/__init__.py +981 -5
  50. aws_cdk/aws_location/__init__.py +24 -7
  51. aws_cdk/aws_mediaconnect/__init__.py +714 -290
  52. aws_cdk/aws_msk/__init__.py +8 -2
  53. aws_cdk/aws_mwaa/__init__.py +9 -9
  54. aws_cdk/aws_networkfirewall/__init__.py +60 -12
  55. aws_cdk/aws_oam/__init__.py +8 -37
  56. aws_cdk/aws_omics/__init__.py +216 -0
  57. aws_cdk/aws_quicksight/__init__.py +250 -108
  58. aws_cdk/aws_rds/__init__.py +102 -10
  59. aws_cdk/aws_redshiftserverless/__init__.py +192 -15
  60. aws_cdk/aws_route53/__init__.py +2 -2
  61. aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
  62. aws_cdk/aws_rum/__init__.py +315 -52
  63. aws_cdk/aws_s3_assets/__init__.py +70 -1
  64. aws_cdk/aws_s3_deployment/__init__.py +4 -0
  65. aws_cdk/aws_sagemaker/__init__.py +6 -4
  66. aws_cdk/aws_scheduler/__init__.py +3944 -121
  67. aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
  68. aws_cdk/aws_securitylake/__init__.py +2 -2
  69. aws_cdk/aws_servicecatalog/__init__.py +4 -0
  70. aws_cdk/aws_sns/__init__.py +1 -1
  71. aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
  72. aws_cdk/aws_stepfunctions/__init__.py +8 -0
  73. aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
  74. aws_cdk/aws_synthetics/__init__.py +9 -0
  75. aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
  76. aws_cdk/aws_timestream/__init__.py +4 -4
  77. aws_cdk/aws_wafv2/__init__.py +1117 -1446
  78. aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
  79. aws_cdk/cloud_assembly_schema/__init__.py +60 -10
  80. aws_cdk/cx_api/__init__.py +38 -0
  81. aws_cdk/pipelines/__init__.py +20 -2
  82. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
  83. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
  84. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
  85. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
  86. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
  87. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
@@ -7795,7 +7795,7 @@ class CfnDataSourceProps:
7795
7795
  )
7796
7796
 
7797
7797
 
7798
- @jsii.implements(_IInspectable_c2943556)
7798
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
7799
7799
  class CfnDomainName(
7800
7800
  _CfnResource_9df397a6,
7801
7801
  metaclass=jsii.JSIIMeta,
@@ -7818,7 +7818,11 @@ class CfnDomainName(
7818
7818
  domain_name="domainName",
7819
7819
 
7820
7820
  # the properties below are optional
7821
- description="description"
7821
+ description="description",
7822
+ tags=[CfnTag(
7823
+ key="key",
7824
+ value="value"
7825
+ )]
7822
7826
  )
7823
7827
  '''
7824
7828
 
@@ -7830,6 +7834,7 @@ class CfnDomainName(
7830
7834
  certificate_arn: builtins.str,
7831
7835
  domain_name: builtins.str,
7832
7836
  description: typing.Optional[builtins.str] = None,
7837
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
7833
7838
  ) -> None:
7834
7839
  '''
7835
7840
  :param scope: Scope in which this resource is defined.
@@ -7837,6 +7842,7 @@ class CfnDomainName(
7837
7842
  :param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.
7838
7843
  :param domain_name: The domain name.
7839
7844
  :param description: The decription for your domain name.
7845
+ :param tags: A set of tags (key-value pairs) for this domain name.
7840
7846
  '''
7841
7847
  if __debug__:
7842
7848
  type_hints = typing.get_type_hints(_typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a220fa5b)
@@ -7846,6 +7852,7 @@ class CfnDomainName(
7846
7852
  certificate_arn=certificate_arn,
7847
7853
  domain_name=domain_name,
7848
7854
  description=description,
7855
+ tags=tags,
7849
7856
  )
7850
7857
 
7851
7858
  jsii.create(self.__class__, self, [scope, id, props])
@@ -7898,6 +7905,15 @@ class CfnDomainName(
7898
7905
  '''
7899
7906
  return typing.cast(builtins.str, jsii.get(self, "attrDomainName"))
7900
7907
 
7908
+ @builtins.property
7909
+ @jsii.member(jsii_name="attrDomainNameArn")
7910
+ def attr_domain_name_arn(self) -> builtins.str:
7911
+ '''The Amazon resource name (ARN) of the domain name.
7912
+
7913
+ :cloudformationAttribute: DomainNameArn
7914
+ '''
7915
+ return typing.cast(builtins.str, jsii.get(self, "attrDomainNameArn"))
7916
+
7901
7917
  @builtins.property
7902
7918
  @jsii.member(jsii_name="attrHostedZoneId")
7903
7919
  def attr_hosted_zone_id(self) -> builtins.str:
@@ -7907,6 +7923,12 @@ class CfnDomainName(
7907
7923
  '''
7908
7924
  return typing.cast(builtins.str, jsii.get(self, "attrHostedZoneId"))
7909
7925
 
7926
+ @builtins.property
7927
+ @jsii.member(jsii_name="cdkTagManager")
7928
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
7929
+ '''Tag Manager which manages the tags for this resource.'''
7930
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
7931
+
7910
7932
  @builtins.property
7911
7933
  @jsii.member(jsii_name="cfnProperties")
7912
7934
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -7951,6 +7973,19 @@ class CfnDomainName(
7951
7973
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7952
7974
  jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
7953
7975
 
7976
+ @builtins.property
7977
+ @jsii.member(jsii_name="tags")
7978
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
7979
+ '''A set of tags (key-value pairs) for this domain name.'''
7980
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
7981
+
7982
+ @tags.setter
7983
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
7984
+ if __debug__:
7985
+ type_hints = typing.get_type_hints(_typecheckingstub__9e1a9fceec8bbbf4b6afd473eaf0b2db4d612831194c7972c534dc6849b98a8f)
7986
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
7987
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
7988
+
7954
7989
 
7955
7990
  @jsii.implements(_IInspectable_c2943556)
7956
7991
  class CfnDomainNameApiAssociation(
@@ -8144,6 +8179,7 @@ class CfnDomainNameApiAssociationProps:
8144
8179
  "certificate_arn": "certificateArn",
8145
8180
  "domain_name": "domainName",
8146
8181
  "description": "description",
8182
+ "tags": "tags",
8147
8183
  },
8148
8184
  )
8149
8185
  class CfnDomainNameProps:
@@ -8153,12 +8189,14 @@ class CfnDomainNameProps:
8153
8189
  certificate_arn: builtins.str,
8154
8190
  domain_name: builtins.str,
8155
8191
  description: typing.Optional[builtins.str] = None,
8192
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8156
8193
  ) -> None:
8157
8194
  '''Properties for defining a ``CfnDomainName``.
8158
8195
 
8159
8196
  :param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.
8160
8197
  :param domain_name: The domain name.
8161
8198
  :param description: The decription for your domain name.
8199
+ :param tags: A set of tags (key-value pairs) for this domain name.
8162
8200
 
8163
8201
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html
8164
8202
  :exampleMetadata: fixture=_generated
@@ -8174,7 +8212,11 @@ class CfnDomainNameProps:
8174
8212
  domain_name="domainName",
8175
8213
 
8176
8214
  # the properties below are optional
8177
- description="description"
8215
+ description="description",
8216
+ tags=[CfnTag(
8217
+ key="key",
8218
+ value="value"
8219
+ )]
8178
8220
  )
8179
8221
  '''
8180
8222
  if __debug__:
@@ -8182,12 +8224,15 @@ class CfnDomainNameProps:
8182
8224
  check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
8183
8225
  check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
8184
8226
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
8227
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
8185
8228
  self._values: typing.Dict[builtins.str, typing.Any] = {
8186
8229
  "certificate_arn": certificate_arn,
8187
8230
  "domain_name": domain_name,
8188
8231
  }
8189
8232
  if description is not None:
8190
8233
  self._values["description"] = description
8234
+ if tags is not None:
8235
+ self._values["tags"] = tags
8191
8236
 
8192
8237
  @builtins.property
8193
8238
  def certificate_arn(self) -> builtins.str:
@@ -8220,6 +8265,15 @@ class CfnDomainNameProps:
8220
8265
  result = self._values.get("description")
8221
8266
  return typing.cast(typing.Optional[builtins.str], result)
8222
8267
 
8268
+ @builtins.property
8269
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
8270
+ '''A set of tags (key-value pairs) for this domain name.
8271
+
8272
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html#cfn-appsync-domainname-tags
8273
+ '''
8274
+ result = self._values.get("tags")
8275
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
8276
+
8223
8277
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
8224
8278
  return isinstance(rhs, self.__class__) and rhs._values == self._values
8225
8279
 
@@ -12978,6 +13032,7 @@ class Code(metaclass=jsii.JSIIAbstractClass, jsii_type="aws-cdk-lib.aws_appsync.
12978
13032
  path: builtins.str,
12979
13033
  *,
12980
13034
  deploy_time: typing.Optional[builtins.bool] = None,
13035
+ display_name: typing.Optional[builtins.str] = None,
12981
13036
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
12982
13037
  source_kms_key: typing.Optional[_IKey_5f11635f] = None,
12983
13038
  asset_hash: typing.Optional[builtins.str] = None,
@@ -12991,6 +13046,7 @@ class Code(metaclass=jsii.JSIIAbstractClass, jsii_type="aws-cdk-lib.aws_appsync.
12991
13046
 
12992
13047
  :param path: The path to the source code file.
12993
13048
  :param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
13049
+ :param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
12994
13050
  :param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
12995
13051
  :param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
12996
13052
  :param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
@@ -13005,6 +13061,7 @@ class Code(metaclass=jsii.JSIIAbstractClass, jsii_type="aws-cdk-lib.aws_appsync.
13005
13061
  check_type(argname="argument path", value=path, expected_type=type_hints["path"])
13006
13062
  options = _AssetOptions_2aa69621(
13007
13063
  deploy_time=deploy_time,
13064
+ display_name=display_name,
13008
13065
  readers=readers,
13009
13066
  source_kms_key=source_kms_key,
13010
13067
  asset_hash=asset_hash,
@@ -19292,6 +19349,7 @@ class AssetCode(
19292
19349
  working_directory="workingDirectory"
19293
19350
  ),
19294
19351
  deploy_time=False,
19352
+ display_name="displayName",
19295
19353
  exclude=["exclude"],
19296
19354
  follow_symlinks=cdk.SymlinkFollowMode.NEVER,
19297
19355
  ignore_mode=cdk.IgnoreMode.GLOB,
@@ -19305,6 +19363,7 @@ class AssetCode(
19305
19363
  path: builtins.str,
19306
19364
  *,
19307
19365
  deploy_time: typing.Optional[builtins.bool] = None,
19366
+ display_name: typing.Optional[builtins.str] = None,
19308
19367
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
19309
19368
  source_kms_key: typing.Optional[_IKey_5f11635f] = None,
19310
19369
  asset_hash: typing.Optional[builtins.str] = None,
@@ -19317,6 +19376,7 @@ class AssetCode(
19317
19376
  '''
19318
19377
  :param path: The path to the asset file.
19319
19378
  :param deploy_time: Whether or not the asset needs to exist beyond deployment time; i.e. are copied over to a different location and not needed afterwards. Setting this property to true has an impact on the lifecycle of the asset, because we will assume that it is safe to delete after the CloudFormation deployment succeeds. For example, Lambda Function assets are copied over to Lambda during deployment. Therefore, it is not necessary to store the asset in S3, so we consider those deployTime assets. Default: false
19379
+ :param display_name: A display name for this asset. If supplied, the display name will be used in locations where the asset identifier is printed, like in the CLI progress information. If the same asset is added multiple times, the display name of the first occurrence is used. The default is the construct path of the Asset construct, with respect to the enclosing stack. If the asset is produced by a construct helper function (such as ``lambda.Code.fromAsset()``), this will look like ``MyFunction/Code``. We use the stack-relative construct path so that in the common case where you have multiple stacks with the same asset, we won't show something like ``/MyBetaStack/MyFunction/Code`` when you are actually deploying to production. Default: - Stack-relative construct path
19320
19380
  :param readers: A list of principals that should be able to read this asset from S3. You can use ``asset.grantRead(principal)`` to grant read permissions later. Default: - No principals that can read file asset.
19321
19381
  :param source_kms_key: The ARN of the KMS key used to encrypt the handler code. Default: - the default server-side encryption with Amazon S3 managed keys(SSE-S3) key will be used.
19322
19382
  :param asset_hash: Specify a custom hash for this asset. If ``assetHashType`` is set it must be set to ``AssetHashType.CUSTOM``. For consistency, this custom hash will be SHA256 hashed and encoded as hex. The resulting hash will be the asset hash. NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to Amazon S3, etc. If you chose to customize the hash, you will need to make sure it is updated every time the asset changes, or otherwise it is possible that some deployments will not be invalidated. Default: - based on ``assetHashType``
@@ -19331,6 +19391,7 @@ class AssetCode(
19331
19391
  check_type(argname="argument path", value=path, expected_type=type_hints["path"])
19332
19392
  options = _AssetOptions_2aa69621(
19333
19393
  deploy_time=deploy_time,
19394
+ display_name=display_name,
19334
19395
  readers=readers,
19335
19396
  source_kms_key=source_kms_key,
19336
19397
  asset_hash=asset_hash,
@@ -23478,6 +23539,7 @@ def _typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a
23478
23539
  certificate_arn: builtins.str,
23479
23540
  domain_name: builtins.str,
23480
23541
  description: typing.Optional[builtins.str] = None,
23542
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
23481
23543
  ) -> None:
23482
23544
  """Type checking stubs"""
23483
23545
  pass
@@ -23512,6 +23574,12 @@ def _typecheckingstub__fc72a5388fe698c3e3240ed821a6e614471584c2ffb80f06028269bf9
23512
23574
  """Type checking stubs"""
23513
23575
  pass
23514
23576
 
23577
+ def _typecheckingstub__9e1a9fceec8bbbf4b6afd473eaf0b2db4d612831194c7972c534dc6849b98a8f(
23578
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
23579
+ ) -> None:
23580
+ """Type checking stubs"""
23581
+ pass
23582
+
23515
23583
  def _typecheckingstub__053707dba2452392a89bf081ac7d866beeff7c348bacbfe351a815a6372a43d5(
23516
23584
  scope: _constructs_77d1e7e8.Construct,
23517
23585
  id: builtins.str,
@@ -23559,6 +23627,7 @@ def _typecheckingstub__1b0d09d8c1a97bdb5c0b0b95b798fbeb11f45abb25769bdb71d190347
23559
23627
  certificate_arn: builtins.str,
23560
23628
  domain_name: builtins.str,
23561
23629
  description: typing.Optional[builtins.str] = None,
23630
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
23562
23631
  ) -> None:
23563
23632
  """Type checking stubs"""
23564
23633
  pass
@@ -24300,6 +24369,7 @@ def _typecheckingstub__8eafa9f4fd31cdfcc23e497d115c1733ce980674eb036dad379eb9102
24300
24369
  path: builtins.str,
24301
24370
  *,
24302
24371
  deploy_time: typing.Optional[builtins.bool] = None,
24372
+ display_name: typing.Optional[builtins.str] = None,
24303
24373
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
24304
24374
  source_kms_key: typing.Optional[_IKey_5f11635f] = None,
24305
24375
  asset_hash: typing.Optional[builtins.str] = None,
@@ -25120,6 +25190,7 @@ def _typecheckingstub__f64c3b5b60096d2f072c0237f4540425eb18b7539e311bcd346760100
25120
25190
  path: builtins.str,
25121
25191
  *,
25122
25192
  deploy_time: typing.Optional[builtins.bool] = None,
25193
+ display_name: typing.Optional[builtins.str] = None,
25123
25194
  readers: typing.Optional[typing.Sequence[_IGrantable_71c4f5de]] = None,
25124
25195
  source_kms_key: typing.Optional[_IKey_5f11635f] = None,
25125
25196
  asset_hash: typing.Optional[builtins.str] = None,