@pulumi/aws 6.18.1 → 6.18.2
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/accessanalyzer/analyzer.d.ts +3 -3
- package/alb/getTargetGroup.d.ts +4 -1
- package/alb/getTargetGroup.js +1 -0
- package/alb/getTargetGroup.js.map +1 -1
- package/alb/targetGroup.d.ts +15 -3
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/amp/getWorkspace.d.ts +4 -0
- package/amp/getWorkspace.js.map +1 -1
- package/amp/index.d.ts +3 -0
- package/amp/index.js +6 -1
- package/amp/index.js.map +1 -1
- package/amp/scraper.d.ts +133 -0
- package/amp/scraper.js +77 -0
- package/amp/scraper.js.map +1 -0
- package/amp/workspace.d.ts +27 -0
- package/amp/workspace.js +17 -0
- package/amp/workspace.js.map +1 -1
- package/apigateway/methodResponse.d.ts +79 -25
- package/apigateway/methodResponse.js +55 -1
- package/apigateway/methodResponse.js.map +1 -1
- package/appstream/fleet.d.ts +3 -3
- package/batch/computeEnvironment.d.ts +37 -0
- package/batch/computeEnvironment.js +27 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/getComputeEnvironment.d.ts +5 -0
- package/batch/getComputeEnvironment.js.map +1 -1
- package/batch/jobDefinition.d.ts +37 -5
- package/batch/jobDefinition.js +6 -0
- package/batch/jobDefinition.js.map +1 -1
- package/cfg/rule.d.ts +6 -6
- package/cloud9/environmentEC2.d.ts +14 -5
- package/cloud9/environmentEC2.js +7 -1
- package/cloud9/environmentEC2.js.map +1 -1
- package/cloudtrail/getServiceAccount.d.ts +4 -0
- package/cloudtrail/getServiceAccount.js +4 -0
- package/cloudtrail/getServiceAccount.js.map +1 -1
- package/codebuild/project.d.ts +6 -6
- package/codepipeline/pipeline.d.ts +29 -2
- package/codepipeline/pipeline.js +9 -2
- package/codepipeline/pipeline.js.map +1 -1
- package/dms/endpoint.d.ts +12 -6
- package/dms/endpoint.js.map +1 -1
- package/dms/replicationTask.d.ts +7 -7
- package/dms/replicationTask.js +1 -1
- package/docdb/clusterInstance.d.ts +3 -3
- package/docdb/elasticCluster.d.ts +23 -0
- package/docdb/elasticCluster.js +14 -0
- package/docdb/elasticCluster.js.map +1 -1
- package/ebs/fastSnapshotRestore.d.ts +97 -0
- package/ebs/fastSnapshotRestore.js +85 -0
- package/ebs/fastSnapshotRestore.js.map +1 -0
- package/ebs/index.d.ts +3 -0
- package/ebs/index.js +6 -1
- package/ebs/index.js.map +1 -1
- package/ec2/instance.d.ts +1 -1
- package/ec2/instance.js +1 -1
- package/ec2/managedPrefixListEntry.d.ts +3 -3
- package/ec2/networkAclAssociation.d.ts +8 -0
- package/ec2/networkAclAssociation.js +8 -0
- package/ec2/networkAclAssociation.js.map +1 -1
- package/ec2/route.d.ts +1 -3
- package/ec2/route.js +1 -3
- package/ec2/route.js.map +1 -1
- package/ec2/securityGroup.d.ts +27 -16
- package/ec2/securityGroup.js +27 -16
- package/ec2/securityGroup.js.map +1 -1
- package/ec2transitgateway/getAttachments.d.ts +44 -0
- package/ec2transitgateway/getAttachments.js +44 -0
- package/ec2transitgateway/getAttachments.js.map +1 -1
- package/ecr/getImage.d.ts +4 -0
- package/ecr/getImage.js.map +1 -1
- package/efs/fileSystem.d.ts +12 -0
- package/efs/fileSystem.js +2 -0
- package/efs/fileSystem.js.map +1 -1
- package/efs/getFileSystem.d.ts +1 -0
- package/efs/getFileSystem.js.map +1 -1
- package/efs/replicationConfiguration.d.ts +21 -5
- package/efs/replicationConfiguration.js +17 -1
- package/efs/replicationConfiguration.js.map +1 -1
- package/eks/accessEntry.d.ts +179 -0
- package/eks/accessEntry.js +102 -0
- package/eks/accessEntry.js.map +1 -0
- package/eks/accessPolicyAssociation.d.ts +130 -0
- package/eks/accessPolicyAssociation.js +99 -0
- package/eks/accessPolicyAssociation.js.map +1 -0
- package/eks/cluster.d.ts +31 -0
- package/eks/cluster.js +21 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getAccessEntry.d.ts +111 -0
- package/eks/getAccessEntry.js +53 -0
- package/eks/getAccessEntry.js.map +1 -0
- package/eks/getCluster.d.ts +4 -0
- package/eks/getCluster.js.map +1 -1
- package/eks/index.d.ts +9 -0
- package/eks/index.js +14 -1
- package/eks/index.js.map +1 -1
- package/elasticache/index.d.ts +3 -0
- package/elasticache/index.js +6 -1
- package/elasticache/index.js.map +1 -1
- package/elasticache/serverlessCache.d.ts +343 -0
- package/elasticache/serverlessCache.js +157 -0
- package/elasticache/serverlessCache.js.map +1 -0
- package/finspace/kxCluster.d.ts +3 -0
- package/finspace/kxCluster.js.map +1 -1
- package/finspace/kxDataview.d.ts +0 -19
- package/finspace/kxDataview.js +0 -19
- package/finspace/kxDataview.js.map +1 -1
- package/fsx/getOntapFileSystem.d.ts +9 -1
- package/fsx/getOntapFileSystem.js.map +1 -1
- package/fsx/ontapFileSystem.d.ts +32 -8
- package/fsx/ontapFileSystem.js +4 -3
- package/fsx/ontapFileSystem.js.map +1 -1
- package/imagebuilder/index.d.ts +3 -0
- package/imagebuilder/index.js +6 -1
- package/imagebuilder/index.js.map +1 -1
- package/imagebuilder/workflow.d.ts +245 -0
- package/imagebuilder/workflow.js +134 -0
- package/imagebuilder/workflow.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kinesis/index.d.ts +3 -0
- package/kinesis/index.js +6 -1
- package/kinesis/index.js.map +1 -1
- package/kinesis/resourcePolicy.d.ts +102 -0
- package/kinesis/resourcePolicy.js +99 -0
- package/kinesis/resourcePolicy.js.map +1 -0
- package/kms/key.d.ts +12 -0
- package/kms/key.js +2 -0
- package/kms/key.js.map +1 -1
- package/lakeformation/resource.d.ts +33 -12
- package/lakeformation/resource.js +6 -1
- package/lakeformation/resource.js.map +1 -1
- package/lambda/function.d.ts +15 -1
- package/lambda/function.js +5 -1
- package/lambda/function.js.map +1 -1
- package/lambda/functionUrl.d.ts +2 -2
- package/lambda/getFunction.d.ts +4 -0
- package/lambda/getFunction.js.map +1 -1
- package/lambda/getFunctionUrl.d.ts +1 -1
- package/lb/getTargetGroup.d.ts +4 -1
- package/lb/getTargetGroup.js +1 -0
- package/lb/getTargetGroup.js.map +1 -1
- package/lb/targetGroup.d.ts +15 -3
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/lb/trustStore.d.ts +3 -3
- package/lb/trustStoreRevocation.d.ts +3 -3
- package/lex/index.d.ts +3 -0
- package/lex/index.js +6 -1
- package/lex/index.js.map +1 -1
- package/lex/v2modelsBotVersion.d.ts +3 -3
- package/lex/v2modelsIntent.d.ts +263 -0
- package/lex/v2modelsIntent.js +105 -0
- package/lex/v2modelsIntent.js.map +1 -0
- package/mq/getBrokerEngineTypes.d.ts +69 -0
- package/mq/getBrokerEngineTypes.js +50 -0
- package/mq/getBrokerEngineTypes.js.map +1 -0
- package/mq/index.d.ts +3 -0
- package/mq/index.js +4 -1
- package/mq/index.js.map +1 -1
- package/msk/getBootstrapBrokers.d.ts +77 -0
- package/msk/getBootstrapBrokers.js +25 -0
- package/msk/getBootstrapBrokers.js.map +1 -0
- package/msk/index.d.ts +3 -0
- package/msk/index.js +4 -1
- package/msk/index.js.map +1 -1
- package/neptune/cluster.d.ts +12 -0
- package/neptune/cluster.js +2 -0
- package/neptune/cluster.js.map +1 -1
- package/neptune/clusterInstance.d.ts +8 -0
- package/neptune/clusterInstance.js +2 -0
- package/neptune/clusterInstance.js.map +1 -1
- package/networkfirewall/firewall.d.ts +9 -28
- package/networkfirewall/firewall.js +0 -19
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +1 -0
- package/networkfirewall/firewallPolicy.js +1 -0
- package/networkfirewall/firewallPolicy.js.map +1 -1
- package/networkfirewall/getFirewall.d.ts +3 -3
- package/package.json +1 -1
- package/rds/optionGroup.d.ts +3 -3
- package/rds/parameterGroup.d.ts +6 -6
- package/redshiftserverless/workgroup.d.ts +12 -0
- package/redshiftserverless/workgroup.js +2 -0
- package/redshiftserverless/workgroup.js.map +1 -1
- package/route53/getResolverEndpoint.d.ts +2 -0
- package/route53/getResolverEndpoint.js.map +1 -1
- package/route53/resolverEndpoint.d.ts +28 -0
- package/route53/resolverEndpoint.js +8 -0
- package/route53/resolverEndpoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -0
- package/s3/bucket.js +2 -0
- package/s3/bucket.js.map +1 -1
- package/s3/bucketAclV2.d.ts +3 -3
- package/s3/bucketObjectLockConfigurationV2.d.ts +4 -42
- package/s3/bucketObjectLockConfigurationV2.js +4 -42
- package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
- package/s3/bucketV2.d.ts +2 -0
- package/s3/bucketV2.js +2 -0
- package/s3/bucketV2.js.map +1 -1
- package/secretsmanager/getRandomPassword.d.ts +0 -8
- package/secretsmanager/getRandomPassword.js +0 -1
- package/secretsmanager/getRandomPassword.js.map +1 -1
- package/secretsmanager/getSecret.d.ts +20 -0
- package/secretsmanager/getSecret.js +1 -0
- package/secretsmanager/getSecret.js.map +1 -1
- package/secretsmanager/getSecretVersion.d.ts +4 -0
- package/secretsmanager/getSecretVersion.js.map +1 -1
- package/secretsmanager/secretRotation.d.ts +12 -0
- package/secretsmanager/secretRotation.js +2 -0
- package/secretsmanager/secretRotation.js.map +1 -1
- package/securitylake/awsLogSource.d.ts +76 -0
- package/securitylake/awsLogSource.js +75 -0
- package/securitylake/awsLogSource.js.map +1 -0
- package/securitylake/index.d.ts +3 -0
- package/securitylake/index.js +6 -1
- package/securitylake/index.js.map +1 -1
- package/ses/configurationSet.d.ts +11 -0
- package/ses/configurationSet.js +11 -0
- package/ses/configurationSet.js.map +1 -1
- package/shield/applicationLayerAutomaticResponse.d.ts +3 -1
- package/shield/applicationLayerAutomaticResponse.js +3 -1
- package/shield/applicationLayerAutomaticResponse.js.map +1 -1
- package/sqs/queue.d.ts +11 -3
- package/sqs/queue.js +11 -3
- package/sqs/queue.js.map +1 -1
- package/ssoadmin/applicationAccessScope.d.ts +91 -0
- package/ssoadmin/applicationAccessScope.js +72 -0
- package/ssoadmin/applicationAccessScope.js.map +1 -0
- package/ssoadmin/index.d.ts +3 -0
- package/ssoadmin/index.js +6 -1
- package/ssoadmin/index.js.map +1 -1
- package/transfer/server.d.ts +3 -3
- package/types/enums/index.d.ts +1 -0
- package/types/enums/index.js +1 -0
- package/types/enums/index.js.map +1 -1
- package/types/input.d.ts +10969 -293
- package/types/output.d.ts +11010 -296
- package/verifiedaccess/endpoint.d.ts +12 -0
- package/verifiedaccess/endpoint.js +2 -0
- package/verifiedaccess/endpoint.js.map +1 -1
- package/verifiedaccess/group.d.ts +9 -0
- package/verifiedaccess/group.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +76 -0
- package/verifiedpermissions/getPolicyStore.js +49 -0
- package/verifiedpermissions/getPolicyStore.js.map +1 -0
- package/verifiedpermissions/index.d.ts +12 -0
- package/verifiedpermissions/index.js +35 -0
- package/verifiedpermissions/index.js.map +1 -0
- package/verifiedpermissions/policyStore.d.ts +97 -0
- package/verifiedpermissions/policyStore.js +74 -0
- package/verifiedpermissions/policyStore.js.map +1 -0
- package/verifiedpermissions/policyTemplate.d.ts +118 -0
- package/verifiedpermissions/policyTemplate.js +87 -0
- package/verifiedpermissions/policyTemplate.js.map +1 -0
- package/verifiedpermissions/schema.d.ts +79 -0
- package/verifiedpermissions/schema.js +65 -0
- package/verifiedpermissions/schema.js.map +1 -0
package/finspace/kxDataview.js
CHANGED
|
@@ -9,25 +9,6 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Resource for managing an AWS FinSpace Kx Dataview.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
|
-
* ### Basic Usage
|
|
13
|
-
*
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as aws from "@pulumi/aws";
|
|
17
|
-
*
|
|
18
|
-
* const example = new aws.finspace.KxDataview("example", {
|
|
19
|
-
* environmentId: aws_finspace_kx_environment.example.id,
|
|
20
|
-
* databaseName: aws_finspace_kx_database.example.name,
|
|
21
|
-
* availabilityZoneId: "use1-az2",
|
|
22
|
-
* description: "Terraform managed Kx Dataview",
|
|
23
|
-
* azMode: "SINGLE",
|
|
24
|
-
* autoUpdate: true,
|
|
25
|
-
* segmentConfigurations: [{
|
|
26
|
-
* volumeName: aws_finspace_kx_volume.example.name,
|
|
27
|
-
* dbPaths: ["/*"],
|
|
28
|
-
* }],
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
12
|
*
|
|
32
13
|
* ## Import
|
|
33
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kxDataview.js","sourceRoot":"","sources":["../../finspace/kxDataview.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"kxDataview.js","sourceRoot":"","sources":["../../finspace/kxDataview.ts"],"names":[],"mappings":"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"}
|
|
@@ -67,6 +67,10 @@ export interface GetOntapFileSystemResult {
|
|
|
67
67
|
* The Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
|
|
68
68
|
*/
|
|
69
69
|
readonly endpoints: outputs.fsx.GetOntapFileSystemEndpoint[];
|
|
70
|
+
/**
|
|
71
|
+
* The number of HA pairs for the file system.
|
|
72
|
+
*/
|
|
73
|
+
readonly haPairs: number;
|
|
70
74
|
/**
|
|
71
75
|
* Identifier of the file system (e.g. `fs-12345678`).
|
|
72
76
|
*/
|
|
@@ -110,9 +114,13 @@ export interface GetOntapFileSystemResult {
|
|
|
110
114
|
[key: string]: string;
|
|
111
115
|
};
|
|
112
116
|
/**
|
|
113
|
-
* The sustained throughput of an Amazon FSx file system in Megabytes per second (MBps).
|
|
117
|
+
* The sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
|
|
114
118
|
*/
|
|
115
119
|
readonly throughputCapacity: number;
|
|
120
|
+
/**
|
|
121
|
+
* The sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
|
|
122
|
+
*/
|
|
123
|
+
readonly throughputCapacityPerHaPair: number;
|
|
116
124
|
/**
|
|
117
125
|
* The ID of the primary virtual private cloud (VPC) for the file system.
|
|
118
126
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOntapFileSystem.js","sourceRoot":"","sources":["../../fsx/getOntapFileSystem.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;
|
|
1
|
+
{"version":3,"file":"getOntapFileSystem.js","sourceRoot":"","sources":["../../fsx/getOntapFileSystem.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IAExF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAiHD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
package/fsx/ontapFileSystem.d.ts
CHANGED
|
@@ -84,6 +84,10 @@ export declare class OntapFileSystem extends pulumi.CustomResource {
|
|
|
84
84
|
* The ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API.
|
|
85
85
|
*/
|
|
86
86
|
readonly fsxAdminPassword: pulumi.Output<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* The number of haPairs to deploy for the file system. Valid values are 1 through 6. Recommend only using this parameter for 2 or more ha pairs.
|
|
89
|
+
*/
|
|
90
|
+
readonly haPairs: pulumi.Output<number>;
|
|
87
91
|
/**
|
|
88
92
|
* ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
|
|
89
93
|
*/
|
|
@@ -117,7 +121,7 @@ export declare class OntapFileSystem extends pulumi.CustomResource {
|
|
|
117
121
|
*/
|
|
118
122
|
readonly storageType: pulumi.Output<string | undefined>;
|
|
119
123
|
/**
|
|
120
|
-
* A list of IDs for the subnets that the file system will be accessible from.
|
|
124
|
+
* A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.
|
|
121
125
|
*/
|
|
122
126
|
readonly subnetIds: pulumi.Output<string[]>;
|
|
123
127
|
/**
|
|
@@ -135,9 +139,13 @@ export declare class OntapFileSystem extends pulumi.CustomResource {
|
|
|
135
139
|
[key: string]: string;
|
|
136
140
|
}>;
|
|
137
141
|
/**
|
|
138
|
-
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`.
|
|
142
|
+
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`. This parameter should only be used when specifying not using the haPairs parameter. Either throughputCapacity or throughputCapacityPerHaPair must be specified.
|
|
143
|
+
*/
|
|
144
|
+
readonly throughputCapacity: pulumi.Output<number | undefined>;
|
|
145
|
+
/**
|
|
146
|
+
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `3072`,`6144`. This parameter should only be used when specifying the haPairs parameter. Either throughputCapacity or throughputCapacityPerHaPair must be specified.
|
|
139
147
|
*/
|
|
140
|
-
readonly
|
|
148
|
+
readonly throughputCapacityPerHaPair: pulumi.Output<number | undefined>;
|
|
141
149
|
/**
|
|
142
150
|
* Identifier of the Virtual Private Cloud for the file system.
|
|
143
151
|
*/
|
|
@@ -195,6 +203,10 @@ export interface OntapFileSystemState {
|
|
|
195
203
|
* The ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API.
|
|
196
204
|
*/
|
|
197
205
|
fsxAdminPassword?: pulumi.Input<string>;
|
|
206
|
+
/**
|
|
207
|
+
* The number of haPairs to deploy for the file system. Valid values are 1 through 6. Recommend only using this parameter for 2 or more ha pairs.
|
|
208
|
+
*/
|
|
209
|
+
haPairs?: pulumi.Input<number>;
|
|
198
210
|
/**
|
|
199
211
|
* ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
|
|
200
212
|
*/
|
|
@@ -228,7 +240,7 @@ export interface OntapFileSystemState {
|
|
|
228
240
|
*/
|
|
229
241
|
storageType?: pulumi.Input<string>;
|
|
230
242
|
/**
|
|
231
|
-
* A list of IDs for the subnets that the file system will be accessible from.
|
|
243
|
+
* A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.
|
|
232
244
|
*/
|
|
233
245
|
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
234
246
|
/**
|
|
@@ -246,9 +258,13 @@ export interface OntapFileSystemState {
|
|
|
246
258
|
[key: string]: pulumi.Input<string>;
|
|
247
259
|
}>;
|
|
248
260
|
/**
|
|
249
|
-
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`.
|
|
261
|
+
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`. This parameter should only be used when specifying not using the haPairs parameter. Either throughputCapacity or throughputCapacityPerHaPair must be specified.
|
|
250
262
|
*/
|
|
251
263
|
throughputCapacity?: pulumi.Input<number>;
|
|
264
|
+
/**
|
|
265
|
+
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `3072`,`6144`. This parameter should only be used when specifying the haPairs parameter. Either throughputCapacity or throughputCapacityPerHaPair must be specified.
|
|
266
|
+
*/
|
|
267
|
+
throughputCapacityPerHaPair?: pulumi.Input<number>;
|
|
252
268
|
/**
|
|
253
269
|
* Identifier of the Virtual Private Cloud for the file system.
|
|
254
270
|
*/
|
|
@@ -286,6 +302,10 @@ export interface OntapFileSystemArgs {
|
|
|
286
302
|
* The ONTAP administrative password for the fsxadmin user that you can use to administer your file system using the ONTAP CLI and REST API.
|
|
287
303
|
*/
|
|
288
304
|
fsxAdminPassword?: pulumi.Input<string>;
|
|
305
|
+
/**
|
|
306
|
+
* The number of haPairs to deploy for the file system. Valid values are 1 through 6. Recommend only using this parameter for 2 or more ha pairs.
|
|
307
|
+
*/
|
|
308
|
+
haPairs?: pulumi.Input<number>;
|
|
289
309
|
/**
|
|
290
310
|
* ARN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key.
|
|
291
311
|
*/
|
|
@@ -311,7 +331,7 @@ export interface OntapFileSystemArgs {
|
|
|
311
331
|
*/
|
|
312
332
|
storageType?: pulumi.Input<string>;
|
|
313
333
|
/**
|
|
314
|
-
* A list of IDs for the subnets that the file system will be accessible from.
|
|
334
|
+
* A list of IDs for the subnets that the file system will be accessible from. Up to 2 subnets can be provided.
|
|
315
335
|
*/
|
|
316
336
|
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
317
337
|
/**
|
|
@@ -321,9 +341,13 @@ export interface OntapFileSystemArgs {
|
|
|
321
341
|
[key: string]: pulumi.Input<string>;
|
|
322
342
|
}>;
|
|
323
343
|
/**
|
|
324
|
-
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`.
|
|
344
|
+
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `128`, `256`, `512`, `1024`, `2048`, and `4096`. This parameter should only be used when specifying not using the haPairs parameter. Either throughputCapacity or throughputCapacityPerHaPair must be specified.
|
|
345
|
+
*/
|
|
346
|
+
throughputCapacity?: pulumi.Input<number>;
|
|
347
|
+
/**
|
|
348
|
+
* Sets the throughput capacity (in MBps) for the file system that you're creating. Valid values are `3072`,`6144`. This parameter should only be used when specifying the haPairs parameter. Either throughputCapacity or throughputCapacityPerHaPair must be specified.
|
|
325
349
|
*/
|
|
326
|
-
|
|
350
|
+
throughputCapacityPerHaPair?: pulumi.Input<number>;
|
|
327
351
|
/**
|
|
328
352
|
* The preferred start time (in `d:HH:MM` format) to perform weekly maintenance, in the UTC time zone.
|
|
329
353
|
*/
|
package/fsx/ontapFileSystem.js
CHANGED
|
@@ -73,6 +73,7 @@ class OntapFileSystem extends pulumi.CustomResource {
|
|
|
73
73
|
resourceInputs["endpointIpAddressRange"] = state ? state.endpointIpAddressRange : undefined;
|
|
74
74
|
resourceInputs["endpoints"] = state ? state.endpoints : undefined;
|
|
75
75
|
resourceInputs["fsxAdminPassword"] = state ? state.fsxAdminPassword : undefined;
|
|
76
|
+
resourceInputs["haPairs"] = state ? state.haPairs : undefined;
|
|
76
77
|
resourceInputs["kmsKeyId"] = state ? state.kmsKeyId : undefined;
|
|
77
78
|
resourceInputs["networkInterfaceIds"] = state ? state.networkInterfaceIds : undefined;
|
|
78
79
|
resourceInputs["ownerId"] = state ? state.ownerId : undefined;
|
|
@@ -85,6 +86,7 @@ class OntapFileSystem extends pulumi.CustomResource {
|
|
|
85
86
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
86
87
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
87
88
|
resourceInputs["throughputCapacity"] = state ? state.throughputCapacity : undefined;
|
|
89
|
+
resourceInputs["throughputCapacityPerHaPair"] = state ? state.throughputCapacityPerHaPair : undefined;
|
|
88
90
|
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
89
91
|
resourceInputs["weeklyMaintenanceStartTime"] = state ? state.weeklyMaintenanceStartTime : undefined;
|
|
90
92
|
}
|
|
@@ -99,15 +101,13 @@ class OntapFileSystem extends pulumi.CustomResource {
|
|
|
99
101
|
if ((!args || args.subnetIds === undefined) && !opts.urn) {
|
|
100
102
|
throw new Error("Missing required property 'subnetIds'");
|
|
101
103
|
}
|
|
102
|
-
if ((!args || args.throughputCapacity === undefined) && !opts.urn) {
|
|
103
|
-
throw new Error("Missing required property 'throughputCapacity'");
|
|
104
|
-
}
|
|
105
104
|
resourceInputs["automaticBackupRetentionDays"] = args ? args.automaticBackupRetentionDays : undefined;
|
|
106
105
|
resourceInputs["dailyAutomaticBackupStartTime"] = args ? args.dailyAutomaticBackupStartTime : undefined;
|
|
107
106
|
resourceInputs["deploymentType"] = args ? args.deploymentType : undefined;
|
|
108
107
|
resourceInputs["diskIopsConfiguration"] = args ? args.diskIopsConfiguration : undefined;
|
|
109
108
|
resourceInputs["endpointIpAddressRange"] = args ? args.endpointIpAddressRange : undefined;
|
|
110
109
|
resourceInputs["fsxAdminPassword"] = (args === null || args === void 0 ? void 0 : args.fsxAdminPassword) ? pulumi.secret(args.fsxAdminPassword) : undefined;
|
|
110
|
+
resourceInputs["haPairs"] = args ? args.haPairs : undefined;
|
|
111
111
|
resourceInputs["kmsKeyId"] = args ? args.kmsKeyId : undefined;
|
|
112
112
|
resourceInputs["preferredSubnetId"] = args ? args.preferredSubnetId : undefined;
|
|
113
113
|
resourceInputs["routeTableIds"] = args ? args.routeTableIds : undefined;
|
|
@@ -117,6 +117,7 @@ class OntapFileSystem extends pulumi.CustomResource {
|
|
|
117
117
|
resourceInputs["subnetIds"] = args ? args.subnetIds : undefined;
|
|
118
118
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
119
119
|
resourceInputs["throughputCapacity"] = args ? args.throughputCapacity : undefined;
|
|
120
|
+
resourceInputs["throughputCapacityPerHaPair"] = args ? args.throughputCapacityPerHaPair : undefined;
|
|
120
121
|
resourceInputs["weeklyMaintenanceStartTime"] = args ? args.weeklyMaintenanceStartTime : undefined;
|
|
121
122
|
resourceInputs["arn"] = undefined /*out*/;
|
|
122
123
|
resourceInputs["dnsName"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ontapFileSystem.js","sourceRoot":"","sources":["../../fsx/ontapFileSystem.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;
|
|
1
|
+
{"version":3,"file":"ontapFileSystem.js","sourceRoot":"","sources":["../../fsx/ontapFileSystem.ts"],"names":[],"mappings":"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"}
|
package/imagebuilder/index.d.ts
CHANGED
|
@@ -58,3 +58,6 @@ export declare const ImageRecipe: typeof import("./imageRecipe").ImageRecipe;
|
|
|
58
58
|
export { InfrastructureConfigurationArgs, InfrastructureConfigurationState } from "./infrastructureConfiguration";
|
|
59
59
|
export type InfrastructureConfiguration = import("./infrastructureConfiguration").InfrastructureConfiguration;
|
|
60
60
|
export declare const InfrastructureConfiguration: typeof import("./infrastructureConfiguration").InfrastructureConfiguration;
|
|
61
|
+
export { WorkflowArgs, WorkflowState } from "./workflow";
|
|
62
|
+
export type Workflow = import("./workflow").Workflow;
|
|
63
|
+
export declare const Workflow: typeof import("./workflow").Workflow;
|
package/imagebuilder/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.InfrastructureConfiguration = exports.ImageRecipe = exports.ImagePipeline = exports.Image = exports.getInfrastructureConfigurationsOutput = exports.getInfrastructureConfigurations = exports.getInfrastructureConfigurationOutput = exports.getInfrastructureConfiguration = exports.getImageRecipesOutput = exports.getImageRecipes = exports.getImageRecipeOutput = exports.getImageRecipe = exports.getImagePipelinesOutput = exports.getImagePipelines = exports.getImagePipelineOutput = exports.getImagePipeline = exports.getImageOutput = exports.getImage = exports.getDistributionConfigurationsOutput = exports.getDistributionConfigurations = exports.getDistributionConfigurationOutput = exports.getDistributionConfiguration = exports.getContainerRecipesOutput = exports.getContainerRecipes = exports.getContainerRecipeOutput = exports.getContainerRecipe = exports.getComponentsOutput = exports.getComponents = exports.getComponentOutput = exports.getComponent = exports.DistributionConfiguration = exports.ContainerRecipe = exports.Component = void 0;
|
|
5
|
+
exports.Workflow = exports.InfrastructureConfiguration = exports.ImageRecipe = exports.ImagePipeline = exports.Image = exports.getInfrastructureConfigurationsOutput = exports.getInfrastructureConfigurations = exports.getInfrastructureConfigurationOutput = exports.getInfrastructureConfiguration = exports.getImageRecipesOutput = exports.getImageRecipes = exports.getImageRecipeOutput = exports.getImageRecipe = exports.getImagePipelinesOutput = exports.getImagePipelines = exports.getImagePipelineOutput = exports.getImagePipeline = exports.getImageOutput = exports.getImage = exports.getDistributionConfigurationsOutput = exports.getDistributionConfigurations = exports.getDistributionConfigurationOutput = exports.getDistributionConfiguration = exports.getContainerRecipesOutput = exports.getContainerRecipes = exports.getContainerRecipeOutput = exports.getContainerRecipe = exports.getComponentsOutput = exports.getComponents = exports.getComponentOutput = exports.getComponent = exports.DistributionConfiguration = exports.ContainerRecipe = exports.Component = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Component = null;
|
|
@@ -58,6 +58,8 @@ exports.ImageRecipe = null;
|
|
|
58
58
|
utilities.lazyLoad(exports, ["ImageRecipe"], () => require("./imageRecipe"));
|
|
59
59
|
exports.InfrastructureConfiguration = null;
|
|
60
60
|
utilities.lazyLoad(exports, ["InfrastructureConfiguration"], () => require("./infrastructureConfiguration"));
|
|
61
|
+
exports.Workflow = null;
|
|
62
|
+
utilities.lazyLoad(exports, ["Workflow"], () => require("./workflow"));
|
|
61
63
|
const _module = {
|
|
62
64
|
version: utilities.getVersion(),
|
|
63
65
|
construct: (name, type, urn) => {
|
|
@@ -76,6 +78,8 @@ const _module = {
|
|
|
76
78
|
return new exports.ImageRecipe(name, undefined, { urn });
|
|
77
79
|
case "aws:imagebuilder/infrastructureConfiguration:InfrastructureConfiguration":
|
|
78
80
|
return new exports.InfrastructureConfiguration(name, undefined, { urn });
|
|
81
|
+
case "aws:imagebuilder/workflow:Workflow":
|
|
82
|
+
return new exports.Workflow(name, undefined, { urn });
|
|
79
83
|
default:
|
|
80
84
|
throw new Error(`unknown resource type ${type}`);
|
|
81
85
|
}
|
|
@@ -88,4 +92,5 @@ pulumi.runtime.registerResourceModule("aws", "imagebuilder/image", _module);
|
|
|
88
92
|
pulumi.runtime.registerResourceModule("aws", "imagebuilder/imagePipeline", _module);
|
|
89
93
|
pulumi.runtime.registerResourceModule("aws", "imagebuilder/imageRecipe", _module);
|
|
90
94
|
pulumi.runtime.registerResourceModule("aws", "imagebuilder/infrastructureConfiguration", _module);
|
|
95
|
+
pulumi.runtime.registerResourceModule("aws", "imagebuilder/workflow", _module);
|
|
91
96
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../imagebuilder/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../imagebuilder/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource for managing an AWS EC2 Image Builder Workflow.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
* ### Basic Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const example = new aws.imagebuilder.Workflow("example", {
|
|
13
|
+
* data: ` name: example
|
|
14
|
+
* description: Workflow to test an image
|
|
15
|
+
* schemaVersion: 1.0
|
|
16
|
+
*
|
|
17
|
+
* parameters:
|
|
18
|
+
* - name: waitForActionAtEnd
|
|
19
|
+
* type: boolean
|
|
20
|
+
*
|
|
21
|
+
* steps:
|
|
22
|
+
* - name: LaunchTestInstance
|
|
23
|
+
* action: LaunchInstance
|
|
24
|
+
* onFailure: Abort
|
|
25
|
+
* inputs:
|
|
26
|
+
* waitFor: "ssmAgent"
|
|
27
|
+
*
|
|
28
|
+
* - name: TerminateTestInstance
|
|
29
|
+
* action: TerminateInstance
|
|
30
|
+
* onFailure: Continue
|
|
31
|
+
* inputs:
|
|
32
|
+
* instanceId.$: "$.stepOutputs.LaunchTestInstance.instanceId"
|
|
33
|
+
*
|
|
34
|
+
* - name: WaitForActionAtEnd
|
|
35
|
+
* action: WaitForAction
|
|
36
|
+
* if:
|
|
37
|
+
* booleanEquals: true
|
|
38
|
+
* value: "$.parameters.waitForActionAtEnd"
|
|
39
|
+
*
|
|
40
|
+
* `,
|
|
41
|
+
* type: "TEST",
|
|
42
|
+
* version: "1.0.0",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* ## Import
|
|
47
|
+
*
|
|
48
|
+
* Using `pulumi import`, import EC2 Image Builder Workflow using the `example_id_arg`. For example:
|
|
49
|
+
*
|
|
50
|
+
* ```sh
|
|
51
|
+
* $ pulumi import aws:imagebuilder/workflow:Workflow example arn:aws:imagebuilder:us-east-1:aws:workflow/test/example/1.0.1/1
|
|
52
|
+
* ```
|
|
53
|
+
* Certain resource arguments, such as `uri`, cannot be read via the API and imported into Terraform. Terraform will display a difference for these arguments the first run after import if declared in the Terraform configuration for an imported resource.
|
|
54
|
+
*/
|
|
55
|
+
export declare class Workflow extends pulumi.CustomResource {
|
|
56
|
+
/**
|
|
57
|
+
* Get an existing Workflow resource's state with the given name, ID, and optional extra
|
|
58
|
+
* properties used to qualify the lookup.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resulting resource.
|
|
61
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
62
|
+
* @param state Any extra arguments used during the lookup.
|
|
63
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
64
|
+
*/
|
|
65
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: WorkflowState, opts?: pulumi.CustomResourceOptions): Workflow;
|
|
66
|
+
/**
|
|
67
|
+
* Returns true if the given object is an instance of Workflow. This is designed to work even
|
|
68
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
+
*/
|
|
70
|
+
static isInstance(obj: any): obj is Workflow;
|
|
71
|
+
/**
|
|
72
|
+
* Amazon Resource Name (ARN) of the workflow.
|
|
73
|
+
*/
|
|
74
|
+
readonly arn: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Change description of the workflow.
|
|
77
|
+
*/
|
|
78
|
+
readonly changeDescription: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Inline YAML string with data of the workflow. Exactly one of `data` and `uri` can be specified.
|
|
81
|
+
*/
|
|
82
|
+
readonly data: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Date the workflow was created.
|
|
85
|
+
*/
|
|
86
|
+
readonly dateCreated: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Description of the workflow.
|
|
89
|
+
*/
|
|
90
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the workflow.
|
|
93
|
+
*/
|
|
94
|
+
readonly kmsKeyId: pulumi.Output<string | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* Name of the workflow.
|
|
97
|
+
*/
|
|
98
|
+
readonly name: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Owner of the workflow.
|
|
101
|
+
*/
|
|
102
|
+
readonly owner: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Key-value map of resource tags for the workflow. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
105
|
+
*/
|
|
106
|
+
readonly tags: pulumi.Output<{
|
|
107
|
+
[key: string]: string;
|
|
108
|
+
} | undefined>;
|
|
109
|
+
/**
|
|
110
|
+
* @deprecated Please use `tags` instead.
|
|
111
|
+
*/
|
|
112
|
+
readonly tagsAll: pulumi.Output<{
|
|
113
|
+
[key: string]: string;
|
|
114
|
+
}>;
|
|
115
|
+
/**
|
|
116
|
+
* Type of the workflow. Valid values: `BUILD`, `TEST`, `DISTRIBUTION`.
|
|
117
|
+
*/
|
|
118
|
+
readonly type: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* S3 URI with data of the workflow. Exactly one of `data` and `uri` can be specified.
|
|
121
|
+
*/
|
|
122
|
+
readonly uri: pulumi.Output<string | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* Version of the workflow.
|
|
125
|
+
*
|
|
126
|
+
* The following arguments are optional:
|
|
127
|
+
*/
|
|
128
|
+
readonly version: pulumi.Output<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Create a Workflow resource with the given unique name, arguments, and options.
|
|
131
|
+
*
|
|
132
|
+
* @param name The _unique_ name of the resource.
|
|
133
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
134
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
135
|
+
*/
|
|
136
|
+
constructor(name: string, args: WorkflowArgs, opts?: pulumi.CustomResourceOptions);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Input properties used for looking up and filtering Workflow resources.
|
|
140
|
+
*/
|
|
141
|
+
export interface WorkflowState {
|
|
142
|
+
/**
|
|
143
|
+
* Amazon Resource Name (ARN) of the workflow.
|
|
144
|
+
*/
|
|
145
|
+
arn?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Change description of the workflow.
|
|
148
|
+
*/
|
|
149
|
+
changeDescription?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* Inline YAML string with data of the workflow. Exactly one of `data` and `uri` can be specified.
|
|
152
|
+
*/
|
|
153
|
+
data?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Date the workflow was created.
|
|
156
|
+
*/
|
|
157
|
+
dateCreated?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Description of the workflow.
|
|
160
|
+
*/
|
|
161
|
+
description?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the workflow.
|
|
164
|
+
*/
|
|
165
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Name of the workflow.
|
|
168
|
+
*/
|
|
169
|
+
name?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* Owner of the workflow.
|
|
172
|
+
*/
|
|
173
|
+
owner?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Key-value map of resource tags for the workflow. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
176
|
+
*/
|
|
177
|
+
tags?: pulumi.Input<{
|
|
178
|
+
[key: string]: pulumi.Input<string>;
|
|
179
|
+
}>;
|
|
180
|
+
/**
|
|
181
|
+
* @deprecated Please use `tags` instead.
|
|
182
|
+
*/
|
|
183
|
+
tagsAll?: pulumi.Input<{
|
|
184
|
+
[key: string]: pulumi.Input<string>;
|
|
185
|
+
}>;
|
|
186
|
+
/**
|
|
187
|
+
* Type of the workflow. Valid values: `BUILD`, `TEST`, `DISTRIBUTION`.
|
|
188
|
+
*/
|
|
189
|
+
type?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* S3 URI with data of the workflow. Exactly one of `data` and `uri` can be specified.
|
|
192
|
+
*/
|
|
193
|
+
uri?: pulumi.Input<string>;
|
|
194
|
+
/**
|
|
195
|
+
* Version of the workflow.
|
|
196
|
+
*
|
|
197
|
+
* The following arguments are optional:
|
|
198
|
+
*/
|
|
199
|
+
version?: pulumi.Input<string>;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* The set of arguments for constructing a Workflow resource.
|
|
203
|
+
*/
|
|
204
|
+
export interface WorkflowArgs {
|
|
205
|
+
/**
|
|
206
|
+
* Change description of the workflow.
|
|
207
|
+
*/
|
|
208
|
+
changeDescription?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* Inline YAML string with data of the workflow. Exactly one of `data` and `uri` can be specified.
|
|
211
|
+
*/
|
|
212
|
+
data?: pulumi.Input<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Description of the workflow.
|
|
215
|
+
*/
|
|
216
|
+
description?: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* Amazon Resource Name (ARN) of the Key Management Service (KMS) Key used to encrypt the workflow.
|
|
219
|
+
*/
|
|
220
|
+
kmsKeyId?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Name of the workflow.
|
|
223
|
+
*/
|
|
224
|
+
name?: pulumi.Input<string>;
|
|
225
|
+
/**
|
|
226
|
+
* Key-value map of resource tags for the workflow. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
227
|
+
*/
|
|
228
|
+
tags?: pulumi.Input<{
|
|
229
|
+
[key: string]: pulumi.Input<string>;
|
|
230
|
+
}>;
|
|
231
|
+
/**
|
|
232
|
+
* Type of the workflow. Valid values: `BUILD`, `TEST`, `DISTRIBUTION`.
|
|
233
|
+
*/
|
|
234
|
+
type: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* S3 URI with data of the workflow. Exactly one of `data` and `uri` can be specified.
|
|
237
|
+
*/
|
|
238
|
+
uri?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* Version of the workflow.
|
|
241
|
+
*
|
|
242
|
+
* The following arguments are optional:
|
|
243
|
+
*/
|
|
244
|
+
version: pulumi.Input<string>;
|
|
245
|
+
}
|