@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/cloudtrail/trail.d.ts +1 -0
- package/cloudtrail/trail.js +1 -0
- package/cloudtrail/trail.js.map +1 -1
- package/cloudwatch/eventBusPolicy.d.ts +2 -2
- package/cloudwatch/eventBusPolicy.js +2 -2
- package/emr/cluster.d.ts +23 -32
- package/emr/cluster.js +23 -23
- package/emr/cluster.js.map +1 -1
- package/fsx/ontapFileSystem.d.ts +6 -6
- package/imagebuilder/getInfrastructureConfiguration.d.ts +4 -0
- package/imagebuilder/getInfrastructureConfiguration.js.map +1 -1
- package/imagebuilder/infrastructureConfiguration.d.ts +12 -0
- package/imagebuilder/infrastructureConfiguration.js +2 -0
- package/imagebuilder/infrastructureConfiguration.js.map +1 -1
- package/macie2/member.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/qldb/ledger.d.ts +0 -18
- package/qldb/ledger.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +52 -0
- package/s3/getBucketPolicy.js +39 -0
- package/s3/getBucketPolicy.js.map +1 -0
- package/s3/index.d.ts +1 -0
- package/s3/index.js +1 -0
- package/s3/index.js.map +1 -1
- package/transfer/index.d.ts +1 -0
- package/transfer/index.js +5 -0
- package/transfer/index.js.map +1 -1
- package/transfer/server.d.ts +12 -0
- package/transfer/server.js +2 -0
- package/transfer/server.js.map +1 -1
- package/transfer/workflow.d.ts +136 -0
- package/transfer/workflow.js +90 -0
- package/transfer/workflow.js.map +1 -0
- package/types/input.d.ts +326 -32
- package/types/output.d.ts +335 -20
package/types/output.d.ts
CHANGED
|
@@ -6094,7 +6094,7 @@ export declare namespace cfg {
|
|
|
6094
6094
|
*/
|
|
6095
6095
|
sourceDetails?: outputs.cfg.RuleSourceSourceDetail[];
|
|
6096
6096
|
/**
|
|
6097
|
-
* 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.
|
|
6097
|
+
* 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).
|
|
6098
6098
|
*/
|
|
6099
6099
|
sourceIdentifier?: string;
|
|
6100
6100
|
}
|
|
@@ -10879,7 +10879,7 @@ export declare namespace dms {
|
|
|
10879
10879
|
*/
|
|
10880
10880
|
includeTransactionDetails?: boolean;
|
|
10881
10881
|
/**
|
|
10882
|
-
* Output format for the records created. Default is `json`. Valid values are `json` and `
|
|
10882
|
+
* Output format for the records created. Default is `json`. Valid values are `json` and `json-unformatted` (a single line with no tab).
|
|
10883
10883
|
*/
|
|
10884
10884
|
messageFormat?: string;
|
|
10885
10885
|
/**
|
|
@@ -10949,7 +10949,7 @@ export declare namespace dms {
|
|
|
10949
10949
|
*/
|
|
10950
10950
|
includeTransactionDetails?: boolean;
|
|
10951
10951
|
/**
|
|
10952
|
-
* Output format for the records created. Default is `json`. Valid values are `json` and `
|
|
10952
|
+
* Output format for the records created. Default is `json`. Valid values are `json` and `json-unformatted` (a single line with no tab).
|
|
10953
10953
|
*/
|
|
10954
10954
|
messageFormat?: string;
|
|
10955
10955
|
/**
|
|
@@ -12920,6 +12920,10 @@ export declare namespace ec2 {
|
|
|
12920
12920
|
* The ID of the Capacity Reservation in which to run the instance.
|
|
12921
12921
|
*/
|
|
12922
12922
|
capacityReservationId?: string;
|
|
12923
|
+
/**
|
|
12924
|
+
* The ARN of the Capacity Reservation resource group in which to run the instance.
|
|
12925
|
+
*/
|
|
12926
|
+
capacityReservationResourceGroupArn?: string;
|
|
12923
12927
|
}
|
|
12924
12928
|
interface InstanceCreditSpecification {
|
|
12925
12929
|
/**
|
|
@@ -13036,6 +13040,10 @@ export declare namespace ec2 {
|
|
|
13036
13040
|
* Integer index of the network interface attachment. Limited by instance type.
|
|
13037
13041
|
*/
|
|
13038
13042
|
deviceIndex: number;
|
|
13043
|
+
/**
|
|
13044
|
+
* Integer index of the network card. Limited by instance type. The default index is `0`.
|
|
13045
|
+
*/
|
|
13046
|
+
networkCardIndex?: number;
|
|
13039
13047
|
/**
|
|
13040
13048
|
* ID of the network interface to attach.
|
|
13041
13049
|
*/
|
|
@@ -13875,6 +13883,10 @@ export declare namespace ec2 {
|
|
|
13875
13883
|
* The ID of the Capacity Reservation in which to run the instance.
|
|
13876
13884
|
*/
|
|
13877
13885
|
capacityReservationId?: string;
|
|
13886
|
+
/**
|
|
13887
|
+
* The ARN of the Capacity Reservation resource group in which to run the instance.
|
|
13888
|
+
*/
|
|
13889
|
+
capacityReservationResourceGroupArn?: string;
|
|
13878
13890
|
}
|
|
13879
13891
|
interface SpotInstanceRequestCreditSpecification {
|
|
13880
13892
|
/**
|
|
@@ -13988,6 +14000,10 @@ export declare namespace ec2 {
|
|
|
13988
14000
|
* Integer index of the network interface attachment. Limited by instance type.
|
|
13989
14001
|
*/
|
|
13990
14002
|
deviceIndex: number;
|
|
14003
|
+
/**
|
|
14004
|
+
* Integer index of the network card. Limited by instance type. The default index is `0`.
|
|
14005
|
+
*/
|
|
14006
|
+
networkCardIndex?: number;
|
|
13991
14007
|
/**
|
|
13992
14008
|
* ID of the network interface to attach.
|
|
13993
14009
|
*/
|
|
@@ -16329,7 +16345,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
16329
16345
|
export declare namespace elasticsearch {
|
|
16330
16346
|
interface DomainAdvancedSecurityOptions {
|
|
16331
16347
|
/**
|
|
16332
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
16348
|
+
* 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.
|
|
16333
16349
|
*/
|
|
16334
16350
|
enabled: boolean;
|
|
16335
16351
|
/**
|
|
@@ -16441,7 +16457,7 @@ export declare namespace elasticsearch {
|
|
|
16441
16457
|
}
|
|
16442
16458
|
interface DomainClusterConfigColdStorageOptions {
|
|
16443
16459
|
/**
|
|
16444
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
16460
|
+
* 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.
|
|
16445
16461
|
*/
|
|
16446
16462
|
enabled: boolean;
|
|
16447
16463
|
}
|
|
@@ -16453,7 +16469,7 @@ export declare namespace elasticsearch {
|
|
|
16453
16469
|
}
|
|
16454
16470
|
interface DomainCognitoOptions {
|
|
16455
16471
|
/**
|
|
16456
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
16472
|
+
* 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.
|
|
16457
16473
|
*/
|
|
16458
16474
|
enabled?: boolean;
|
|
16459
16475
|
/**
|
|
@@ -16508,12 +16524,9 @@ export declare namespace elasticsearch {
|
|
|
16508
16524
|
}
|
|
16509
16525
|
interface DomainEncryptAtRest {
|
|
16510
16526
|
/**
|
|
16511
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
16527
|
+
* 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.
|
|
16512
16528
|
*/
|
|
16513
16529
|
enabled: boolean;
|
|
16514
|
-
/**
|
|
16515
|
-
* KMS key id to encrypt the Elasticsearch domain with. If not specified then it defaults to using the `aws/es` service KMS key.
|
|
16516
|
-
*/
|
|
16517
16530
|
kmsKeyId: string;
|
|
16518
16531
|
}
|
|
16519
16532
|
interface DomainLogPublishingOption {
|
|
@@ -16522,7 +16535,7 @@ export declare namespace elasticsearch {
|
|
|
16522
16535
|
*/
|
|
16523
16536
|
cloudwatchLogGroupArn: string;
|
|
16524
16537
|
/**
|
|
16525
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
16538
|
+
* 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.
|
|
16526
16539
|
*/
|
|
16527
16540
|
enabled?: boolean;
|
|
16528
16541
|
/**
|
|
@@ -16532,7 +16545,7 @@ export declare namespace elasticsearch {
|
|
|
16532
16545
|
}
|
|
16533
16546
|
interface DomainNodeToNodeEncryption {
|
|
16534
16547
|
/**
|
|
16535
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
16548
|
+
* 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.
|
|
16536
16549
|
*/
|
|
16537
16550
|
enabled: boolean;
|
|
16538
16551
|
}
|
|
@@ -19881,6 +19894,16 @@ export declare namespace imagebuilder {
|
|
|
19881
19894
|
*/
|
|
19882
19895
|
values: string[];
|
|
19883
19896
|
}
|
|
19897
|
+
interface GetInfrastructureConfigurationInstanceMetadataOption {
|
|
19898
|
+
/**
|
|
19899
|
+
* Number of hops that an instance can traverse to reach its destonation.
|
|
19900
|
+
*/
|
|
19901
|
+
httpPutResponseHopLimit: number;
|
|
19902
|
+
/**
|
|
19903
|
+
* Whether a signed token is required for instance metadata retrieval requests.
|
|
19904
|
+
*/
|
|
19905
|
+
httpTokens: string;
|
|
19906
|
+
}
|
|
19884
19907
|
interface GetInfrastructureConfigurationLogging {
|
|
19885
19908
|
/**
|
|
19886
19909
|
* Nested list of S3 logs settings.
|
|
@@ -20043,6 +20066,16 @@ export declare namespace imagebuilder {
|
|
|
20043
20066
|
*/
|
|
20044
20067
|
uninstallAfterBuild: boolean;
|
|
20045
20068
|
}
|
|
20069
|
+
interface InfrastructureConfigurationInstanceMetadataOptions {
|
|
20070
|
+
/**
|
|
20071
|
+
* The number of hops that an instance can traverse to reach its destonation.
|
|
20072
|
+
*/
|
|
20073
|
+
httpPutResponseHopLimit?: number;
|
|
20074
|
+
/**
|
|
20075
|
+
* Whether a signed token is required for instance metadata retrieval requests. Valid values: `required`, `optional`.
|
|
20076
|
+
*/
|
|
20077
|
+
httpTokens?: string;
|
|
20078
|
+
}
|
|
20046
20079
|
interface InfrastructureConfigurationLogging {
|
|
20047
20080
|
/**
|
|
20048
20081
|
* Configuration block with S3 logging settings. Detailed below.
|
|
@@ -25613,7 +25646,7 @@ export declare namespace networkmanager {
|
|
|
25613
25646
|
export declare namespace opensearch {
|
|
25614
25647
|
interface DomainAdvancedSecurityOptions {
|
|
25615
25648
|
/**
|
|
25616
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
25649
|
+
* 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.
|
|
25617
25650
|
*/
|
|
25618
25651
|
enabled: boolean;
|
|
25619
25652
|
/**
|
|
@@ -25678,6 +25711,10 @@ export declare namespace opensearch {
|
|
|
25678
25711
|
value: number;
|
|
25679
25712
|
}
|
|
25680
25713
|
interface DomainClusterConfig {
|
|
25714
|
+
/**
|
|
25715
|
+
* Configuration block containing cold storage configuration. Detailed below.
|
|
25716
|
+
*/
|
|
25717
|
+
coldStorageOptions: outputs.opensearch.DomainClusterConfigColdStorageOptions;
|
|
25681
25718
|
/**
|
|
25682
25719
|
* Number of dedicated main nodes in the cluster.
|
|
25683
25720
|
*/
|
|
@@ -25719,6 +25756,12 @@ export declare namespace opensearch {
|
|
|
25719
25756
|
*/
|
|
25720
25757
|
zoneAwarenessEnabled?: boolean;
|
|
25721
25758
|
}
|
|
25759
|
+
interface DomainClusterConfigColdStorageOptions {
|
|
25760
|
+
/**
|
|
25761
|
+
* 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.
|
|
25762
|
+
*/
|
|
25763
|
+
enabled: boolean;
|
|
25764
|
+
}
|
|
25722
25765
|
interface DomainClusterConfigZoneAwarenessConfig {
|
|
25723
25766
|
/**
|
|
25724
25767
|
* Number of Availability Zones for the domain to use with `zoneAwarenessEnabled`. Defaults to `2`. Valid values: `2` or `3`.
|
|
@@ -25727,7 +25770,7 @@ export declare namespace opensearch {
|
|
|
25727
25770
|
}
|
|
25728
25771
|
interface DomainCognitoOptions {
|
|
25729
25772
|
/**
|
|
25730
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
25773
|
+
* 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.
|
|
25731
25774
|
*/
|
|
25732
25775
|
enabled?: boolean;
|
|
25733
25776
|
/**
|
|
@@ -25782,12 +25825,9 @@ export declare namespace opensearch {
|
|
|
25782
25825
|
}
|
|
25783
25826
|
interface DomainEncryptAtRest {
|
|
25784
25827
|
/**
|
|
25785
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
25828
|
+
* 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.
|
|
25786
25829
|
*/
|
|
25787
25830
|
enabled: boolean;
|
|
25788
|
-
/**
|
|
25789
|
-
* KMS key id to encrypt the OpenSearch domain with. If not specified then it defaults to using the `aws/es` service KMS key.
|
|
25790
|
-
*/
|
|
25791
25831
|
kmsKeyId: string;
|
|
25792
25832
|
}
|
|
25793
25833
|
interface DomainLogPublishingOption {
|
|
@@ -25796,7 +25836,7 @@ export declare namespace opensearch {
|
|
|
25796
25836
|
*/
|
|
25797
25837
|
cloudwatchLogGroupArn: string;
|
|
25798
25838
|
/**
|
|
25799
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
25839
|
+
* 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.
|
|
25800
25840
|
*/
|
|
25801
25841
|
enabled?: boolean;
|
|
25802
25842
|
/**
|
|
@@ -25806,7 +25846,7 @@ export declare namespace opensearch {
|
|
|
25806
25846
|
}
|
|
25807
25847
|
interface DomainNodeToNodeEncryption {
|
|
25808
25848
|
/**
|
|
25809
|
-
* Whether to enable node-to-node encryption. If the `nodeToNodeEncryption` block is not provided then this defaults to `false`.
|
|
25849
|
+
* 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.
|
|
25810
25850
|
*/
|
|
25811
25851
|
enabled: boolean;
|
|
25812
25852
|
}
|
|
@@ -25917,6 +25957,10 @@ export declare namespace opensearch {
|
|
|
25917
25957
|
value: number;
|
|
25918
25958
|
}
|
|
25919
25959
|
interface GetDomainClusterConfig {
|
|
25960
|
+
/**
|
|
25961
|
+
* Configuration block containing cold storage configuration.
|
|
25962
|
+
*/
|
|
25963
|
+
coldStorageOptions: outputs.opensearch.GetDomainClusterConfigColdStorageOption[];
|
|
25920
25964
|
/**
|
|
25921
25965
|
* Number of dedicated master nodes in the cluster.
|
|
25922
25966
|
*/
|
|
@@ -25958,6 +26002,12 @@ export declare namespace opensearch {
|
|
|
25958
26002
|
*/
|
|
25959
26003
|
zoneAwarenessEnabled: boolean;
|
|
25960
26004
|
}
|
|
26005
|
+
interface GetDomainClusterConfigColdStorageOption {
|
|
26006
|
+
/**
|
|
26007
|
+
* Whether node to node encryption is enabled.
|
|
26008
|
+
*/
|
|
26009
|
+
enabled: boolean;
|
|
26010
|
+
}
|
|
25961
26011
|
interface GetDomainClusterConfigZoneAwarenessConfig {
|
|
25962
26012
|
/**
|
|
25963
26013
|
* Number of availability zones used.
|
|
@@ -27420,6 +27470,7 @@ export declare namespace rds {
|
|
|
27420
27470
|
description: string;
|
|
27421
27471
|
iamAuth: string;
|
|
27422
27472
|
secretArn: string;
|
|
27473
|
+
username: string;
|
|
27423
27474
|
}
|
|
27424
27475
|
interface GlobalClusterGlobalClusterMember {
|
|
27425
27476
|
/**
|
|
@@ -27544,6 +27595,10 @@ export declare namespace rds {
|
|
|
27544
27595
|
* 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.
|
|
27545
27596
|
*/
|
|
27546
27597
|
secretArn?: string;
|
|
27598
|
+
/**
|
|
27599
|
+
* The name of the database user to which the proxy connects.
|
|
27600
|
+
*/
|
|
27601
|
+
username?: string;
|
|
27547
27602
|
}
|
|
27548
27603
|
interface ProxyDefaultTargetGroupConnectionPoolConfig {
|
|
27549
27604
|
/**
|
|
@@ -33406,6 +33461,22 @@ export declare namespace transfer {
|
|
|
33406
33461
|
*/
|
|
33407
33462
|
vpcId?: string;
|
|
33408
33463
|
}
|
|
33464
|
+
interface ServerWorkflowDetails {
|
|
33465
|
+
/**
|
|
33466
|
+
* A trigger that starts a workflow: the workflow begins to execute after a file is uploaded. See Workflow Detail below.
|
|
33467
|
+
*/
|
|
33468
|
+
onUpload?: outputs.transfer.ServerWorkflowDetailsOnUpload;
|
|
33469
|
+
}
|
|
33470
|
+
interface ServerWorkflowDetailsOnUpload {
|
|
33471
|
+
/**
|
|
33472
|
+
* 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.
|
|
33473
|
+
*/
|
|
33474
|
+
executionRole: string;
|
|
33475
|
+
/**
|
|
33476
|
+
* A unique identifier for the workflow.
|
|
33477
|
+
*/
|
|
33478
|
+
workflowId: string;
|
|
33479
|
+
}
|
|
33409
33480
|
interface UserHomeDirectoryMapping {
|
|
33410
33481
|
/**
|
|
33411
33482
|
* Represents an entry and a target.
|
|
@@ -33430,6 +33501,250 @@ export declare namespace transfer {
|
|
|
33430
33501
|
*/
|
|
33431
33502
|
uid: number;
|
|
33432
33503
|
}
|
|
33504
|
+
interface WorkflowOnExceptionStep {
|
|
33505
|
+
/**
|
|
33506
|
+
* Details for a step that performs a file copy. See Copy Step Details below.
|
|
33507
|
+
*/
|
|
33508
|
+
copyStepDetails?: outputs.transfer.WorkflowOnExceptionStepCopyStepDetails;
|
|
33509
|
+
/**
|
|
33510
|
+
* Details for a step that invokes a lambda function.
|
|
33511
|
+
*/
|
|
33512
|
+
customStepDetails?: outputs.transfer.WorkflowOnExceptionStepCustomStepDetails;
|
|
33513
|
+
/**
|
|
33514
|
+
* Details for a step that deletes the file.
|
|
33515
|
+
*/
|
|
33516
|
+
deleteStepDetails?: outputs.transfer.WorkflowOnExceptionStepDeleteStepDetails;
|
|
33517
|
+
/**
|
|
33518
|
+
* Details for a step that creates one or more tags.
|
|
33519
|
+
*/
|
|
33520
|
+
tagStepDetails?: outputs.transfer.WorkflowOnExceptionStepTagStepDetails;
|
|
33521
|
+
/**
|
|
33522
|
+
* One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
|
|
33523
|
+
*/
|
|
33524
|
+
type: string;
|
|
33525
|
+
}
|
|
33526
|
+
interface WorkflowOnExceptionStepCopyStepDetails {
|
|
33527
|
+
/**
|
|
33528
|
+
* Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
|
|
33529
|
+
*/
|
|
33530
|
+
destinationFileLocation?: outputs.transfer.WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation;
|
|
33531
|
+
/**
|
|
33532
|
+
* The name of the step, used as an identifier.
|
|
33533
|
+
*/
|
|
33534
|
+
name?: string;
|
|
33535
|
+
/**
|
|
33536
|
+
* 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`.
|
|
33537
|
+
*/
|
|
33538
|
+
overwriteExisting?: string;
|
|
33539
|
+
/**
|
|
33540
|
+
* 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.
|
|
33541
|
+
*/
|
|
33542
|
+
sourceFileLocation?: string;
|
|
33543
|
+
}
|
|
33544
|
+
interface WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocation {
|
|
33545
|
+
/**
|
|
33546
|
+
* Specifies the details for the EFS file being copied.
|
|
33547
|
+
*/
|
|
33548
|
+
efsFileLocation?: outputs.transfer.WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation;
|
|
33549
|
+
/**
|
|
33550
|
+
* Specifies the details for the S3 file being copied.
|
|
33551
|
+
*/
|
|
33552
|
+
s3FileLocation?: outputs.transfer.WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation;
|
|
33553
|
+
}
|
|
33554
|
+
interface WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocation {
|
|
33555
|
+
/**
|
|
33556
|
+
* The ID of the file system, assigned by Amazon EFS.
|
|
33557
|
+
*/
|
|
33558
|
+
fileSystemId?: string;
|
|
33559
|
+
/**
|
|
33560
|
+
* The pathname for the folder being used by a workflow.
|
|
33561
|
+
*/
|
|
33562
|
+
path?: string;
|
|
33563
|
+
}
|
|
33564
|
+
interface WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocation {
|
|
33565
|
+
/**
|
|
33566
|
+
* Specifies the S3 bucket for the customer input file.
|
|
33567
|
+
*/
|
|
33568
|
+
bucket?: string;
|
|
33569
|
+
/**
|
|
33570
|
+
* The name assigned to the tag that you create.
|
|
33571
|
+
*/
|
|
33572
|
+
key?: string;
|
|
33573
|
+
}
|
|
33574
|
+
interface WorkflowOnExceptionStepCustomStepDetails {
|
|
33575
|
+
/**
|
|
33576
|
+
* The name of the step, used as an identifier.
|
|
33577
|
+
*/
|
|
33578
|
+
name?: string;
|
|
33579
|
+
/**
|
|
33580
|
+
* 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.
|
|
33581
|
+
*/
|
|
33582
|
+
sourceFileLocation?: string;
|
|
33583
|
+
/**
|
|
33584
|
+
* The ARN for the lambda function that is being called.
|
|
33585
|
+
*/
|
|
33586
|
+
target?: string;
|
|
33587
|
+
/**
|
|
33588
|
+
* Timeout, in seconds, for the step.
|
|
33589
|
+
*/
|
|
33590
|
+
timeoutSeconds?: number;
|
|
33591
|
+
}
|
|
33592
|
+
interface WorkflowOnExceptionStepDeleteStepDetails {
|
|
33593
|
+
/**
|
|
33594
|
+
* The name of the step, used as an identifier.
|
|
33595
|
+
*/
|
|
33596
|
+
name?: string;
|
|
33597
|
+
/**
|
|
33598
|
+
* 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.
|
|
33599
|
+
*/
|
|
33600
|
+
sourceFileLocation?: string;
|
|
33601
|
+
}
|
|
33602
|
+
interface WorkflowOnExceptionStepTagStepDetails {
|
|
33603
|
+
/**
|
|
33604
|
+
* The name of the step, used as an identifier.
|
|
33605
|
+
*/
|
|
33606
|
+
name?: string;
|
|
33607
|
+
/**
|
|
33608
|
+
* 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.
|
|
33609
|
+
*/
|
|
33610
|
+
sourceFileLocation?: string;
|
|
33611
|
+
/**
|
|
33612
|
+
* Array that contains from 1 to 10 key/value pairs. See S3 Tags below.
|
|
33613
|
+
*/
|
|
33614
|
+
tags?: outputs.transfer.WorkflowOnExceptionStepTagStepDetailsTag[];
|
|
33615
|
+
}
|
|
33616
|
+
interface WorkflowOnExceptionStepTagStepDetailsTag {
|
|
33617
|
+
/**
|
|
33618
|
+
* The name assigned to the tag that you create.
|
|
33619
|
+
*/
|
|
33620
|
+
key: string;
|
|
33621
|
+
/**
|
|
33622
|
+
* The value that corresponds to the key.
|
|
33623
|
+
*/
|
|
33624
|
+
value: string;
|
|
33625
|
+
}
|
|
33626
|
+
interface WorkflowStep {
|
|
33627
|
+
/**
|
|
33628
|
+
* Details for a step that performs a file copy. See Copy Step Details below.
|
|
33629
|
+
*/
|
|
33630
|
+
copyStepDetails?: outputs.transfer.WorkflowStepCopyStepDetails;
|
|
33631
|
+
/**
|
|
33632
|
+
* Details for a step that invokes a lambda function.
|
|
33633
|
+
*/
|
|
33634
|
+
customStepDetails?: outputs.transfer.WorkflowStepCustomStepDetails;
|
|
33635
|
+
/**
|
|
33636
|
+
* Details for a step that deletes the file.
|
|
33637
|
+
*/
|
|
33638
|
+
deleteStepDetails?: outputs.transfer.WorkflowStepDeleteStepDetails;
|
|
33639
|
+
/**
|
|
33640
|
+
* Details for a step that creates one or more tags.
|
|
33641
|
+
*/
|
|
33642
|
+
tagStepDetails?: outputs.transfer.WorkflowStepTagStepDetails;
|
|
33643
|
+
/**
|
|
33644
|
+
* One of the following step types are supported. `COPY`, `CUSTOM`, `DELETE`, and `TAG`.
|
|
33645
|
+
*/
|
|
33646
|
+
type: string;
|
|
33647
|
+
}
|
|
33648
|
+
interface WorkflowStepCopyStepDetails {
|
|
33649
|
+
/**
|
|
33650
|
+
* Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
|
|
33651
|
+
*/
|
|
33652
|
+
destinationFileLocation?: outputs.transfer.WorkflowStepCopyStepDetailsDestinationFileLocation;
|
|
33653
|
+
/**
|
|
33654
|
+
* The name of the step, used as an identifier.
|
|
33655
|
+
*/
|
|
33656
|
+
name?: string;
|
|
33657
|
+
/**
|
|
33658
|
+
* 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`.
|
|
33659
|
+
*/
|
|
33660
|
+
overwriteExisting?: string;
|
|
33661
|
+
/**
|
|
33662
|
+
* 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.
|
|
33663
|
+
*/
|
|
33664
|
+
sourceFileLocation?: string;
|
|
33665
|
+
}
|
|
33666
|
+
interface WorkflowStepCopyStepDetailsDestinationFileLocation {
|
|
33667
|
+
/**
|
|
33668
|
+
* Specifies the details for the EFS file being copied.
|
|
33669
|
+
*/
|
|
33670
|
+
efsFileLocation?: outputs.transfer.WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation;
|
|
33671
|
+
/**
|
|
33672
|
+
* Specifies the details for the S3 file being copied.
|
|
33673
|
+
*/
|
|
33674
|
+
s3FileLocation?: outputs.transfer.WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation;
|
|
33675
|
+
}
|
|
33676
|
+
interface WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocation {
|
|
33677
|
+
/**
|
|
33678
|
+
* The ID of the file system, assigned by Amazon EFS.
|
|
33679
|
+
*/
|
|
33680
|
+
fileSystemId?: string;
|
|
33681
|
+
/**
|
|
33682
|
+
* The pathname for the folder being used by a workflow.
|
|
33683
|
+
*/
|
|
33684
|
+
path?: string;
|
|
33685
|
+
}
|
|
33686
|
+
interface WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocation {
|
|
33687
|
+
/**
|
|
33688
|
+
* Specifies the S3 bucket for the customer input file.
|
|
33689
|
+
*/
|
|
33690
|
+
bucket?: string;
|
|
33691
|
+
/**
|
|
33692
|
+
* The name assigned to the tag that you create.
|
|
33693
|
+
*/
|
|
33694
|
+
key?: string;
|
|
33695
|
+
}
|
|
33696
|
+
interface WorkflowStepCustomStepDetails {
|
|
33697
|
+
/**
|
|
33698
|
+
* The name of the step, used as an identifier.
|
|
33699
|
+
*/
|
|
33700
|
+
name?: string;
|
|
33701
|
+
/**
|
|
33702
|
+
* 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.
|
|
33703
|
+
*/
|
|
33704
|
+
sourceFileLocation?: string;
|
|
33705
|
+
/**
|
|
33706
|
+
* The ARN for the lambda function that is being called.
|
|
33707
|
+
*/
|
|
33708
|
+
target?: string;
|
|
33709
|
+
/**
|
|
33710
|
+
* Timeout, in seconds, for the step.
|
|
33711
|
+
*/
|
|
33712
|
+
timeoutSeconds?: number;
|
|
33713
|
+
}
|
|
33714
|
+
interface WorkflowStepDeleteStepDetails {
|
|
33715
|
+
/**
|
|
33716
|
+
* The name of the step, used as an identifier.
|
|
33717
|
+
*/
|
|
33718
|
+
name?: string;
|
|
33719
|
+
/**
|
|
33720
|
+
* 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.
|
|
33721
|
+
*/
|
|
33722
|
+
sourceFileLocation?: string;
|
|
33723
|
+
}
|
|
33724
|
+
interface WorkflowStepTagStepDetails {
|
|
33725
|
+
/**
|
|
33726
|
+
* The name of the step, used as an identifier.
|
|
33727
|
+
*/
|
|
33728
|
+
name?: string;
|
|
33729
|
+
/**
|
|
33730
|
+
* 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.
|
|
33731
|
+
*/
|
|
33732
|
+
sourceFileLocation?: string;
|
|
33733
|
+
/**
|
|
33734
|
+
* Array that contains from 1 to 10 key/value pairs. See S3 Tags below.
|
|
33735
|
+
*/
|
|
33736
|
+
tags?: outputs.transfer.WorkflowStepTagStepDetailsTag[];
|
|
33737
|
+
}
|
|
33738
|
+
interface WorkflowStepTagStepDetailsTag {
|
|
33739
|
+
/**
|
|
33740
|
+
* The name assigned to the tag that you create.
|
|
33741
|
+
*/
|
|
33742
|
+
key: string;
|
|
33743
|
+
/**
|
|
33744
|
+
* The value that corresponds to the key.
|
|
33745
|
+
*/
|
|
33746
|
+
value: string;
|
|
33747
|
+
}
|
|
33433
33748
|
}
|
|
33434
33749
|
export declare namespace waf {
|
|
33435
33750
|
interface ByteMatchSetByteMatchTuple {
|