@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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { RestApi } from "./index";
|
|
3
3
|
/**
|
|
4
|
-
* Provides an HTTP Method Response for an API Gateway Resource.
|
|
4
|
+
* Provides an HTTP Method Response for an API Gateway Resource. More information about API Gateway method responses can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-settings-method-response.html).
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
|
+
* ### Basic Response
|
|
7
8
|
*
|
|
8
9
|
* ```typescript
|
|
9
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -34,6 +35,59 @@ import { RestApi } from "./index";
|
|
|
34
35
|
* statusCode: "200",
|
|
35
36
|
* });
|
|
36
37
|
* ```
|
|
38
|
+
* ### Response with Custom Header and Model
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as aws from "@pulumi/aws";
|
|
43
|
+
*
|
|
44
|
+
* const myDemoAPI = new aws.apigateway.RestApi("myDemoAPI", {description: "This is my API for demonstration purposes"});
|
|
45
|
+
* const myDemoResource = new aws.apigateway.Resource("myDemoResource", {
|
|
46
|
+
* restApi: myDemoAPI.id,
|
|
47
|
+
* parentId: myDemoAPI.rootResourceId,
|
|
48
|
+
* pathPart: "mydemoresource",
|
|
49
|
+
* });
|
|
50
|
+
* const myDemoMethod = new aws.apigateway.Method("myDemoMethod", {
|
|
51
|
+
* restApi: myDemoAPI.id,
|
|
52
|
+
* resourceId: myDemoResource.id,
|
|
53
|
+
* httpMethod: "GET",
|
|
54
|
+
* authorization: "NONE",
|
|
55
|
+
* });
|
|
56
|
+
* const myDemoIntegration = new aws.apigateway.Integration("myDemoIntegration", {
|
|
57
|
+
* restApi: myDemoAPI.id,
|
|
58
|
+
* resourceId: myDemoResource.id,
|
|
59
|
+
* httpMethod: myDemoMethod.httpMethod,
|
|
60
|
+
* type: "MOCK",
|
|
61
|
+
* });
|
|
62
|
+
* const myDemoResponseModel = new aws.apigateway.Model("myDemoResponseModel", {
|
|
63
|
+
* restApi: myDemoAPI.id,
|
|
64
|
+
* description: "API response for MyDemoMethod",
|
|
65
|
+
* contentType: "application/json",
|
|
66
|
+
* schema: JSON.stringify({
|
|
67
|
+
* $schema: "http://json-schema.org/draft-04/schema#",
|
|
68
|
+
* title: "MyDemoResponse",
|
|
69
|
+
* type: "object",
|
|
70
|
+
* properties: {
|
|
71
|
+
* Message: {
|
|
72
|
+
* type: "string",
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* }),
|
|
76
|
+
* });
|
|
77
|
+
* const response200 = new aws.apigateway.MethodResponse("response200", {
|
|
78
|
+
* restApi: myDemoAPI.id,
|
|
79
|
+
* resourceId: myDemoResource.id,
|
|
80
|
+
* httpMethod: myDemoMethod.httpMethod,
|
|
81
|
+
* statusCode: "200",
|
|
82
|
+
* responseModels: {
|
|
83
|
+
* "application-json": "MyDemoResponseModel",
|
|
84
|
+
* },
|
|
85
|
+
* responseParameters: {
|
|
86
|
+
* "method.response.header.Content-Type": false,
|
|
87
|
+
* "method-response-header.X-My-Demo-Header": false,
|
|
88
|
+
* },
|
|
89
|
+
* });
|
|
90
|
+
* ```
|
|
37
91
|
*
|
|
38
92
|
* ## Import
|
|
39
93
|
*
|
|
@@ -60,33 +114,33 @@ export declare class MethodResponse extends pulumi.CustomResource {
|
|
|
60
114
|
*/
|
|
61
115
|
static isInstance(obj: any): obj is MethodResponse;
|
|
62
116
|
/**
|
|
63
|
-
* HTTP
|
|
117
|
+
* The HTTP verb of the method resource (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).
|
|
64
118
|
*/
|
|
65
119
|
readonly httpMethod: pulumi.Output<string>;
|
|
66
120
|
/**
|
|
67
|
-
*
|
|
121
|
+
* The Resource identifier for the method resource.
|
|
68
122
|
*/
|
|
69
123
|
readonly resourceId: pulumi.Output<string>;
|
|
70
124
|
/**
|
|
71
|
-
*
|
|
125
|
+
* A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.
|
|
72
126
|
*/
|
|
73
127
|
readonly responseModels: pulumi.Output<{
|
|
74
128
|
[key: string]: string;
|
|
75
129
|
} | undefined>;
|
|
76
130
|
/**
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
131
|
+
* A map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header name and the associated value is a boolean flag indicating whether the method response parameter is required. The method response header names must match the pattern of `method.response.header.{name}`, where `name` is a valid and unique header name.
|
|
132
|
+
*
|
|
133
|
+
* The response parameter names defined here are available in the integration response to be mapped from an integration response header expressed in `integration.response.header.{name}`, a static value enclosed within a pair of single quotes (e.g., '`application/json'`), or a JSON expression from the back-end response payload in the form of `integration.response.body.{JSON-expression}`, where `JSON-expression` is a valid JSON expression without the `$` prefix.)
|
|
80
134
|
*/
|
|
81
135
|
readonly responseParameters: pulumi.Output<{
|
|
82
136
|
[key: string]: boolean;
|
|
83
137
|
} | undefined>;
|
|
84
138
|
/**
|
|
85
|
-
*
|
|
139
|
+
* The string identifier of the associated REST API.
|
|
86
140
|
*/
|
|
87
141
|
readonly restApi: pulumi.Output<string>;
|
|
88
142
|
/**
|
|
89
|
-
*
|
|
143
|
+
* The method response's status code.
|
|
90
144
|
*/
|
|
91
145
|
readonly statusCode: pulumi.Output<string>;
|
|
92
146
|
/**
|
|
@@ -103,33 +157,33 @@ export declare class MethodResponse extends pulumi.CustomResource {
|
|
|
103
157
|
*/
|
|
104
158
|
export interface MethodResponseState {
|
|
105
159
|
/**
|
|
106
|
-
* HTTP
|
|
160
|
+
* The HTTP verb of the method resource (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).
|
|
107
161
|
*/
|
|
108
162
|
httpMethod?: pulumi.Input<string>;
|
|
109
163
|
/**
|
|
110
|
-
*
|
|
164
|
+
* The Resource identifier for the method resource.
|
|
111
165
|
*/
|
|
112
166
|
resourceId?: pulumi.Input<string>;
|
|
113
167
|
/**
|
|
114
|
-
*
|
|
168
|
+
* A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.
|
|
115
169
|
*/
|
|
116
170
|
responseModels?: pulumi.Input<{
|
|
117
171
|
[key: string]: pulumi.Input<string>;
|
|
118
172
|
}>;
|
|
119
173
|
/**
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
174
|
+
* A map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header name and the associated value is a boolean flag indicating whether the method response parameter is required. The method response header names must match the pattern of `method.response.header.{name}`, where `name` is a valid and unique header name.
|
|
175
|
+
*
|
|
176
|
+
* The response parameter names defined here are available in the integration response to be mapped from an integration response header expressed in `integration.response.header.{name}`, a static value enclosed within a pair of single quotes (e.g., '`application/json'`), or a JSON expression from the back-end response payload in the form of `integration.response.body.{JSON-expression}`, where `JSON-expression` is a valid JSON expression without the `$` prefix.)
|
|
123
177
|
*/
|
|
124
178
|
responseParameters?: pulumi.Input<{
|
|
125
179
|
[key: string]: pulumi.Input<boolean>;
|
|
126
180
|
}>;
|
|
127
181
|
/**
|
|
128
|
-
*
|
|
182
|
+
* The string identifier of the associated REST API.
|
|
129
183
|
*/
|
|
130
184
|
restApi?: pulumi.Input<string | RestApi>;
|
|
131
185
|
/**
|
|
132
|
-
*
|
|
186
|
+
* The method response's status code.
|
|
133
187
|
*/
|
|
134
188
|
statusCode?: pulumi.Input<string>;
|
|
135
189
|
}
|
|
@@ -138,33 +192,33 @@ export interface MethodResponseState {
|
|
|
138
192
|
*/
|
|
139
193
|
export interface MethodResponseArgs {
|
|
140
194
|
/**
|
|
141
|
-
* HTTP
|
|
195
|
+
* The HTTP verb of the method resource (`GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `ANY`).
|
|
142
196
|
*/
|
|
143
197
|
httpMethod: pulumi.Input<string>;
|
|
144
198
|
/**
|
|
145
|
-
*
|
|
199
|
+
* The Resource identifier for the method resource.
|
|
146
200
|
*/
|
|
147
201
|
resourceId: pulumi.Input<string>;
|
|
148
202
|
/**
|
|
149
|
-
*
|
|
203
|
+
* A map specifying the model resources used for the response's content type. Response models are represented as a key/value map, with a content type as the key and a Model name as the value.
|
|
150
204
|
*/
|
|
151
205
|
responseModels?: pulumi.Input<{
|
|
152
206
|
[key: string]: pulumi.Input<string>;
|
|
153
207
|
}>;
|
|
154
208
|
/**
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
209
|
+
* A map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header name and the associated value is a boolean flag indicating whether the method response parameter is required. The method response header names must match the pattern of `method.response.header.{name}`, where `name` is a valid and unique header name.
|
|
210
|
+
*
|
|
211
|
+
* The response parameter names defined here are available in the integration response to be mapped from an integration response header expressed in `integration.response.header.{name}`, a static value enclosed within a pair of single quotes (e.g., '`application/json'`), or a JSON expression from the back-end response payload in the form of `integration.response.body.{JSON-expression}`, where `JSON-expression` is a valid JSON expression without the `$` prefix.)
|
|
158
212
|
*/
|
|
159
213
|
responseParameters?: pulumi.Input<{
|
|
160
214
|
[key: string]: pulumi.Input<boolean>;
|
|
161
215
|
}>;
|
|
162
216
|
/**
|
|
163
|
-
*
|
|
217
|
+
* The string identifier of the associated REST API.
|
|
164
218
|
*/
|
|
165
219
|
restApi: pulumi.Input<string | RestApi>;
|
|
166
220
|
/**
|
|
167
|
-
*
|
|
221
|
+
* The method response's status code.
|
|
168
222
|
*/
|
|
169
223
|
statusCode: pulumi.Input<string>;
|
|
170
224
|
}
|
|
@@ -6,9 +6,10 @@ exports.MethodResponse = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an HTTP Method Response for an API Gateway Resource.
|
|
9
|
+
* Provides an HTTP Method Response for an API Gateway Resource. More information about API Gateway method responses can be found in the [Amazon API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-settings-method-response.html).
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
|
+
* ### Basic Response
|
|
12
13
|
*
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -39,6 +40,59 @@ const utilities = require("../utilities");
|
|
|
39
40
|
* statusCode: "200",
|
|
40
41
|
* });
|
|
41
42
|
* ```
|
|
43
|
+
* ### Response with Custom Header and Model
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as aws from "@pulumi/aws";
|
|
48
|
+
*
|
|
49
|
+
* const myDemoAPI = new aws.apigateway.RestApi("myDemoAPI", {description: "This is my API for demonstration purposes"});
|
|
50
|
+
* const myDemoResource = new aws.apigateway.Resource("myDemoResource", {
|
|
51
|
+
* restApi: myDemoAPI.id,
|
|
52
|
+
* parentId: myDemoAPI.rootResourceId,
|
|
53
|
+
* pathPart: "mydemoresource",
|
|
54
|
+
* });
|
|
55
|
+
* const myDemoMethod = new aws.apigateway.Method("myDemoMethod", {
|
|
56
|
+
* restApi: myDemoAPI.id,
|
|
57
|
+
* resourceId: myDemoResource.id,
|
|
58
|
+
* httpMethod: "GET",
|
|
59
|
+
* authorization: "NONE",
|
|
60
|
+
* });
|
|
61
|
+
* const myDemoIntegration = new aws.apigateway.Integration("myDemoIntegration", {
|
|
62
|
+
* restApi: myDemoAPI.id,
|
|
63
|
+
* resourceId: myDemoResource.id,
|
|
64
|
+
* httpMethod: myDemoMethod.httpMethod,
|
|
65
|
+
* type: "MOCK",
|
|
66
|
+
* });
|
|
67
|
+
* const myDemoResponseModel = new aws.apigateway.Model("myDemoResponseModel", {
|
|
68
|
+
* restApi: myDemoAPI.id,
|
|
69
|
+
* description: "API response for MyDemoMethod",
|
|
70
|
+
* contentType: "application/json",
|
|
71
|
+
* schema: JSON.stringify({
|
|
72
|
+
* $schema: "http://json-schema.org/draft-04/schema#",
|
|
73
|
+
* title: "MyDemoResponse",
|
|
74
|
+
* type: "object",
|
|
75
|
+
* properties: {
|
|
76
|
+
* Message: {
|
|
77
|
+
* type: "string",
|
|
78
|
+
* },
|
|
79
|
+
* },
|
|
80
|
+
* }),
|
|
81
|
+
* });
|
|
82
|
+
* const response200 = new aws.apigateway.MethodResponse("response200", {
|
|
83
|
+
* restApi: myDemoAPI.id,
|
|
84
|
+
* resourceId: myDemoResource.id,
|
|
85
|
+
* httpMethod: myDemoMethod.httpMethod,
|
|
86
|
+
* statusCode: "200",
|
|
87
|
+
* responseModels: {
|
|
88
|
+
* "application-json": "MyDemoResponseModel",
|
|
89
|
+
* },
|
|
90
|
+
* responseParameters: {
|
|
91
|
+
* "method.response.header.Content-Type": false,
|
|
92
|
+
* "method-response-header.X-My-Demo-Header": false,
|
|
93
|
+
* },
|
|
94
|
+
* });
|
|
95
|
+
* ```
|
|
42
96
|
*
|
|
43
97
|
* ## Import
|
|
44
98
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"methodResponse.js","sourceRoot":"","sources":["../../apigateway/methodResponse.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI1C
|
|
1
|
+
{"version":3,"file":"methodResponse.js","sourceRoot":"","sources":["../../apigateway/methodResponse.ts"],"names":[],"mappings":"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"}
|
package/appstream/fleet.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
96
96
|
*/
|
|
97
97
|
readonly iamRoleArn: pulumi.Output<string>;
|
|
98
98
|
/**
|
|
99
|
-
* Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnectTimeoutInSeconds` time interval begins.
|
|
99
|
+
* Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnectTimeoutInSeconds` time interval begins. Defaults to 60 seconds.
|
|
100
100
|
*/
|
|
101
101
|
readonly idleDisconnectTimeoutInSeconds: pulumi.Output<number | undefined>;
|
|
102
102
|
/**
|
|
@@ -199,7 +199,7 @@ export interface FleetState {
|
|
|
199
199
|
*/
|
|
200
200
|
iamRoleArn?: pulumi.Input<string>;
|
|
201
201
|
/**
|
|
202
|
-
* Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnectTimeoutInSeconds` time interval begins.
|
|
202
|
+
* Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnectTimeoutInSeconds` time interval begins. Defaults to 60 seconds.
|
|
203
203
|
*/
|
|
204
204
|
idleDisconnectTimeoutInSeconds?: pulumi.Input<number>;
|
|
205
205
|
/**
|
|
@@ -286,7 +286,7 @@ export interface FleetArgs {
|
|
|
286
286
|
*/
|
|
287
287
|
iamRoleArn?: pulumi.Input<string>;
|
|
288
288
|
/**
|
|
289
|
-
* Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnectTimeoutInSeconds` time interval begins.
|
|
289
|
+
* Amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the `disconnectTimeoutInSeconds` time interval begins. Defaults to 60 seconds.
|
|
290
290
|
*/
|
|
291
291
|
idleDisconnectTimeoutInSeconds?: pulumi.Input<number>;
|
|
292
292
|
/**
|
|
@@ -98,6 +98,31 @@ import * as outputs from "../types/output";
|
|
|
98
98
|
* dependsOn: [aws_iam_role_policy_attachment.aws_batch_service_role],
|
|
99
99
|
* });
|
|
100
100
|
* ```
|
|
101
|
+
* ### Setting Update Policy
|
|
102
|
+
*
|
|
103
|
+
* ```typescript
|
|
104
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
105
|
+
* import * as aws from "@pulumi/aws";
|
|
106
|
+
*
|
|
107
|
+
* const sample = new aws.batch.ComputeEnvironment("sample", {
|
|
108
|
+
* computeEnvironmentName: "sample",
|
|
109
|
+
* computeResources: {
|
|
110
|
+
* allocationStrategy: "BEST_FIT_PROGRESSIVE",
|
|
111
|
+
* instanceRole: aws_iam_instance_profile.ecs_instance.arn,
|
|
112
|
+
* instanceTypes: ["optimal"],
|
|
113
|
+
* maxVcpus: 4,
|
|
114
|
+
* minVcpus: 0,
|
|
115
|
+
* securityGroupIds: [aws_security_group.sample.id],
|
|
116
|
+
* subnets: [aws_subnet.sample.id],
|
|
117
|
+
* type: "EC2",
|
|
118
|
+
* },
|
|
119
|
+
* updatePolicy: {
|
|
120
|
+
* jobExecutionTimeoutMinutes: 30,
|
|
121
|
+
* terminateJobsOnUpdate: false,
|
|
122
|
+
* },
|
|
123
|
+
* type: "MANAGED",
|
|
124
|
+
* });
|
|
125
|
+
* ```
|
|
101
126
|
*
|
|
102
127
|
* ## Import
|
|
103
128
|
*
|
|
@@ -181,6 +206,10 @@ export declare class ComputeEnvironment extends pulumi.CustomResource {
|
|
|
181
206
|
* The type of the compute environment. Valid items are `MANAGED` or `UNMANAGED`.
|
|
182
207
|
*/
|
|
183
208
|
readonly type: pulumi.Output<string>;
|
|
209
|
+
/**
|
|
210
|
+
* Specifies the infrastructure update policy for the compute environment. See details below.
|
|
211
|
+
*/
|
|
212
|
+
readonly updatePolicy: pulumi.Output<outputs.batch.ComputeEnvironmentUpdatePolicy | undefined>;
|
|
184
213
|
/**
|
|
185
214
|
* Create a ComputeEnvironment resource with the given unique name, arguments, and options.
|
|
186
215
|
*
|
|
@@ -252,6 +281,10 @@ export interface ComputeEnvironmentState {
|
|
|
252
281
|
* The type of the compute environment. Valid items are `MANAGED` or `UNMANAGED`.
|
|
253
282
|
*/
|
|
254
283
|
type?: pulumi.Input<string>;
|
|
284
|
+
/**
|
|
285
|
+
* Specifies the infrastructure update policy for the compute environment. See details below.
|
|
286
|
+
*/
|
|
287
|
+
updatePolicy?: pulumi.Input<inputs.batch.ComputeEnvironmentUpdatePolicy>;
|
|
255
288
|
}
|
|
256
289
|
/**
|
|
257
290
|
* The set of arguments for constructing a ComputeEnvironment resource.
|
|
@@ -291,4 +324,8 @@ export interface ComputeEnvironmentArgs {
|
|
|
291
324
|
* The type of the compute environment. Valid items are `MANAGED` or `UNMANAGED`.
|
|
292
325
|
*/
|
|
293
326
|
type: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* Specifies the infrastructure update policy for the compute environment. See details below.
|
|
329
|
+
*/
|
|
330
|
+
updatePolicy?: pulumi.Input<inputs.batch.ComputeEnvironmentUpdatePolicy>;
|
|
294
331
|
}
|
|
@@ -102,6 +102,31 @@ const utilities = require("../utilities");
|
|
|
102
102
|
* dependsOn: [aws_iam_role_policy_attachment.aws_batch_service_role],
|
|
103
103
|
* });
|
|
104
104
|
* ```
|
|
105
|
+
* ### Setting Update Policy
|
|
106
|
+
*
|
|
107
|
+
* ```typescript
|
|
108
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
109
|
+
* import * as aws from "@pulumi/aws";
|
|
110
|
+
*
|
|
111
|
+
* const sample = new aws.batch.ComputeEnvironment("sample", {
|
|
112
|
+
* computeEnvironmentName: "sample",
|
|
113
|
+
* computeResources: {
|
|
114
|
+
* allocationStrategy: "BEST_FIT_PROGRESSIVE",
|
|
115
|
+
* instanceRole: aws_iam_instance_profile.ecs_instance.arn,
|
|
116
|
+
* instanceTypes: ["optimal"],
|
|
117
|
+
* maxVcpus: 4,
|
|
118
|
+
* minVcpus: 0,
|
|
119
|
+
* securityGroupIds: [aws_security_group.sample.id],
|
|
120
|
+
* subnets: [aws_subnet.sample.id],
|
|
121
|
+
* type: "EC2",
|
|
122
|
+
* },
|
|
123
|
+
* updatePolicy: {
|
|
124
|
+
* jobExecutionTimeoutMinutes: 30,
|
|
125
|
+
* terminateJobsOnUpdate: false,
|
|
126
|
+
* },
|
|
127
|
+
* type: "MANAGED",
|
|
128
|
+
* });
|
|
129
|
+
* ```
|
|
105
130
|
*
|
|
106
131
|
* ## Import
|
|
107
132
|
*
|
|
@@ -152,6 +177,7 @@ class ComputeEnvironment extends pulumi.CustomResource {
|
|
|
152
177
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
153
178
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
154
179
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
180
|
+
resourceInputs["updatePolicy"] = state ? state.updatePolicy : undefined;
|
|
155
181
|
}
|
|
156
182
|
else {
|
|
157
183
|
const args = argsOrState;
|
|
@@ -166,6 +192,7 @@ class ComputeEnvironment extends pulumi.CustomResource {
|
|
|
166
192
|
resourceInputs["state"] = args ? args.state : undefined;
|
|
167
193
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
168
194
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
195
|
+
resourceInputs["updatePolicy"] = args ? args.updatePolicy : undefined;
|
|
169
196
|
resourceInputs["arn"] = undefined /*out*/;
|
|
170
197
|
resourceInputs["ecsClusterArn"] = undefined /*out*/;
|
|
171
198
|
resourceInputs["status"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"computeEnvironment.js","sourceRoot":"","sources":["../../batch/computeEnvironment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"computeEnvironment.js","sourceRoot":"","sources":["../../batch/computeEnvironment.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
2
3
|
/**
|
|
3
4
|
* The Batch Compute Environment data source allows access to details of a specific
|
|
4
5
|
* compute environment within AWS Batch.
|
|
@@ -73,6 +74,10 @@ export interface GetComputeEnvironmentResult {
|
|
|
73
74
|
* Type of the compute environment (for example, `MANAGED` or `UNMANAGED`).
|
|
74
75
|
*/
|
|
75
76
|
readonly type: string;
|
|
77
|
+
/**
|
|
78
|
+
* Specifies the infrastructure update policy for the compute environment.
|
|
79
|
+
*/
|
|
80
|
+
readonly updatePolicies: outputs.batch.GetComputeEnvironmentUpdatePolicy[];
|
|
76
81
|
}
|
|
77
82
|
/**
|
|
78
83
|
* The Batch Compute Environment data source allows access to details of a specific
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getComputeEnvironment.js","sourceRoot":"","sources":["../../batch/getComputeEnvironment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getComputeEnvironment.js","sourceRoot":"","sources":["../../batch/getComputeEnvironment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA8DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
package/batch/jobDefinition.d.ts
CHANGED
|
@@ -165,14 +165,22 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
165
165
|
*/
|
|
166
166
|
static isInstance(obj: any): obj is JobDefinition;
|
|
167
167
|
/**
|
|
168
|
-
* The Amazon Resource Name of the job definition.
|
|
168
|
+
* The Amazon Resource Name of the job definition, includes revision (`:#`).
|
|
169
169
|
*/
|
|
170
170
|
readonly arn: pulumi.Output<string>;
|
|
171
|
+
/**
|
|
172
|
+
* The ARN without the revision number.
|
|
173
|
+
*/
|
|
174
|
+
readonly arnPrefix: pulumi.Output<string>;
|
|
171
175
|
/**
|
|
172
176
|
* A valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html)
|
|
173
|
-
* provided as a single valid JSON document. This parameter is
|
|
177
|
+
* provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.
|
|
174
178
|
*/
|
|
175
179
|
readonly containerProperties: pulumi.Output<string | undefined>;
|
|
180
|
+
/**
|
|
181
|
+
* A valid eks properties. This parameter is only valid if the `type` parameter is `container`.
|
|
182
|
+
*/
|
|
183
|
+
readonly eksProperties: pulumi.Output<outputs.batch.JobDefinitionEksProperties | undefined>;
|
|
176
184
|
/**
|
|
177
185
|
* Specifies the name of the job definition.
|
|
178
186
|
*/
|
|
@@ -205,6 +213,10 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
205
213
|
* The revision of the job definition.
|
|
206
214
|
*/
|
|
207
215
|
readonly revision: pulumi.Output<number>;
|
|
216
|
+
/**
|
|
217
|
+
* The scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.
|
|
218
|
+
*/
|
|
219
|
+
readonly schedulingPriority: pulumi.Output<number | undefined>;
|
|
208
220
|
/**
|
|
209
221
|
* Key-value map of resource tags. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
210
222
|
*/
|
|
@@ -243,14 +255,22 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
243
255
|
*/
|
|
244
256
|
export interface JobDefinitionState {
|
|
245
257
|
/**
|
|
246
|
-
* The Amazon Resource Name of the job definition.
|
|
258
|
+
* The Amazon Resource Name of the job definition, includes revision (`:#`).
|
|
247
259
|
*/
|
|
248
260
|
arn?: pulumi.Input<string>;
|
|
261
|
+
/**
|
|
262
|
+
* The ARN without the revision number.
|
|
263
|
+
*/
|
|
264
|
+
arnPrefix?: pulumi.Input<string>;
|
|
249
265
|
/**
|
|
250
266
|
* A valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html)
|
|
251
|
-
* provided as a single valid JSON document. This parameter is
|
|
267
|
+
* provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.
|
|
252
268
|
*/
|
|
253
269
|
containerProperties?: pulumi.Input<string>;
|
|
270
|
+
/**
|
|
271
|
+
* A valid eks properties. This parameter is only valid if the `type` parameter is `container`.
|
|
272
|
+
*/
|
|
273
|
+
eksProperties?: pulumi.Input<inputs.batch.JobDefinitionEksProperties>;
|
|
254
274
|
/**
|
|
255
275
|
* Specifies the name of the job definition.
|
|
256
276
|
*/
|
|
@@ -283,6 +303,10 @@ export interface JobDefinitionState {
|
|
|
283
303
|
* The revision of the job definition.
|
|
284
304
|
*/
|
|
285
305
|
revision?: pulumi.Input<number>;
|
|
306
|
+
/**
|
|
307
|
+
* The scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.
|
|
308
|
+
*/
|
|
309
|
+
schedulingPriority?: pulumi.Input<number>;
|
|
286
310
|
/**
|
|
287
311
|
* Key-value map of resource tags. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
288
312
|
*/
|
|
@@ -314,9 +338,13 @@ export interface JobDefinitionState {
|
|
|
314
338
|
export interface JobDefinitionArgs {
|
|
315
339
|
/**
|
|
316
340
|
* A valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html)
|
|
317
|
-
* provided as a single valid JSON document. This parameter is
|
|
341
|
+
* provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.
|
|
318
342
|
*/
|
|
319
343
|
containerProperties?: pulumi.Input<string>;
|
|
344
|
+
/**
|
|
345
|
+
* A valid eks properties. This parameter is only valid if the `type` parameter is `container`.
|
|
346
|
+
*/
|
|
347
|
+
eksProperties?: pulumi.Input<inputs.batch.JobDefinitionEksProperties>;
|
|
320
348
|
/**
|
|
321
349
|
* Specifies the name of the job definition.
|
|
322
350
|
*/
|
|
@@ -345,6 +373,10 @@ export interface JobDefinitionArgs {
|
|
|
345
373
|
* Maximum number of `retryStrategy` is `1`. Defined below.
|
|
346
374
|
*/
|
|
347
375
|
retryStrategy?: pulumi.Input<inputs.batch.JobDefinitionRetryStrategy>;
|
|
376
|
+
/**
|
|
377
|
+
* The scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.
|
|
378
|
+
*/
|
|
379
|
+
schedulingPriority?: pulumi.Input<number>;
|
|
348
380
|
/**
|
|
349
381
|
* Key-value map of resource tags. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
350
382
|
*/
|
package/batch/jobDefinition.js
CHANGED
|
@@ -181,7 +181,9 @@ class JobDefinition extends pulumi.CustomResource {
|
|
|
181
181
|
if (opts.id) {
|
|
182
182
|
const state = argsOrState;
|
|
183
183
|
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
184
|
+
resourceInputs["arnPrefix"] = state ? state.arnPrefix : undefined;
|
|
184
185
|
resourceInputs["containerProperties"] = state ? state.containerProperties : undefined;
|
|
186
|
+
resourceInputs["eksProperties"] = state ? state.eksProperties : undefined;
|
|
185
187
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
186
188
|
resourceInputs["nodeProperties"] = state ? state.nodeProperties : undefined;
|
|
187
189
|
resourceInputs["parameters"] = state ? state.parameters : undefined;
|
|
@@ -189,6 +191,7 @@ class JobDefinition extends pulumi.CustomResource {
|
|
|
189
191
|
resourceInputs["propagateTags"] = state ? state.propagateTags : undefined;
|
|
190
192
|
resourceInputs["retryStrategy"] = state ? state.retryStrategy : undefined;
|
|
191
193
|
resourceInputs["revision"] = state ? state.revision : undefined;
|
|
194
|
+
resourceInputs["schedulingPriority"] = state ? state.schedulingPriority : undefined;
|
|
192
195
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
193
196
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
194
197
|
resourceInputs["timeout"] = state ? state.timeout : undefined;
|
|
@@ -200,16 +203,19 @@ class JobDefinition extends pulumi.CustomResource {
|
|
|
200
203
|
throw new Error("Missing required property 'type'");
|
|
201
204
|
}
|
|
202
205
|
resourceInputs["containerProperties"] = args ? args.containerProperties : undefined;
|
|
206
|
+
resourceInputs["eksProperties"] = args ? args.eksProperties : undefined;
|
|
203
207
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
204
208
|
resourceInputs["nodeProperties"] = args ? args.nodeProperties : undefined;
|
|
205
209
|
resourceInputs["parameters"] = args ? args.parameters : undefined;
|
|
206
210
|
resourceInputs["platformCapabilities"] = args ? args.platformCapabilities : undefined;
|
|
207
211
|
resourceInputs["propagateTags"] = args ? args.propagateTags : undefined;
|
|
208
212
|
resourceInputs["retryStrategy"] = args ? args.retryStrategy : undefined;
|
|
213
|
+
resourceInputs["schedulingPriority"] = args ? args.schedulingPriority : undefined;
|
|
209
214
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
210
215
|
resourceInputs["timeout"] = args ? args.timeout : undefined;
|
|
211
216
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
212
217
|
resourceInputs["arn"] = undefined /*out*/;
|
|
218
|
+
resourceInputs["arnPrefix"] = undefined /*out*/;
|
|
213
219
|
resourceInputs["revision"] = undefined /*out*/;
|
|
214
220
|
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
215
221
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jobDefinition.js","sourceRoot":"","sources":["../../batch/jobDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkJG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"jobDefinition.js","sourceRoot":"","sources":["../../batch/jobDefinition.ts"],"names":[],"mappings":"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"}
|