aws-cdk-lib 2.73.0__py3-none-any.whl → 2.76.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 (111) hide show
  1. aws_cdk/__init__.py +245 -259
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.73.0.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplifyuibuilder/__init__.py +182 -214
  5. aws_cdk/aws_apigateway/__init__.py +95 -148
  6. aws_cdk/aws_appconfig/__init__.py +8 -4
  7. aws_cdk/aws_appflow/__init__.py +27 -52
  8. aws_cdk/aws_appmesh/__init__.py +91 -200
  9. aws_cdk/aws_apprunner/__init__.py +4 -16
  10. aws_cdk/aws_appstream/__init__.py +18 -82
  11. aws_cdk/aws_athena/__init__.py +18 -32
  12. aws_cdk/aws_backup/__init__.py +48 -86
  13. aws_cdk/aws_batch/__init__.py +9 -2
  14. aws_cdk/aws_billingconductor/__init__.py +12 -7
  15. aws_cdk/aws_budgets/__init__.py +8 -17
  16. aws_cdk/aws_certificatemanager/__init__.py +7 -4
  17. aws_cdk/aws_cloudfront/__init__.py +14 -11
  18. aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
  19. aws_cdk/aws_cloudtrail/__init__.py +7 -14
  20. aws_cdk/aws_cloudwatch/__init__.py +63 -35
  21. aws_cdk/aws_codebuild/__init__.py +10 -13
  22. aws_cdk/aws_codecommit/__init__.py +0 -1
  23. aws_cdk/aws_codedeploy/__init__.py +165 -162
  24. aws_cdk/aws_codegurureviewer/__init__.py +4 -4
  25. aws_cdk/aws_codepipeline/__init__.py +0 -4
  26. aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
  27. aws_cdk/aws_cognito/__init__.py +195 -100
  28. aws_cdk/aws_config/__init__.py +28 -51
  29. aws_cdk/aws_connectcampaigns/__init__.py +5 -6
  30. aws_cdk/aws_databrew/__init__.py +5 -6
  31. aws_cdk/aws_dlm/__init__.py +33 -71
  32. aws_cdk/aws_docdb/__init__.py +20 -76
  33. aws_cdk/aws_dynamodb/__init__.py +29 -22
  34. aws_cdk/aws_ec2/__init__.py +2414 -603
  35. aws_cdk/aws_ecr/__init__.py +1 -2
  36. aws_cdk/aws_ecr_assets/__init__.py +27 -14
  37. aws_cdk/aws_ecs/__init__.py +458 -163
  38. aws_cdk/aws_ecs_patterns/__init__.py +13 -11
  39. aws_cdk/aws_eks/__init__.py +13 -8
  40. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
  41. aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
  42. aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
  43. aws_cdk/aws_elasticsearch/__init__.py +0 -7
  44. aws_cdk/aws_emr/__init__.py +7 -16
  45. aws_cdk/aws_emrserverless/__init__.py +14 -18
  46. aws_cdk/aws_events/__init__.py +33 -29
  47. aws_cdk/aws_events_targets/__init__.py +248 -89
  48. aws_cdk/aws_frauddetector/__init__.py +3 -4
  49. aws_cdk/aws_fsx/__init__.py +13 -7
  50. aws_cdk/aws_gamelift/__init__.py +11 -20
  51. aws_cdk/aws_grafana/__init__.py +4 -4
  52. aws_cdk/aws_iam/__init__.py +21 -25
  53. aws_cdk/aws_imagebuilder/__init__.py +58 -80
  54. aws_cdk/aws_internetmonitor/__init__.py +18 -10
  55. aws_cdk/aws_iot/__init__.py +16 -10
  56. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
  57. aws_cdk/aws_iotevents/__init__.py +6 -4
  58. aws_cdk/aws_iotfleetwise/__init__.py +27 -40
  59. aws_cdk/aws_iotsitewise/__init__.py +8 -5
  60. aws_cdk/aws_iotwireless/__init__.py +14 -9
  61. aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
  62. aws_cdk/aws_lambda/__init__.py +76 -53
  63. aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
  64. aws_cdk/aws_logs/__init__.py +5 -7
  65. aws_cdk/aws_macie/__init__.py +28 -23
  66. aws_cdk/aws_mediaconnect/__init__.py +5 -8
  67. aws_cdk/aws_mediaconvert/__init__.py +2 -2
  68. aws_cdk/aws_medialive/__init__.py +2 -4
  69. aws_cdk/aws_mediapackage/__init__.py +9 -18
  70. aws_cdk/aws_memorydb/__init__.py +5 -10
  71. aws_cdk/aws_mwaa/__init__.py +8 -4
  72. aws_cdk/aws_neptune/__init__.py +4 -4
  73. aws_cdk/aws_networkfirewall/__init__.py +8 -4
  74. aws_cdk/aws_networkmanager/__init__.py +4 -4
  75. aws_cdk/aws_nimblestudio/__init__.py +25 -45
  76. aws_cdk/aws_opensearchservice/__init__.py +0 -1
  77. aws_cdk/aws_panorama/__init__.py +11 -12
  78. aws_cdk/aws_personalize/__init__.py +46 -72
  79. aws_cdk/aws_pinpoint/__init__.py +36 -65
  80. aws_cdk/aws_quicksight/__init__.py +9972 -13374
  81. aws_cdk/aws_rds/__init__.py +53 -22
  82. aws_cdk/aws_route53/__init__.py +8 -16
  83. aws_cdk/aws_route53_targets/__init__.py +2 -4
  84. aws_cdk/aws_s3/__init__.py +41 -90
  85. aws_cdk/aws_s3_notifications/__init__.py +0 -3
  86. aws_cdk/aws_sagemaker/__init__.py +16 -10
  87. aws_cdk/aws_secretsmanager/__init__.py +17 -14
  88. aws_cdk/aws_servicecatalog/__init__.py +60 -83
  89. aws_cdk/aws_servicediscovery/__init__.py +4 -6
  90. aws_cdk/aws_ses/__init__.py +734 -28
  91. aws_cdk/aws_sns/__init__.py +4 -8
  92. aws_cdk/aws_ssm/__init__.py +19 -23
  93. aws_cdk/aws_ssmcontacts/__init__.py +10 -6
  94. aws_cdk/aws_ssmincidents/__init__.py +2 -1
  95. aws_cdk/aws_sso/__init__.py +4 -4
  96. aws_cdk/aws_stepfunctions/__init__.py +6 -15
  97. aws_cdk/aws_stepfunctions_tasks/__init__.py +51 -24
  98. aws_cdk/aws_timestream/__init__.py +22 -28
  99. aws_cdk/aws_transfer/__init__.py +188 -86
  100. aws_cdk/aws_wafv2/__init__.py +54 -38
  101. aws_cdk/aws_xray/__init__.py +15 -22
  102. aws_cdk/cloud_assembly_schema/__init__.py +14 -6
  103. aws_cdk/custom_resources/__init__.py +2 -3
  104. aws_cdk/pipelines/__init__.py +104 -134
  105. aws_cdk/triggers/__init__.py +46 -61
  106. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
  107. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +111 -111
  108. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
  109. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
  110. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
  111. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
@@ -166,7 +166,8 @@ class CfnAgreement(
166
166
  @builtins.property
167
167
  @jsii.member(jsii_name="attrAgreementId")
168
168
  def attr_agreement_id(self) -> builtins.str:
169
- '''
169
+ '''The unique identifier for the AS2 agreement, returned after the API call succeeds.
170
+
170
171
  :cloudformationAttribute: AgreementId
171
172
  '''
172
173
  return typing.cast(builtins.str, jsii.get(self, "attrAgreementId"))
@@ -1199,15 +1200,16 @@ class CfnConnector(
1199
1200
  partner_profile_id: typing.Optional[builtins.str] = None,
1200
1201
  signing_algorithm: typing.Optional[builtins.str] = None,
1201
1202
  ) -> None:
1202
- '''
1203
- :param compression: ``CfnConnector.As2ConfigProperty.Compression``.
1204
- :param encryption_algorithm: ``CfnConnector.As2ConfigProperty.EncryptionAlgorithm``.
1205
- :param local_profile_id: ``CfnConnector.As2ConfigProperty.LocalProfileId``.
1206
- :param mdn_response: ``CfnConnector.As2ConfigProperty.MdnResponse``.
1207
- :param mdn_signing_algorithm: ``CfnConnector.As2ConfigProperty.MdnSigningAlgorithm``.
1208
- :param message_subject: ``CfnConnector.As2ConfigProperty.MessageSubject``.
1209
- :param partner_profile_id: ``CfnConnector.As2ConfigProperty.PartnerProfileId``.
1210
- :param signing_algorithm: ``CfnConnector.As2ConfigProperty.SigningAlgorithm``.
1203
+ '''A structure that contains the parameters for a connector object.
1204
+
1205
+ :param compression: Specifies whether the AS2 file is compressed.
1206
+ :param encryption_algorithm: The algorithm that is used to encrypt the file. .. epigraph:: You can only specify ``NONE`` if the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.
1207
+ :param local_profile_id: A unique identifier for the AS2 local profile.
1208
+ :param mdn_response: Used for outbound requests (from an AWS Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values: - ``SYNC`` : The system expects a synchronous MDN response, confirming that the file was transferred successfully (or not). - ``NONE`` : Specifies that no MDN response is required.
1209
+ :param mdn_signing_algorithm: The signing algorithm for the MDN response. .. epigraph:: If set to DEFAULT (or not set at all), the value for ``SigningAlgorithm`` is used.
1210
+ :param message_subject: Used as the ``Subject`` HTTP header attribute in AS2 messages that are being sent with the connector.
1211
+ :param partner_profile_id: A unique identifier for the partner profile for the connector.
1212
+ :param signing_algorithm: The algorithm that is used to sign the AS2 messages sent with the connector.
1211
1213
 
1212
1214
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html
1213
1215
  :exampleMetadata: fixture=_generated
@@ -1259,7 +1261,7 @@ class CfnConnector(
1259
1261
 
1260
1262
  @builtins.property
1261
1263
  def compression(self) -> typing.Optional[builtins.str]:
1262
- '''``CfnConnector.As2ConfigProperty.Compression``.
1264
+ '''Specifies whether the AS2 file is compressed.
1263
1265
 
1264
1266
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-compression
1265
1267
  '''
@@ -1268,7 +1270,11 @@ class CfnConnector(
1268
1270
 
1269
1271
  @builtins.property
1270
1272
  def encryption_algorithm(self) -> typing.Optional[builtins.str]:
1271
- '''``CfnConnector.As2ConfigProperty.EncryptionAlgorithm``.
1273
+ '''The algorithm that is used to encrypt the file.
1274
+
1275
+ .. epigraph::
1276
+
1277
+ You can only specify ``NONE`` if the URL for your connector uses HTTPS. This ensures that no traffic is sent in clear text.
1272
1278
 
1273
1279
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-encryptionalgorithm
1274
1280
  '''
@@ -1277,7 +1283,7 @@ class CfnConnector(
1277
1283
 
1278
1284
  @builtins.property
1279
1285
  def local_profile_id(self) -> typing.Optional[builtins.str]:
1280
- '''``CfnConnector.As2ConfigProperty.LocalProfileId``.
1286
+ '''A unique identifier for the AS2 local profile.
1281
1287
 
1282
1288
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-localprofileid
1283
1289
  '''
@@ -1286,7 +1292,12 @@ class CfnConnector(
1286
1292
 
1287
1293
  @builtins.property
1288
1294
  def mdn_response(self) -> typing.Optional[builtins.str]:
1289
- '''``CfnConnector.As2ConfigProperty.MdnResponse``.
1295
+ '''Used for outbound requests (from an AWS Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous.
1296
+
1297
+ Specify either of the following values:
1298
+
1299
+ - ``SYNC`` : The system expects a synchronous MDN response, confirming that the file was transferred successfully (or not).
1300
+ - ``NONE`` : Specifies that no MDN response is required.
1290
1301
 
1291
1302
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-mdnresponse
1292
1303
  '''
@@ -1295,7 +1306,11 @@ class CfnConnector(
1295
1306
 
1296
1307
  @builtins.property
1297
1308
  def mdn_signing_algorithm(self) -> typing.Optional[builtins.str]:
1298
- '''``CfnConnector.As2ConfigProperty.MdnSigningAlgorithm``.
1309
+ '''The signing algorithm for the MDN response.
1310
+
1311
+ .. epigraph::
1312
+
1313
+ If set to DEFAULT (or not set at all), the value for ``SigningAlgorithm`` is used.
1299
1314
 
1300
1315
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-mdnsigningalgorithm
1301
1316
  '''
@@ -1304,7 +1319,7 @@ class CfnConnector(
1304
1319
 
1305
1320
  @builtins.property
1306
1321
  def message_subject(self) -> typing.Optional[builtins.str]:
1307
- '''``CfnConnector.As2ConfigProperty.MessageSubject``.
1322
+ '''Used as the ``Subject`` HTTP header attribute in AS2 messages that are being sent with the connector.
1308
1323
 
1309
1324
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-messagesubject
1310
1325
  '''
@@ -1313,7 +1328,7 @@ class CfnConnector(
1313
1328
 
1314
1329
  @builtins.property
1315
1330
  def partner_profile_id(self) -> typing.Optional[builtins.str]:
1316
- '''``CfnConnector.As2ConfigProperty.PartnerProfileId``.
1331
+ '''A unique identifier for the partner profile for the connector.
1317
1332
 
1318
1333
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-partnerprofileid
1319
1334
  '''
@@ -1322,7 +1337,7 @@ class CfnConnector(
1322
1337
 
1323
1338
  @builtins.property
1324
1339
  def signing_algorithm(self) -> typing.Optional[builtins.str]:
1325
- '''``CfnConnector.As2ConfigProperty.SigningAlgorithm``.
1340
+ '''The algorithm that is used to sign the AS2 messages sent with the connector.
1326
1341
 
1327
1342
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-connector-as2config.html#cfn-transfer-connector-as2config-signingalgorithm
1328
1343
  '''
@@ -1573,7 +1588,8 @@ class CfnProfile(
1573
1588
  @builtins.property
1574
1589
  @jsii.member(jsii_name="attrArn")
1575
1590
  def attr_arn(self) -> builtins.str:
1576
- '''
1591
+ '''The Amazon Resource Name associated with the profile, in the form ``arn:aws:transfer:region:account-id:profile/profile-id/`` .
1592
+
1577
1593
  :cloudformationAttribute: Arn
1578
1594
  '''
1579
1595
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
@@ -1581,7 +1597,8 @@ class CfnProfile(
1581
1597
  @builtins.property
1582
1598
  @jsii.member(jsii_name="attrProfileId")
1583
1599
  def attr_profile_id(self) -> builtins.str:
1584
- '''
1600
+ '''The unique identifier for the AS2 profile, returned after the API call succeeds.
1601
+
1585
1602
  :cloudformationAttribute: ProfileId
1586
1603
  '''
1587
1604
  return typing.cast(builtins.str, jsii.get(self, "attrProfileId"))
@@ -4215,11 +4232,18 @@ class CfnWorkflow(
4215
4232
  overwrite_existing: typing.Optional[builtins.str] = None,
4216
4233
  source_file_location: typing.Optional[builtins.str] = None,
4217
4234
  ) -> None:
4218
- '''
4219
- :param destination_file_location: ``CfnWorkflow.CopyStepDetailsProperty.DestinationFileLocation``.
4220
- :param name: ``CfnWorkflow.CopyStepDetailsProperty.Name``.
4221
- :param overwrite_existing: ``CfnWorkflow.CopyStepDetailsProperty.OverwriteExisting``.
4222
- :param source_file_location: ``CfnWorkflow.CopyStepDetailsProperty.SourceFileLocation``.
4235
+ '''Details for a step that performs a file copy.
4236
+
4237
+ Consists of the following values:
4238
+
4239
+ - A description
4240
+ - An Amazon S3 location for the destination of the file copy.
4241
+ - A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` .
4242
+
4243
+ :param destination_file_location: Specifies the location for the file being copied. Use ``${Transfer:UserName}`` or ``${Transfer:UploadDate}`` in this field to parametrize the destination prefix by username or uploaded date. - Set the value of ``DestinationFileLocation`` to ``${Transfer:UserName}`` to copy uploaded files to an Amazon S3 bucket that is prefixed with the name of the Transfer Family user that uploaded the file. - Set the value of ``DestinationFileLocation`` to ``${Transfer:UploadDate}`` to copy uploaded files to an Amazon S3 bucket that is prefixed with the date of the upload. .. epigraph:: The system resolves ``UploadDate`` to a date format of *YYYY-MM-DD* , based on the date the file is uploaded in UTC.
4244
+ :param name: The name of the step, used as an identifier.
4245
+ :param overwrite_existing: A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` . If the workflow is processing a file that has the same name as an existing file, the behavior is as follows: - If ``OverwriteExisting`` is ``TRUE`` , the existing file is replaced with the file being processed. - If ``OverwriteExisting`` is ``FALSE`` , nothing happens, and the workflow processing stops.
4246
+ :param source_file_location: Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4223
4247
 
4224
4248
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html
4225
4249
  :exampleMetadata: fixture=_generated
@@ -4262,7 +4286,16 @@ class CfnWorkflow(
4262
4286
  def destination_file_location(
4263
4287
  self,
4264
4288
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.S3FileLocationProperty"]]:
4265
- '''``CfnWorkflow.CopyStepDetailsProperty.DestinationFileLocation``.
4289
+ '''Specifies the location for the file being copied.
4290
+
4291
+ Use ``${Transfer:UserName}`` or ``${Transfer:UploadDate}`` in this field to parametrize the destination prefix by username or uploaded date.
4292
+
4293
+ - Set the value of ``DestinationFileLocation`` to ``${Transfer:UserName}`` to copy uploaded files to an Amazon S3 bucket that is prefixed with the name of the Transfer Family user that uploaded the file.
4294
+ - Set the value of ``DestinationFileLocation`` to ``${Transfer:UploadDate}`` to copy uploaded files to an Amazon S3 bucket that is prefixed with the date of the upload.
4295
+
4296
+ .. epigraph::
4297
+
4298
+ The system resolves ``UploadDate`` to a date format of *YYYY-MM-DD* , based on the date the file is uploaded in UTC.
4266
4299
 
4267
4300
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html#cfn-transfer-workflow-copystepdetails-destinationfilelocation
4268
4301
  '''
@@ -4271,7 +4304,7 @@ class CfnWorkflow(
4271
4304
 
4272
4305
  @builtins.property
4273
4306
  def name(self) -> typing.Optional[builtins.str]:
4274
- '''``CfnWorkflow.CopyStepDetailsProperty.Name``.
4307
+ '''The name of the step, used as an identifier.
4275
4308
 
4276
4309
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html#cfn-transfer-workflow-copystepdetails-name
4277
4310
  '''
@@ -4280,7 +4313,12 @@ class CfnWorkflow(
4280
4313
 
4281
4314
  @builtins.property
4282
4315
  def overwrite_existing(self) -> typing.Optional[builtins.str]:
4283
- '''``CfnWorkflow.CopyStepDetailsProperty.OverwriteExisting``.
4316
+ '''A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` .
4317
+
4318
+ If the workflow is processing a file that has the same name as an existing file, the behavior is as follows:
4319
+
4320
+ - If ``OverwriteExisting`` is ``TRUE`` , the existing file is replaced with the file being processed.
4321
+ - If ``OverwriteExisting`` is ``FALSE`` , nothing happens, and the workflow processing stops.
4284
4322
 
4285
4323
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html#cfn-transfer-workflow-copystepdetails-overwriteexisting
4286
4324
  '''
@@ -4289,7 +4327,10 @@ class CfnWorkflow(
4289
4327
 
4290
4328
  @builtins.property
4291
4329
  def source_file_location(self) -> typing.Optional[builtins.str]:
4292
- '''``CfnWorkflow.CopyStepDetailsProperty.SourceFileLocation``.
4330
+ '''Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
4331
+
4332
+ - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.
4333
+ - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4293
4334
 
4294
4335
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html#cfn-transfer-workflow-copystepdetails-sourcefilelocation
4295
4336
  '''
@@ -4326,11 +4367,14 @@ class CfnWorkflow(
4326
4367
  target: typing.Optional[builtins.str] = None,
4327
4368
  timeout_seconds: typing.Optional[jsii.Number] = None,
4328
4369
  ) -> None:
4329
- '''
4330
- :param name: ``CfnWorkflow.CustomStepDetailsProperty.Name``.
4331
- :param source_file_location: ``CfnWorkflow.CustomStepDetailsProperty.SourceFileLocation``.
4332
- :param target: ``CfnWorkflow.CustomStepDetailsProperty.Target``.
4333
- :param timeout_seconds: ``CfnWorkflow.CustomStepDetailsProperty.TimeoutSeconds``.
4370
+ '''Details for a step that invokes an AWS Lambda function.
4371
+
4372
+ Consists of the Lambda function's name, target, and timeout (in seconds).
4373
+
4374
+ :param name: The name of the step, used as an identifier.
4375
+ :param source_file_location: Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4376
+ :param target: The ARN for the lambda function that is being called.
4377
+ :param timeout_seconds: Timeout, in seconds, for the step.
4334
4378
 
4335
4379
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-customstepdetails.html
4336
4380
  :exampleMetadata: fixture=_generated
@@ -4366,7 +4410,7 @@ class CfnWorkflow(
4366
4410
 
4367
4411
  @builtins.property
4368
4412
  def name(self) -> typing.Optional[builtins.str]:
4369
- '''``CfnWorkflow.CustomStepDetailsProperty.Name``.
4413
+ '''The name of the step, used as an identifier.
4370
4414
 
4371
4415
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-customstepdetails.html#cfn-transfer-workflow-customstepdetails-name
4372
4416
  '''
@@ -4375,7 +4419,10 @@ class CfnWorkflow(
4375
4419
 
4376
4420
  @builtins.property
4377
4421
  def source_file_location(self) -> typing.Optional[builtins.str]:
4378
- '''``CfnWorkflow.CustomStepDetailsProperty.SourceFileLocation``.
4422
+ '''Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
4423
+
4424
+ - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.
4425
+ - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4379
4426
 
4380
4427
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-customstepdetails.html#cfn-transfer-workflow-customstepdetails-sourcefilelocation
4381
4428
  '''
@@ -4384,7 +4431,7 @@ class CfnWorkflow(
4384
4431
 
4385
4432
  @builtins.property
4386
4433
  def target(self) -> typing.Optional[builtins.str]:
4387
- '''``CfnWorkflow.CustomStepDetailsProperty.Target``.
4434
+ '''The ARN for the lambda function that is being called.
4388
4435
 
4389
4436
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-customstepdetails.html#cfn-transfer-workflow-customstepdetails-target
4390
4437
  '''
@@ -4393,7 +4440,7 @@ class CfnWorkflow(
4393
4440
 
4394
4441
  @builtins.property
4395
4442
  def timeout_seconds(self) -> typing.Optional[jsii.Number]:
4396
- '''``CfnWorkflow.CustomStepDetailsProperty.TimeoutSeconds``.
4443
+ '''Timeout, in seconds, for the step.
4397
4444
 
4398
4445
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-customstepdetails.html#cfn-transfer-workflow-customstepdetails-timeoutseconds
4399
4446
  '''
@@ -4432,12 +4479,21 @@ class CfnWorkflow(
4432
4479
  source_file_location: typing.Optional[builtins.str] = None,
4433
4480
  type: typing.Optional[builtins.str] = None,
4434
4481
  ) -> None:
4435
- '''
4436
- :param destination_file_location: ``CfnWorkflow.DecryptStepDetailsProperty.DestinationFileLocation``.
4437
- :param name: ``CfnWorkflow.DecryptStepDetailsProperty.Name``.
4438
- :param overwrite_existing: ``CfnWorkflow.DecryptStepDetailsProperty.OverwriteExisting``.
4439
- :param source_file_location: ``CfnWorkflow.DecryptStepDetailsProperty.SourceFileLocation``.
4440
- :param type: ``CfnWorkflow.DecryptStepDetailsProperty.Type``.
4482
+ '''Details for a step that decrypts an encrypted file.
4483
+
4484
+ Consists of the following values:
4485
+
4486
+ - A descriptive name
4487
+ - An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt.
4488
+ - An S3 or Amazon EFS location for the destination of the file decryption.
4489
+ - A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` .
4490
+ - The type of encryption that's used. Currently, only PGP encryption is supported.
4491
+
4492
+ :param destination_file_location: Specifies the location for the file being decrypted. Use ``${Transfer:UserName}`` or ``${Transfer:UploadDate}`` in this field to parametrize the destination prefix by username or uploaded date. - Set the value of ``DestinationFileLocation`` to ``${Transfer:UserName}`` to decrypt uploaded files to an Amazon S3 bucket that is prefixed with the name of the Transfer Family user that uploaded the file. - Set the value of ``DestinationFileLocation`` to ``${Transfer:UploadDate}`` to decrypt uploaded files to an Amazon S3 bucket that is prefixed with the date of the upload. .. epigraph:: The system resolves ``UploadDate`` to a date format of *YYYY-MM-DD* , based on the date the file is uploaded in UTC.
4493
+ :param name: The name of the step, used as an identifier.
4494
+ :param overwrite_existing: A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` . If the workflow is processing a file that has the same name as an existing file, the behavior is as follows: - If ``OverwriteExisting`` is ``TRUE`` , the existing file is replaced with the file being processed. - If ``OverwriteExisting`` is ``FALSE`` , nothing happens, and the workflow processing stops.
4495
+ :param source_file_location: Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4496
+ :param type: The type of encryption used. Currently, this value must be ``PGP`` .
4441
4497
 
4442
4498
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html
4443
4499
  :exampleMetadata: fixture=_generated
@@ -4488,7 +4544,16 @@ class CfnWorkflow(
4488
4544
  def destination_file_location(
4489
4545
  self,
4490
4546
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.InputFileLocationProperty"]]:
4491
- '''``CfnWorkflow.DecryptStepDetailsProperty.DestinationFileLocation``.
4547
+ '''Specifies the location for the file being decrypted.
4548
+
4549
+ Use ``${Transfer:UserName}`` or ``${Transfer:UploadDate}`` in this field to parametrize the destination prefix by username or uploaded date.
4550
+
4551
+ - Set the value of ``DestinationFileLocation`` to ``${Transfer:UserName}`` to decrypt uploaded files to an Amazon S3 bucket that is prefixed with the name of the Transfer Family user that uploaded the file.
4552
+ - Set the value of ``DestinationFileLocation`` to ``${Transfer:UploadDate}`` to decrypt uploaded files to an Amazon S3 bucket that is prefixed with the date of the upload.
4553
+
4554
+ .. epigraph::
4555
+
4556
+ The system resolves ``UploadDate`` to a date format of *YYYY-MM-DD* , based on the date the file is uploaded in UTC.
4492
4557
 
4493
4558
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-destinationfilelocation
4494
4559
  '''
@@ -4497,7 +4562,7 @@ class CfnWorkflow(
4497
4562
 
4498
4563
  @builtins.property
4499
4564
  def name(self) -> typing.Optional[builtins.str]:
4500
- '''``CfnWorkflow.DecryptStepDetailsProperty.Name``.
4565
+ '''The name of the step, used as an identifier.
4501
4566
 
4502
4567
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-name
4503
4568
  '''
@@ -4506,7 +4571,12 @@ class CfnWorkflow(
4506
4571
 
4507
4572
  @builtins.property
4508
4573
  def overwrite_existing(self) -> typing.Optional[builtins.str]:
4509
- '''``CfnWorkflow.DecryptStepDetailsProperty.OverwriteExisting``.
4574
+ '''A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` .
4575
+
4576
+ If the workflow is processing a file that has the same name as an existing file, the behavior is as follows:
4577
+
4578
+ - If ``OverwriteExisting`` is ``TRUE`` , the existing file is replaced with the file being processed.
4579
+ - If ``OverwriteExisting`` is ``FALSE`` , nothing happens, and the workflow processing stops.
4510
4580
 
4511
4581
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-overwriteexisting
4512
4582
  '''
@@ -4515,7 +4585,10 @@ class CfnWorkflow(
4515
4585
 
4516
4586
  @builtins.property
4517
4587
  def source_file_location(self) -> typing.Optional[builtins.str]:
4518
- '''``CfnWorkflow.DecryptStepDetailsProperty.SourceFileLocation``.
4588
+ '''Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
4589
+
4590
+ - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.
4591
+ - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4519
4592
 
4520
4593
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-sourcefilelocation
4521
4594
  '''
@@ -4524,7 +4597,9 @@ class CfnWorkflow(
4524
4597
 
4525
4598
  @builtins.property
4526
4599
  def type(self) -> typing.Optional[builtins.str]:
4527
- '''``CfnWorkflow.DecryptStepDetailsProperty.Type``.
4600
+ '''The type of encryption used.
4601
+
4602
+ Currently, this value must be ``PGP`` .
4528
4603
 
4529
4604
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-decryptstepdetails.html#cfn-transfer-workflow-decryptstepdetails-type
4530
4605
  '''
@@ -4554,9 +4629,10 @@ class CfnWorkflow(
4554
4629
  name: typing.Optional[builtins.str] = None,
4555
4630
  source_file_location: typing.Optional[builtins.str] = None,
4556
4631
  ) -> None:
4557
- '''
4558
- :param name: ``CfnWorkflow.DeleteStepDetailsProperty.Name``.
4559
- :param source_file_location: ``CfnWorkflow.DeleteStepDetailsProperty.SourceFileLocation``.
4632
+ '''An object that contains the name and file location for a file being deleted by a workflow.
4633
+
4634
+ :param name: The name of the step, used as an identifier.
4635
+ :param source_file_location: Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4560
4636
 
4561
4637
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-deletestepdetails.html
4562
4638
  :exampleMetadata: fixture=_generated
@@ -4584,7 +4660,7 @@ class CfnWorkflow(
4584
4660
 
4585
4661
  @builtins.property
4586
4662
  def name(self) -> typing.Optional[builtins.str]:
4587
- '''``CfnWorkflow.DeleteStepDetailsProperty.Name``.
4663
+ '''The name of the step, used as an identifier.
4588
4664
 
4589
4665
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-deletestepdetails.html#cfn-transfer-workflow-deletestepdetails-name
4590
4666
  '''
@@ -4593,7 +4669,10 @@ class CfnWorkflow(
4593
4669
 
4594
4670
  @builtins.property
4595
4671
  def source_file_location(self) -> typing.Optional[builtins.str]:
4596
- '''``CfnWorkflow.DeleteStepDetailsProperty.SourceFileLocation``.
4672
+ '''Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
4673
+
4674
+ - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.
4675
+ - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
4597
4676
 
4598
4677
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-deletestepdetails.html#cfn-transfer-workflow-deletestepdetails-sourcefilelocation
4599
4678
  '''
@@ -4623,9 +4702,10 @@ class CfnWorkflow(
4623
4702
  file_system_id: typing.Optional[builtins.str] = None,
4624
4703
  path: typing.Optional[builtins.str] = None,
4625
4704
  ) -> None:
4626
- '''
4627
- :param file_system_id: ``CfnWorkflow.EfsInputFileLocationProperty.FileSystemId``.
4628
- :param path: ``CfnWorkflow.EfsInputFileLocationProperty.Path``.
4705
+ '''Specifies the Amazon EFS identifier and the path for the file being used.
4706
+
4707
+ :param file_system_id: The identifier of the file system, assigned by Amazon EFS.
4708
+ :param path: The pathname for the folder being used by a workflow.
4629
4709
 
4630
4710
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html
4631
4711
  :exampleMetadata: fixture=_generated
@@ -4653,7 +4733,7 @@ class CfnWorkflow(
4653
4733
 
4654
4734
  @builtins.property
4655
4735
  def file_system_id(self) -> typing.Optional[builtins.str]:
4656
- '''``CfnWorkflow.EfsInputFileLocationProperty.FileSystemId``.
4736
+ '''The identifier of the file system, assigned by Amazon EFS.
4657
4737
 
4658
4738
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html#cfn-transfer-workflow-efsinputfilelocation-filesystemid
4659
4739
  '''
@@ -4662,7 +4742,7 @@ class CfnWorkflow(
4662
4742
 
4663
4743
  @builtins.property
4664
4744
  def path(self) -> typing.Optional[builtins.str]:
4665
- '''``CfnWorkflow.EfsInputFileLocationProperty.Path``.
4745
+ '''The pathname for the folder being used by a workflow.
4666
4746
 
4667
4747
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-efsinputfilelocation.html#cfn-transfer-workflow-efsinputfilelocation-path
4668
4748
  '''
@@ -4695,9 +4775,10 @@ class CfnWorkflow(
4695
4775
  efs_file_location: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.EfsInputFileLocationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4696
4776
  s3_file_location: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.S3InputFileLocationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4697
4777
  ) -> None:
4698
- '''
4699
- :param efs_file_location: ``CfnWorkflow.InputFileLocationProperty.EfsFileLocation``.
4700
- :param s3_file_location: ``CfnWorkflow.InputFileLocationProperty.S3FileLocation``.
4778
+ '''Specifies the location for the file that's being processed.
4779
+
4780
+ :param efs_file_location: Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
4781
+ :param s3_file_location: Specifies the details for the Amazon S3 file that's being copied or decrypted.
4701
4782
 
4702
4783
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-inputfilelocation.html
4703
4784
  :exampleMetadata: fixture=_generated
@@ -4733,7 +4814,7 @@ class CfnWorkflow(
4733
4814
  def efs_file_location(
4734
4815
  self,
4735
4816
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.EfsInputFileLocationProperty"]]:
4736
- '''``CfnWorkflow.InputFileLocationProperty.EfsFileLocation``.
4817
+ '''Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.
4737
4818
 
4738
4819
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-inputfilelocation.html#cfn-transfer-workflow-inputfilelocation-efsfilelocation
4739
4820
  '''
@@ -4744,7 +4825,7 @@ class CfnWorkflow(
4744
4825
  def s3_file_location(
4745
4826
  self,
4746
4827
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.S3InputFileLocationProperty"]]:
4747
- '''``CfnWorkflow.InputFileLocationProperty.S3FileLocation``.
4828
+ '''Specifies the details for the Amazon S3 file that's being copied or decrypted.
4748
4829
 
4749
4830
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-inputfilelocation.html#cfn-transfer-workflow-inputfilelocation-s3filelocation
4750
4831
  '''
@@ -4773,8 +4854,9 @@ class CfnWorkflow(
4773
4854
  *,
4774
4855
  s3_file_location: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkflow.S3InputFileLocationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4775
4856
  ) -> None:
4776
- '''
4777
- :param s3_file_location: ``CfnWorkflow.S3FileLocationProperty.S3FileLocation``.
4857
+ '''Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
4858
+
4859
+ :param s3_file_location: Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon S3 storage.
4778
4860
 
4779
4861
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3filelocation.html
4780
4862
  :exampleMetadata: fixture=_generated
@@ -4803,7 +4885,9 @@ class CfnWorkflow(
4803
4885
  def s3_file_location(
4804
4886
  self,
4805
4887
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.S3InputFileLocationProperty"]]:
4806
- '''``CfnWorkflow.S3FileLocationProperty.S3FileLocation``.
4888
+ '''Specifies the details for the file location for the file that's being used in the workflow.
4889
+
4890
+ Only applicable if you are using Amazon S3 storage.
4807
4891
 
4808
4892
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3filelocation.html#cfn-transfer-workflow-s3filelocation-s3filelocation
4809
4893
  '''
@@ -4833,9 +4917,10 @@ class CfnWorkflow(
4833
4917
  bucket: typing.Optional[builtins.str] = None,
4834
4918
  key: typing.Optional[builtins.str] = None,
4835
4919
  ) -> None:
4836
- '''
4837
- :param bucket: ``CfnWorkflow.S3InputFileLocationProperty.Bucket``.
4838
- :param key: ``CfnWorkflow.S3InputFileLocationProperty.Key``.
4920
+ '''Specifies the details for the Amazon S3 location for an input file to a workflow.
4921
+
4922
+ :param bucket: Specifies the S3 bucket for the customer input file.
4923
+ :param key: The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
4839
4924
 
4840
4925
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html
4841
4926
  :exampleMetadata: fixture=_generated
@@ -4863,7 +4948,7 @@ class CfnWorkflow(
4863
4948
 
4864
4949
  @builtins.property
4865
4950
  def bucket(self) -> typing.Optional[builtins.str]:
4866
- '''``CfnWorkflow.S3InputFileLocationProperty.Bucket``.
4951
+ '''Specifies the S3 bucket for the customer input file.
4867
4952
 
4868
4953
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html#cfn-transfer-workflow-s3inputfilelocation-bucket
4869
4954
  '''
@@ -4872,7 +4957,9 @@ class CfnWorkflow(
4872
4957
 
4873
4958
  @builtins.property
4874
4959
  def key(self) -> typing.Optional[builtins.str]:
4875
- '''``CfnWorkflow.S3InputFileLocationProperty.Key``.
4960
+ '''The name assigned to the file when it was created in Amazon S3.
4961
+
4962
+ You use the object key to retrieve the object.
4876
4963
 
4877
4964
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3inputfilelocation.html#cfn-transfer-workflow-s3inputfilelocation-key
4878
4965
  '''
@@ -4897,9 +4984,10 @@ class CfnWorkflow(
4897
4984
  )
4898
4985
  class S3TagProperty:
4899
4986
  def __init__(self, *, key: builtins.str, value: builtins.str) -> None:
4900
- '''
4901
- :param key: ``CfnWorkflow.S3TagProperty.Key``.
4902
- :param value: ``CfnWorkflow.S3TagProperty.Value``.
4987
+ '''Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.
4988
+
4989
+ :param key: The name assigned to the tag that you create.
4990
+ :param value: The value that corresponds to the key.
4903
4991
 
4904
4992
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3tag.html
4905
4993
  :exampleMetadata: fixture=_generated
@@ -4926,7 +5014,7 @@ class CfnWorkflow(
4926
5014
 
4927
5015
  @builtins.property
4928
5016
  def key(self) -> builtins.str:
4929
- '''``CfnWorkflow.S3TagProperty.Key``.
5017
+ '''The name assigned to the tag that you create.
4930
5018
 
4931
5019
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3tag.html#cfn-transfer-workflow-s3tag-key
4932
5020
  '''
@@ -4936,7 +5024,7 @@ class CfnWorkflow(
4936
5024
 
4937
5025
  @builtins.property
4938
5026
  def value(self) -> builtins.str:
4939
- '''``CfnWorkflow.S3TagProperty.Value``.
5027
+ '''The value that corresponds to the key.
4940
5028
 
4941
5029
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-s3tag.html#cfn-transfer-workflow-s3tag-value
4942
5030
  '''
@@ -4972,10 +5060,13 @@ class CfnWorkflow(
4972
5060
  source_file_location: typing.Optional[builtins.str] = None,
4973
5061
  tags: typing.Optional[typing.Sequence[typing.Union["CfnWorkflow.S3TagProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4974
5062
  ) -> None:
4975
- '''
4976
- :param name: ``CfnWorkflow.TagStepDetailsProperty.Name``.
4977
- :param source_file_location: ``CfnWorkflow.TagStepDetailsProperty.SourceFileLocation``.
4978
- :param tags: ``CfnWorkflow.TagStepDetailsProperty.Tags``.
5063
+ '''Details for a step that creates one or more tags.
5064
+
5065
+ You specify one or more tags. Each tag contains a key-value pair.
5066
+
5067
+ :param name: The name of the step, used as an identifier.
5068
+ :param source_file_location: Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
5069
+ :param tags: Array that contains from 1 to 10 key/value pairs.
4979
5070
 
4980
5071
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-tagstepdetails.html
4981
5072
  :exampleMetadata: fixture=_generated
@@ -5010,7 +5101,7 @@ class CfnWorkflow(
5010
5101
 
5011
5102
  @builtins.property
5012
5103
  def name(self) -> typing.Optional[builtins.str]:
5013
- '''``CfnWorkflow.TagStepDetailsProperty.Name``.
5104
+ '''The name of the step, used as an identifier.
5014
5105
 
5015
5106
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-tagstepdetails.html#cfn-transfer-workflow-tagstepdetails-name
5016
5107
  '''
@@ -5019,7 +5110,10 @@ class CfnWorkflow(
5019
5110
 
5020
5111
  @builtins.property
5021
5112
  def source_file_location(self) -> typing.Optional[builtins.str]:
5022
- '''``CfnWorkflow.TagStepDetailsProperty.SourceFileLocation``.
5113
+ '''Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
5114
+
5115
+ - To use the previous file as the input, enter ``${previous.file}`` . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.
5116
+ - To use the originally uploaded file location as input for this step, enter ``${original.file}`` .
5023
5117
 
5024
5118
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-tagstepdetails.html#cfn-transfer-workflow-tagstepdetails-sourcefilelocation
5025
5119
  '''
@@ -5028,7 +5122,7 @@ class CfnWorkflow(
5028
5122
 
5029
5123
  @builtins.property
5030
5124
  def tags(self) -> typing.Optional[typing.List["CfnWorkflow.S3TagProperty"]]:
5031
- '''``CfnWorkflow.TagStepDetailsProperty.Tags``.
5125
+ '''Array that contains from 1 to 10 key/value pairs.
5032
5126
 
5033
5127
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-tagstepdetails.html#cfn-transfer-workflow-tagstepdetails-tags
5034
5128
  '''
@@ -5073,7 +5167,7 @@ class CfnWorkflow(
5073
5167
 
5074
5168
  :param copy_step_details: Details for a step that performs a file copy. Consists of the following values: - A description - An Amazon S3 location for the destination of the file copy. - A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` .
5075
5169
  :param custom_step_details: Details for a step that invokes an AWS Lambda function. Consists of the Lambda function's name, target, and timeout (in seconds).
5076
- :param decrypt_step_details: ``CfnWorkflow.WorkflowStepProperty.DecryptStepDetails``.
5170
+ :param decrypt_step_details: Details for a step that decrypts an encrypted file. Consists of the following values: - A descriptive name - An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt. - An S3 or Amazon EFS location for the destination of the file decryption. - A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` . - The type of encryption that's used. Currently, only PGP encryption is supported.
5077
5171
  :param delete_step_details: Details for a step that deletes the file.
5078
5172
  :param tag_step_details: Details for a step that creates one or more tags. You specify one or more tags. Each tag contains a key-value pair.
5079
5173
  :param type: Currently, the following step types are supported. - *``COPY``* - Copy the file to another location. - *``CUSTOM``* - Perform a custom step with an AWS Lambda function target. - *``DECRYPT``* - Decrypt a file that was encrypted before it was uploaded. - *``DELETE``* - Delete the file. - *``TAG``* - Add a tag to the file.
@@ -5168,7 +5262,15 @@ class CfnWorkflow(
5168
5262
  def decrypt_step_details(
5169
5263
  self,
5170
5264
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkflow.DecryptStepDetailsProperty"]]:
5171
- '''``CfnWorkflow.WorkflowStepProperty.DecryptStepDetails``.
5265
+ '''Details for a step that decrypts an encrypted file.
5266
+
5267
+ Consists of the following values:
5268
+
5269
+ - A descriptive name
5270
+ - An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt.
5271
+ - An S3 or Amazon EFS location for the destination of the file decryption.
5272
+ - A flag that indicates whether to overwrite an existing file of the same name. The default is ``FALSE`` .
5273
+ - The type of encryption that's used. Currently, only PGP encryption is supported.
5172
5274
 
5173
5275
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-workflowstep.html#cfn-transfer-workflow-workflowstep-decryptstepdetails
5174
5276
  '''