@pulumi/aws 5.2.0 → 5.3.0

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.
package/types/input.d.ts CHANGED
@@ -6119,7 +6119,7 @@ export declare namespace cfg {
6119
6119
  */
6120
6120
  sourceDetails?: pulumi.Input<pulumi.Input<inputs.cfg.RuleSourceSourceDetail>[]>;
6121
6121
  /**
6122
- * For AWS Config managed rules, a predefined identifier, e.g `IAM_PASSWORD_POLICY`. For custom Lambda rules, the identifier is the ARN of the Lambda Function, such as `arn:aws:lambda:us-east-1:123456789012:function:custom_rule_name` or the `arn` attribute of the `aws.lambda.Function` resource.
6122
+ * For AWS Config managed rules, a predefined identifier, e.g `IAM_PASSWORD_POLICY`. For custom Lambda rules, the identifier is the ARN of the Lambda Function, such as `arn:aws:lambda:us-east-1:123456789012:function:custom_rule_name` or the [`arn` attribute of the `aws.lambda.Function` resource](https://www.terraform.io/docs/providers/aws/r/lambda_function.html#arn).
6123
6123
  */
6124
6124
  sourceIdentifier?: pulumi.Input<string>;
6125
6125
  }
@@ -10100,7 +10100,7 @@ export declare namespace dms {
10100
10100
  */
10101
10101
  includeTransactionDetails?: pulumi.Input<boolean>;
10102
10102
  /**
10103
- * Output format for the records created. Default is `json`. Valid values are `json` and `jsonUnformatted` (a single line with no tab).
10103
+ * Output format for the records created. Default is `json`. Valid values are `json` and `json-unformatted` (a single line with no tab).
10104
10104
  */
10105
10105
  messageFormat?: pulumi.Input<string>;
10106
10106
  /**
@@ -10170,7 +10170,7 @@ export declare namespace dms {
10170
10170
  */
10171
10171
  includeTransactionDetails?: pulumi.Input<boolean>;
10172
10172
  /**
10173
- * Output format for the records created. Default is `json`. Valid values are `json` and `jsonUnformatted` (a single line with no tab).
10173
+ * Output format for the records created. Default is `json`. Valid values are `json` and `json-unformatted` (a single line with no tab).
10174
10174
  */
10175
10175
  messageFormat?: pulumi.Input<string>;
10176
10176
  /**
@@ -12115,6 +12115,10 @@ export declare namespace ec2 {
12115
12115
  * The ID of the Capacity Reservation in which to run the instance.
12116
12116
  */
12117
12117
  capacityReservationId?: pulumi.Input<string>;
12118
+ /**
12119
+ * The ARN of the Capacity Reservation resource group in which to run the instance.
12120
+ */
12121
+ capacityReservationResourceGroupArn?: pulumi.Input<string>;
12118
12122
  }
12119
12123
  interface InstanceCreditSpecification {
12120
12124
  /**
@@ -12231,6 +12235,10 @@ export declare namespace ec2 {
12231
12235
  * Integer index of the network interface attachment. Limited by instance type.
12232
12236
  */
12233
12237
  deviceIndex: pulumi.Input<number>;
12238
+ /**
12239
+ * Integer index of the network card. Limited by instance type. The default index is `0`.
12240
+ */
12241
+ networkCardIndex?: pulumi.Input<number>;
12234
12242
  /**
12235
12243
  * ID of the network interface to attach.
12236
12244
  */
@@ -13070,6 +13078,10 @@ export declare namespace ec2 {
13070
13078
  * The ID of the Capacity Reservation in which to run the instance.
13071
13079
  */
13072
13080
  capacityReservationId?: pulumi.Input<string>;
13081
+ /**
13082
+ * The ARN of the Capacity Reservation resource group in which to run the instance.
13083
+ */
13084
+ capacityReservationResourceGroupArn?: pulumi.Input<string>;
13073
13085
  }
13074
13086
  interface SpotInstanceRequestCreditSpecification {
13075
13087
  /**
@@ -13183,6 +13195,10 @@ export declare namespace ec2 {
13183
13195
  * Integer index of the network interface attachment. Limited by instance type.
13184
13196
  */
13185
13197
  deviceIndex: pulumi.Input<number>;
13198
+ /**
13199
+ * Integer index of the network card. Limited by instance type. The default index is `0`.
13200
+ */
13201
+ networkCardIndex?: pulumi.Input<number>;
13186
13202
  /**
13187
13203
  * ID of the network interface to attach.
13188
13204
  */
@@ -15254,7 +15270,7 @@ export declare namespace elasticloadbalancingv2 {
15254
15270
  export declare namespace elasticsearch {
15255
15271
  interface DomainAdvancedSecurityOptions {
15256
15272
  /**
15257
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15273
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearchVersion` of `6.0` or greater.
15258
15274
  */
15259
15275
  enabled: pulumi.Input<boolean>;
15260
15276
  /**
@@ -15366,7 +15382,7 @@ export declare namespace elasticsearch {
15366
15382
  }
15367
15383
  interface DomainClusterConfigColdStorageOptions {
15368
15384
  /**
15369
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15385
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearchVersion` of `6.0` or greater.
15370
15386
  */
15371
15387
  enabled?: pulumi.Input<boolean>;
15372
15388
  }
@@ -15378,7 +15394,7 @@ export declare namespace elasticsearch {
15378
15394
  }
15379
15395
  interface DomainCognitoOptions {
15380
15396
  /**
15381
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15397
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearchVersion` of `6.0` or greater.
15382
15398
  */
15383
15399
  enabled?: pulumi.Input<boolean>;
15384
15400
  /**
@@ -15433,12 +15449,9 @@ export declare namespace elasticsearch {
15433
15449
  }
15434
15450
  interface DomainEncryptAtRest {
15435
15451
  /**
15436
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15452
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearchVersion` of `6.0` or greater.
15437
15453
  */
15438
15454
  enabled: pulumi.Input<boolean>;
15439
- /**
15440
- * KMS key id to encrypt the Elasticsearch domain with. If not specified then it defaults to using the `aws/es` service KMS key.
15441
- */
15442
15455
  kmsKeyId?: pulumi.Input<string>;
15443
15456
  }
15444
15457
  interface DomainLogPublishingOption {
@@ -15447,7 +15460,7 @@ export declare namespace elasticsearch {
15447
15460
  */
15448
15461
  cloudwatchLogGroupArn: pulumi.Input<string>;
15449
15462
  /**
15450
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15463
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearchVersion` of `6.0` or greater.
15451
15464
  */
15452
15465
  enabled?: pulumi.Input<boolean>;
15453
15466
  /**
@@ -15457,7 +15470,7 @@ export declare namespace elasticsearch {
15457
15470
  }
15458
15471
  interface DomainNodeToNodeEncryption {
15459
15472
  /**
15460
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
15473
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `elasticsearchVersion` of `6.0` or greater.
15461
15474
  */
15462
15475
  enabled: pulumi.Input<boolean>;
15463
15476
  }
@@ -18306,25 +18319,25 @@ export declare namespace imagebuilder {
18306
18319
  */
18307
18320
  launchTemplateId: pulumi.Input<string>;
18308
18321
  }
18309
- interface GetComponentsFilter {
18322
+ interface GetComponentsFilterArgs {
18310
18323
  /**
18311
18324
  * The name of the filter field. Valid values can be found in the [Image Builder ListComponents API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListComponents.html).
18312
18325
  */
18313
- name: string;
18326
+ name: pulumi.Input<string>;
18314
18327
  /**
18315
18328
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18316
18329
  */
18317
- values: string[];
18330
+ values: pulumi.Input<pulumi.Input<string>[]>;
18318
18331
  }
18319
- interface GetComponentsFilterArgs {
18332
+ interface GetComponentsFilter {
18320
18333
  /**
18321
18334
  * The name of the filter field. Valid values can be found in the [Image Builder ListComponents API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListComponents.html).
18322
18335
  */
18323
- name: pulumi.Input<string>;
18336
+ name: string;
18324
18337
  /**
18325
18338
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18326
18339
  */
18327
- values: pulumi.Input<pulumi.Input<string>[]>;
18340
+ values: string[];
18328
18341
  }
18329
18342
  interface GetContainerRecipesFilter {
18330
18343
  /**
@@ -18346,25 +18359,25 @@ export declare namespace imagebuilder {
18346
18359
  */
18347
18360
  values: pulumi.Input<pulumi.Input<string>[]>;
18348
18361
  }
18349
- interface GetDistributionConfigurationsFilter {
18362
+ interface GetDistributionConfigurationsFilterArgs {
18350
18363
  /**
18351
18364
  * The name of the filter field. Valid values can be found in the [Image Builder ListDistributionConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListDistributionConfigurations.html).
18352
18365
  */
18353
- name: string;
18366
+ name: pulumi.Input<string>;
18354
18367
  /**
18355
18368
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18356
18369
  */
18357
- values: string[];
18370
+ values: pulumi.Input<pulumi.Input<string>[]>;
18358
18371
  }
18359
- interface GetDistributionConfigurationsFilterArgs {
18372
+ interface GetDistributionConfigurationsFilter {
18360
18373
  /**
18361
18374
  * The name of the filter field. Valid values can be found in the [Image Builder ListDistributionConfigurations API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListDistributionConfigurations.html).
18362
18375
  */
18363
- name: pulumi.Input<string>;
18376
+ name: string;
18364
18377
  /**
18365
18378
  * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
18366
18379
  */
18367
- values: pulumi.Input<pulumi.Input<string>[]>;
18380
+ values: string[];
18368
18381
  }
18369
18382
  interface GetImagePipelinesFilterArgs {
18370
18383
  /**
@@ -18562,6 +18575,16 @@ export declare namespace imagebuilder {
18562
18575
  */
18563
18576
  uninstallAfterBuild: pulumi.Input<boolean>;
18564
18577
  }
18578
+ interface InfrastructureConfigurationInstanceMetadataOptions {
18579
+ /**
18580
+ * The number of hops that an instance can traverse to reach its destonation.
18581
+ */
18582
+ httpPutResponseHopLimit?: pulumi.Input<number>;
18583
+ /**
18584
+ * Whether a signed token is required for instance metadata retrieval requests. Valid values: `required`, `optional`.
18585
+ */
18586
+ httpTokens?: pulumi.Input<string>;
18587
+ }
18565
18588
  interface InfrastructureConfigurationLogging {
18566
18589
  /**
18567
18590
  * Configuration block with S3 logging settings. Detailed below.
@@ -23797,7 +23820,7 @@ export declare namespace networkmanager {
23797
23820
  export declare namespace opensearch {
23798
23821
  interface DomainAdvancedSecurityOptions {
23799
23822
  /**
23800
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23823
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engineVersion` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.
23801
23824
  */
23802
23825
  enabled: pulumi.Input<boolean>;
23803
23826
  /**
@@ -23862,6 +23885,10 @@ export declare namespace opensearch {
23862
23885
  value: pulumi.Input<number>;
23863
23886
  }
23864
23887
  interface DomainClusterConfig {
23888
+ /**
23889
+ * Configuration block containing cold storage configuration. Detailed below.
23890
+ */
23891
+ coldStorageOptions?: pulumi.Input<inputs.opensearch.DomainClusterConfigColdStorageOptions>;
23865
23892
  /**
23866
23893
  * Number of dedicated main nodes in the cluster.
23867
23894
  */
@@ -23903,6 +23930,12 @@ export declare namespace opensearch {
23903
23930
  */
23904
23931
  zoneAwarenessEnabled?: pulumi.Input<boolean>;
23905
23932
  }
23933
+ interface DomainClusterConfigColdStorageOptions {
23934
+ /**
23935
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engineVersion` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.
23936
+ */
23937
+ enabled?: pulumi.Input<boolean>;
23938
+ }
23906
23939
  interface DomainClusterConfigZoneAwarenessConfig {
23907
23940
  /**
23908
23941
  * Number of Availability Zones for the domain to use with `zoneAwarenessEnabled`. Defaults to `2`. Valid values: `2` or `3`.
@@ -23911,7 +23944,7 @@ export declare namespace opensearch {
23911
23944
  }
23912
23945
  interface DomainCognitoOptions {
23913
23946
  /**
23914
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
23947
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engineVersion` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.
23915
23948
  */
23916
23949
  enabled?: pulumi.Input<boolean>;
23917
23950
  /**
@@ -23966,12 +23999,9 @@ export declare namespace opensearch {
23966
23999
  }
23967
24000
  interface DomainEncryptAtRest {
23968
24001
  /**
23969
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
24002
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engineVersion` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.
23970
24003
  */
23971
24004
  enabled: pulumi.Input<boolean>;
23972
- /**
23973
- * KMS key id to encrypt the OpenSearch domain with. If not specified then it defaults to using the `aws/es` service KMS key.
23974
- */
23975
24005
  kmsKeyId?: pulumi.Input<string>;
23976
24006
  }
23977
24007
  interface DomainLogPublishingOption {
@@ -23980,7 +24010,7 @@ export declare namespace opensearch {
23980
24010
  */
23981
24011
  cloudwatchLogGroupArn: pulumi.Input<string>;
23982
24012
  /**
23983
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
24013
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engineVersion` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.
23984
24014
  */
23985
24015
  enabled?: pulumi.Input<boolean>;
23986
24016
  /**
@@ -23990,7 +24020,7 @@ export declare namespace opensearch {
23990
24020
  }
23991
24021
  interface DomainNodeToNodeEncryption {
23992
24022
  /**
23993
- * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
24023
+ * Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`. Enabling node-to-node encryption of a new domain requires an `engineVersion` of `OpenSearch_X.Y` or `Elasticsearch_6.0` or greater.
23994
24024
  */
23995
24025
  enabled: pulumi.Input<boolean>;
23996
24026
  }
@@ -25429,6 +25459,10 @@ export declare namespace rds {
25429
25459
  * The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
25430
25460
  */
25431
25461
  secretArn?: pulumi.Input<string>;
25462
+ /**
25463
+ * The name of the database user to which the proxy connects.
25464
+ */
25465
+ username?: pulumi.Input<string>;
25432
25466
  }
25433
25467
  interface ProxyDefaultTargetGroupConnectionPoolConfig {
25434
25468
  /**
@@ -31399,6 +31433,22 @@ export declare namespace transfer {
31399
31433
  */
31400
31434
  vpcId?: pulumi.Input<string>;
31401
31435
  }
31436
+ interface ServerWorkflowDetails {
31437
+ /**
31438
+ * A trigger that starts a workflow: the workflow begins to execute after a file is uploaded. See Workflow Detail below.
31439
+ */
31440
+ onUpload?: pulumi.Input<inputs.transfer.ServerWorkflowDetailsOnUpload>;
31441
+ }
31442
+ interface ServerWorkflowDetailsOnUpload {
31443
+ /**
31444
+ * Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources.
31445
+ */
31446
+ executionRole: pulumi.Input<string>;
31447
+ /**
31448
+ * A unique identifier for the workflow.
31449
+ */
31450
+ workflowId: pulumi.Input<string>;
31451
+ }
31402
31452
  interface UserHomeDirectoryMapping {
31403
31453
  /**
31404
31454
  * Represents an entry and a target.
@@ -31423,6 +31473,250 @@ export declare namespace transfer {
31423
31473
  */
31424
31474
  uid: pulumi.Input<number>;
31425
31475
  }
31476
+ interface WorkflowOnExceptionStep {
31477
+ /**
31478
+ * Details for a step that performs a file copy. See Copy Step Details below.
31479
+ */
31480
+ copyStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepCopyStepDetails>;
31481
+ /**
31482
+ * Details for a step that invokes a lambda function.
31483
+ */
31484
+ customStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepCustomStepDetails>;
31485
+ /**
31486
+ * Details for a step that deletes the file.
31487
+ */
31488
+ deleteStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepDeleteStepDetails>;
31489
+ /**
31490
+ * Details for a step that creates one or more tags.
31491
+ */
31492
+ tagStepDetails?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepTagStepDetails>;
31493
+ /**
31494
+ * One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
31495
+ */
31496
+ type: pulumi.Input<string>;
31497
+ }
31498
+ interface WorkflowOnExceptionStepCopyStepDetails {
31499
+ /**
31500
+ * Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
31501
+ */
31502
+ destinationFileLocation?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation>;
31503
+ /**
31504
+ * The name of the step, used as an identifier.
31505
+ */
31506
+ name?: pulumi.Input<string>;
31507
+ /**
31508
+ * A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
31509
+ */
31510
+ overwriteExisting?: pulumi.Input<string>;
31511
+ /**
31512
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31513
+ */
31514
+ sourceFileLocation?: pulumi.Input<string>;
31515
+ }
31516
+ interface WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation {
31517
+ /**
31518
+ * Specifies the details for the EFS file being copied.
31519
+ */
31520
+ efsFileLocation?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation>;
31521
+ /**
31522
+ * Specifies the details for the S3 file being copied.
31523
+ */
31524
+ s3FileLocation?: pulumi.Input<inputs.transfer.WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation>;
31525
+ }
31526
+ interface WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation {
31527
+ /**
31528
+ * The ID of the file system, assigned by Amazon EFS.
31529
+ */
31530
+ fileSystemId?: pulumi.Input<string>;
31531
+ /**
31532
+ * The pathname for the folder being used by a workflow.
31533
+ */
31534
+ path?: pulumi.Input<string>;
31535
+ }
31536
+ interface WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation {
31537
+ /**
31538
+ * Specifies the S3 bucket for the customer input file.
31539
+ */
31540
+ bucket?: pulumi.Input<string>;
31541
+ /**
31542
+ * The name assigned to the tag that you create.
31543
+ */
31544
+ key?: pulumi.Input<string>;
31545
+ }
31546
+ interface WorkflowOnExceptionStepCustomStepDetails {
31547
+ /**
31548
+ * The name of the step, used as an identifier.
31549
+ */
31550
+ name?: pulumi.Input<string>;
31551
+ /**
31552
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31553
+ */
31554
+ sourceFileLocation?: pulumi.Input<string>;
31555
+ /**
31556
+ * The ARN for the lambda function that is being called.
31557
+ */
31558
+ target?: pulumi.Input<string>;
31559
+ /**
31560
+ * Timeout, in seconds, for the step.
31561
+ */
31562
+ timeoutSeconds?: pulumi.Input<number>;
31563
+ }
31564
+ interface WorkflowOnExceptionStepDeleteStepDetails {
31565
+ /**
31566
+ * The name of the step, used as an identifier.
31567
+ */
31568
+ name?: pulumi.Input<string>;
31569
+ /**
31570
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31571
+ */
31572
+ sourceFileLocation?: pulumi.Input<string>;
31573
+ }
31574
+ interface WorkflowOnExceptionStepTagStepDetails {
31575
+ /**
31576
+ * The name of the step, used as an identifier.
31577
+ */
31578
+ name?: pulumi.Input<string>;
31579
+ /**
31580
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31581
+ */
31582
+ sourceFileLocation?: pulumi.Input<string>;
31583
+ /**
31584
+ * Array that contains from 1 to 10 key/value pairs. See S3 Tags below.
31585
+ */
31586
+ tags?: pulumi.Input<pulumi.Input<inputs.transfer.WorkflowOnExceptionStepTagStepDetailsTag>[]>;
31587
+ }
31588
+ interface WorkflowOnExceptionStepTagStepDetailsTag {
31589
+ /**
31590
+ * The name assigned to the tag that you create.
31591
+ */
31592
+ key: pulumi.Input<string>;
31593
+ /**
31594
+ * The value that corresponds to the key.
31595
+ */
31596
+ value: pulumi.Input<string>;
31597
+ }
31598
+ interface WorkflowStep {
31599
+ /**
31600
+ * Details for a step that performs a file copy. See Copy Step Details below.
31601
+ */
31602
+ copyStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepCopyStepDetails>;
31603
+ /**
31604
+ * Details for a step that invokes a lambda function.
31605
+ */
31606
+ customStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepCustomStepDetails>;
31607
+ /**
31608
+ * Details for a step that deletes the file.
31609
+ */
31610
+ deleteStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepDeleteStepDetails>;
31611
+ /**
31612
+ * Details for a step that creates one or more tags.
31613
+ */
31614
+ tagStepDetails?: pulumi.Input<inputs.transfer.WorkflowStepTagStepDetails>;
31615
+ /**
31616
+ * One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
31617
+ */
31618
+ type: pulumi.Input<string>;
31619
+ }
31620
+ interface WorkflowStepCopyStepDetails {
31621
+ /**
31622
+ * Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
31623
+ */
31624
+ destinationFileLocation?: pulumi.Input<inputs.transfer.WorkflowStepCopyStepDetailsDestinationFileLocation>;
31625
+ /**
31626
+ * The name of the step, used as an identifier.
31627
+ */
31628
+ name?: pulumi.Input<string>;
31629
+ /**
31630
+ * A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
31631
+ */
31632
+ overwriteExisting?: pulumi.Input<string>;
31633
+ /**
31634
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31635
+ */
31636
+ sourceFileLocation?: pulumi.Input<string>;
31637
+ }
31638
+ interface WorkflowStepCopyStepDetailsDestinationFileLocation {
31639
+ /**
31640
+ * Specifies the details for the EFS file being copied.
31641
+ */
31642
+ efsFileLocation?: pulumi.Input<inputs.transfer.WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation>;
31643
+ /**
31644
+ * Specifies the details for the S3 file being copied.
31645
+ */
31646
+ s3FileLocation?: pulumi.Input<inputs.transfer.WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation>;
31647
+ }
31648
+ interface WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation {
31649
+ /**
31650
+ * The ID of the file system, assigned by Amazon EFS.
31651
+ */
31652
+ fileSystemId?: pulumi.Input<string>;
31653
+ /**
31654
+ * The pathname for the folder being used by a workflow.
31655
+ */
31656
+ path?: pulumi.Input<string>;
31657
+ }
31658
+ interface WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation {
31659
+ /**
31660
+ * Specifies the S3 bucket for the customer input file.
31661
+ */
31662
+ bucket?: pulumi.Input<string>;
31663
+ /**
31664
+ * The name assigned to the tag that you create.
31665
+ */
31666
+ key?: pulumi.Input<string>;
31667
+ }
31668
+ interface WorkflowStepCustomStepDetails {
31669
+ /**
31670
+ * The name of the step, used as an identifier.
31671
+ */
31672
+ name?: pulumi.Input<string>;
31673
+ /**
31674
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31675
+ */
31676
+ sourceFileLocation?: pulumi.Input<string>;
31677
+ /**
31678
+ * The ARN for the lambda function that is being called.
31679
+ */
31680
+ target?: pulumi.Input<string>;
31681
+ /**
31682
+ * Timeout, in seconds, for the step.
31683
+ */
31684
+ timeoutSeconds?: pulumi.Input<number>;
31685
+ }
31686
+ interface WorkflowStepDeleteStepDetails {
31687
+ /**
31688
+ * The name of the step, used as an identifier.
31689
+ */
31690
+ name?: pulumi.Input<string>;
31691
+ /**
31692
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31693
+ */
31694
+ sourceFileLocation?: pulumi.Input<string>;
31695
+ }
31696
+ interface WorkflowStepTagStepDetails {
31697
+ /**
31698
+ * The name of the step, used as an identifier.
31699
+ */
31700
+ name?: pulumi.Input<string>;
31701
+ /**
31702
+ * 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. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
31703
+ */
31704
+ sourceFileLocation?: pulumi.Input<string>;
31705
+ /**
31706
+ * Array that contains from 1 to 10 key/value pairs. See S3 Tags below.
31707
+ */
31708
+ tags?: pulumi.Input<pulumi.Input<inputs.transfer.WorkflowStepTagStepDetailsTag>[]>;
31709
+ }
31710
+ interface WorkflowStepTagStepDetailsTag {
31711
+ /**
31712
+ * The name assigned to the tag that you create.
31713
+ */
31714
+ key: pulumi.Input<string>;
31715
+ /**
31716
+ * The value that corresponds to the key.
31717
+ */
31718
+ value: pulumi.Input<string>;
31719
+ }
31426
31720
  }
31427
31721
  export declare namespace waf {
31428
31722
  interface ByteMatchSetByteMatchTuple {