@pulumi/aws 5.19.0 → 5.20.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/acm/getCertificate.d.ts +2 -2
- package/acmpca/certificate.d.ts +5 -1
- package/acmpca/certificate.js +5 -1
- package/acmpca/certificate.js.map +1 -1
- package/acmpca/certificateAuthority.d.ts +29 -0
- package/acmpca/certificateAuthority.js +19 -0
- package/acmpca/certificateAuthority.js.map +1 -1
- package/acmpca/getCertificateAuthority.d.ts +4 -0
- package/acmpca/getCertificateAuthority.js.map +1 -1
- package/alb/targetGroup.d.ts +12 -0
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/applicationloadbalancing/targetGroup.d.ts +12 -0
- package/applicationloadbalancing/targetGroup.js +2 -0
- package/applicationloadbalancing/targetGroup.js.map +1 -1
- package/apprunner/index.d.ts +3 -0
- package/apprunner/index.js +6 -1
- package/apprunner/index.js.map +1 -1
- package/apprunner/vpcConnector.d.ts +9 -0
- package/apprunner/vpcConnector.js +2 -0
- package/apprunner/vpcConnector.js.map +1 -1
- package/apprunner/vpcIngressConnection.d.ts +145 -0
- package/apprunner/vpcIngressConnection.js +98 -0
- package/apprunner/vpcIngressConnection.js.map +1 -0
- package/batch/computeEnvironment.d.ts +12 -0
- package/batch/computeEnvironment.js +2 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/budgets/budget.d.ts +51 -5
- package/budgets/budget.js +26 -6
- package/budgets/budget.js.map +1 -1
- package/cloudfront/distribution.d.ts +1 -1
- package/cloudfront/distribution.js +1 -1
- package/cloudfront/getCachePolicy.d.ts +13 -0
- package/cloudfront/getCachePolicy.js +13 -0
- package/cloudfront/getCachePolicy.js.map +1 -1
- package/cloudfront/getOriginAccessIdentity.d.ts +16 -0
- package/cloudfront/getOriginAccessIdentity.js +16 -0
- package/cloudfront/getOriginAccessIdentity.js.map +1 -1
- package/cloudfront/getOriginRequestPolicy.d.ts +13 -2
- package/cloudfront/getOriginRequestPolicy.js +13 -2
- package/cloudfront/getOriginRequestPolicy.js.map +1 -1
- package/cloudfront/getResponseHeadersPolicy.d.ts +13 -0
- package/cloudfront/getResponseHeadersPolicy.js +13 -0
- package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
- package/cognito/userPool.d.ts +12 -0
- package/cognito/userPool.js +2 -0
- package/cognito/userPool.js.map +1 -1
- package/cognito/userPoolClient.d.ts +12 -0
- package/cognito/userPoolClient.js +2 -0
- package/cognito/userPoolClient.js.map +1 -1
- package/connect/getInstanceStorageConfig.d.ts +70 -0
- package/connect/getInstanceStorageConfig.js +40 -0
- package/connect/getInstanceStorageConfig.js.map +1 -0
- package/connect/index.d.ts +6 -0
- package/connect/index.js +9 -1
- package/connect/index.js.map +1 -1
- package/connect/phoneNumber.d.ts +195 -0
- package/connect/phoneNumber.js +131 -0
- package/connect/phoneNumber.js.map +1 -0
- package/directconnect/getRouterConfiguration.d.ts +67 -0
- package/directconnect/getRouterConfiguration.js +37 -0
- package/directconnect/getRouterConfiguration.js.map +1 -0
- package/directconnect/index.d.ts +3 -0
- package/directconnect/index.js +4 -1
- package/directconnect/index.js.map +1 -1
- package/ec2/amiCopy.d.ts +8 -0
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +8 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/capacityReservation.d.ts +12 -0
- package/ec2/capacityReservation.js +2 -0
- package/ec2/capacityReservation.js.map +1 -1
- package/ec2/defaultNetworkAcl.d.ts +3 -3
- package/ec2/flowLog.d.ts +52 -4
- package/ec2/flowLog.js +49 -1
- package/ec2/flowLog.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +8 -0
- package/ec2/networkInterfaceAttachment.js +8 -0
- package/ec2/networkInterfaceAttachment.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +24 -0
- package/elasticache/globalReplicationGroup.js +4 -0
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
- package/elasticloadbalancingv2/targetGroup.js +2 -0
- package/elasticloadbalancingv2/targetGroup.js.map +1 -1
- package/evidently/index.d.ts +3 -0
- package/evidently/index.js +6 -1
- package/evidently/index.js.map +1 -1
- package/evidently/project.d.ts +2 -2
- package/evidently/project.js +2 -2
- package/evidently/segment.d.ts +205 -0
- package/evidently/segment.js +127 -0
- package/evidently/segment.js.map +1 -0
- package/fsx/fileCache.d.ts +263 -0
- package/fsx/fileCache.js +141 -0
- package/fsx/fileCache.js.map +1 -0
- package/fsx/index.d.ts +3 -0
- package/fsx/index.js +6 -1
- package/fsx/index.js.map +1 -1
- package/inspector2/enabler.d.ts +80 -0
- package/inspector2/enabler.js +86 -0
- package/inspector2/enabler.js.map +1 -0
- package/inspector2/index.d.ts +3 -0
- package/inspector2/index.js +6 -1
- package/inspector2/index.js.map +1 -1
- package/lb/targetGroup.d.ts +12 -0
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/lightsail/disk.d.ts +153 -0
- package/lightsail/disk.js +99 -0
- package/lightsail/disk.js.map +1 -0
- package/lightsail/disk_attachment.d.ts +112 -0
- package/lightsail/disk_attachment.js +102 -0
- package/lightsail/disk_attachment.js.map +1 -0
- package/lightsail/index.d.ts +15 -0
- package/lightsail/index.js +26 -1
- package/lightsail/index.js.map +1 -1
- package/lightsail/lbCertificate.d.ts +136 -0
- package/lightsail/lbCertificate.js +96 -0
- package/lightsail/lbCertificate.js.map +1 -0
- package/lightsail/lbCertificateAttachment.d.ts +94 -0
- package/lightsail/lbCertificateAttachment.js +91 -0
- package/lightsail/lbCertificateAttachment.js.map +1 -0
- package/lightsail/lbStickinessPolicy.d.ts +103 -0
- package/lightsail/lbStickinessPolicy.js +93 -0
- package/lightsail/lbStickinessPolicy.js.map +1 -0
- package/networkmanager/getCoreNetworkPolicyDocument.d.ts +2 -2
- package/networkmanager/getCoreNetworkPolicyDocument.js +2 -2
- package/outposts/getAssets.d.ts +42 -1
- package/outposts/getAssets.js +25 -0
- package/outposts/getAssets.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/instance.d.ts +3 -6
- package/rds/instance.js.map +1 -1
- package/rds/parameterGroup.d.ts +0 -21
- package/rds/parameterGroup.js +0 -21
- package/rds/parameterGroup.js.map +1 -1
- package/route53/getTrafficPolicyDocument.d.ts +75 -0
- package/route53/getTrafficPolicyDocument.js +75 -0
- package/route53/getTrafficPolicyDocument.js.map +1 -1
- package/route53/index.d.ts +3 -0
- package/route53/index.js +6 -1
- package/route53/index.js.map +1 -1
- package/route53/resolverConfig.d.ts +96 -0
- package/route53/resolverConfig.js +87 -0
- package/route53/resolverConfig.js.map +1 -0
- package/sagemaker/domain.d.ts +35 -3
- package/sagemaker/domain.js +6 -0
- package/sagemaker/domain.js.map +1 -1
- package/sagemaker/index.d.ts +3 -0
- package/sagemaker/index.js +6 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/servicecatalogPortfolioStatus.d.ts +72 -0
- package/sagemaker/servicecatalogPortfolioStatus.js +76 -0
- package/sagemaker/servicecatalogPortfolioStatus.js.map +1 -0
- package/sagemaker/workforce.d.ts +14 -0
- package/sagemaker/workforce.js +2 -0
- package/sagemaker/workforce.js.map +1 -1
- package/secretsmanager/secret.d.ts +1 -1
- package/secretsmanager/secret.js +1 -1
- package/secretsmanager/secretRotation.d.ts +1 -1
- package/secretsmanager/secretRotation.js +1 -1
- package/sesv2/dedicatedIpAssignment.d.ts +82 -0
- package/sesv2/dedicatedIpAssignment.js +79 -0
- package/sesv2/dedicatedIpAssignment.js.map +1 -0
- package/sesv2/dedicatedIpPool.d.ts +23 -0
- package/sesv2/dedicatedIpPool.js +13 -0
- package/sesv2/dedicatedIpPool.js.map +1 -1
- package/sesv2/emailIdentity.d.ts +161 -0
- package/sesv2/emailIdentity.js +111 -0
- package/sesv2/emailIdentity.js.map +1 -0
- package/sesv2/emailIdentityFeedbackAttributes.d.ts +83 -0
- package/sesv2/emailIdentityFeedbackAttributes.js +77 -0
- package/sesv2/emailIdentityFeedbackAttributes.js.map +1 -0
- package/sesv2/getDedicatedIpPool.d.ts +4 -0
- package/sesv2/getDedicatedIpPool.js.map +1 -1
- package/sesv2/index.d.ts +9 -0
- package/sesv2/index.js +16 -1
- package/sesv2/index.js.map +1 -1
- package/sfn/stateMachine.d.ts +9 -6
- package/sfn/stateMachine.js +2 -0
- package/sfn/stateMachine.js.map +1 -1
- package/ssm/defaultPatchBaseline.d.ts +139 -0
- package/ssm/defaultPatchBaseline.js +88 -0
- package/ssm/defaultPatchBaseline.js.map +1 -0
- package/ssm/index.d.ts +3 -0
- package/ssm/index.js +6 -1
- package/ssm/index.js.map +1 -1
- package/ssm/parameter.d.ts +3 -3
- package/ssm/patchBaseline.d.ts +111 -32
- package/ssm/patchBaseline.js +6 -8
- package/ssm/patchBaseline.js.map +1 -1
- package/swf/domain.d.ts +1 -1
- package/transfer/workflow.d.ts +30 -0
- package/transfer/workflow.js +30 -0
- package/transfer/workflow.js.map +1 -1
- package/types/input.d.ts +422 -19
- package/types/output.d.ts +527 -19
package/ssm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ssm/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ssm/index.ts"],"names":[],"mappings":"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"}
|
package/ssm/parameter.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class Parameter extends pulumi.CustomResource {
|
|
|
74
74
|
*/
|
|
75
75
|
readonly arn: pulumi.Output<string>;
|
|
76
76
|
/**
|
|
77
|
-
* Data type of the parameter. Valid values: `text` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
|
|
77
|
+
* Data type of the parameter. Valid values: `text`, `aws:ssm:integration` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
|
|
78
78
|
*/
|
|
79
79
|
readonly dataType: pulumi.Output<string>;
|
|
80
80
|
/**
|
|
@@ -144,7 +144,7 @@ export interface ParameterState {
|
|
|
144
144
|
*/
|
|
145
145
|
arn?: pulumi.Input<string>;
|
|
146
146
|
/**
|
|
147
|
-
* Data type of the parameter. Valid values: `text` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
|
|
147
|
+
* Data type of the parameter. Valid values: `text`, `aws:ssm:integration` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
|
|
148
148
|
*/
|
|
149
149
|
dataType?: pulumi.Input<string>;
|
|
150
150
|
/**
|
|
@@ -206,7 +206,7 @@ export interface ParameterArgs {
|
|
|
206
206
|
*/
|
|
207
207
|
arn?: pulumi.Input<string>;
|
|
208
208
|
/**
|
|
209
|
-
* Data type of the parameter. Valid values: `text` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
|
|
209
|
+
* Data type of the parameter. Valid values: `text`, `aws:ssm:integration` and `aws:ec2:image` for AMI format, see the [Native parameter support for Amazon Machine Image IDs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html).
|
|
210
210
|
*/
|
|
211
211
|
dataType?: pulumi.Input<string>;
|
|
212
212
|
/**
|
package/ssm/patchBaseline.d.ts
CHANGED
|
@@ -2,15 +2,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Provides an SSM Patch Baseline resource
|
|
5
|
+
* Provides an SSM Patch Baseline resource.
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE on Patch Baselines:** The `approvedPatches` and `approvalRule` are
|
|
8
8
|
* both marked as optional fields, but the Patch Baseline requires that at least one
|
|
9
9
|
* of them is specified.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
|
+
* ### Basic Usage
|
|
12
13
|
*
|
|
13
|
-
*
|
|
14
|
+
* Using `approvedPatches` only.
|
|
14
15
|
*
|
|
15
16
|
* ```typescript
|
|
16
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -20,8 +21,7 @@ import * as outputs from "../types/output";
|
|
|
20
21
|
* approvedPatches: ["KB123456"],
|
|
21
22
|
* });
|
|
22
23
|
* ```
|
|
23
|
-
*
|
|
24
|
-
* Advanced usage, specifying patch filters
|
|
24
|
+
* ### Advanced Usage, specifying patch filters
|
|
25
25
|
*
|
|
26
26
|
* ```typescript
|
|
27
27
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -85,8 +85,7 @@ import * as outputs from "../types/output";
|
|
|
85
85
|
* rejectedPatches: ["KB987654"],
|
|
86
86
|
* });
|
|
87
87
|
* ```
|
|
88
|
-
*
|
|
89
|
-
* Advanced usage, specifying Microsoft application and Windows patch rules
|
|
88
|
+
* ### Advanced usage, specifying Microsoft application and Windows patch rules
|
|
90
89
|
*
|
|
91
90
|
* ```typescript
|
|
92
91
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -135,8 +134,7 @@ import * as outputs from "../types/output";
|
|
|
135
134
|
* operatingSystem: "WINDOWS",
|
|
136
135
|
* });
|
|
137
136
|
* ```
|
|
138
|
-
*
|
|
139
|
-
* Advanced usage, specifying alternate patch source repository
|
|
137
|
+
* ### Advanced usage, specifying alternate patch source repository
|
|
140
138
|
*
|
|
141
139
|
* ```typescript
|
|
142
140
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -193,19 +191,26 @@ export declare class PatchBaseline extends pulumi.CustomResource {
|
|
|
193
191
|
*/
|
|
194
192
|
static isInstance(obj: any): obj is PatchBaseline;
|
|
195
193
|
/**
|
|
196
|
-
* A set of rules used to include patches in the baseline.
|
|
194
|
+
* A set of rules used to include patches in the baseline.
|
|
195
|
+
* Up to 10 approval rules can be specified.
|
|
196
|
+
* See `approvalRule` below.
|
|
197
197
|
*/
|
|
198
198
|
readonly approvalRules: pulumi.Output<outputs.ssm.PatchBaselineApprovalRule[] | undefined>;
|
|
199
199
|
/**
|
|
200
200
|
* A list of explicitly approved patches for the baseline.
|
|
201
|
+
* Cannot be specified with `approvalRule`.
|
|
201
202
|
*/
|
|
202
203
|
readonly approvedPatches: pulumi.Output<string[] | undefined>;
|
|
203
204
|
/**
|
|
204
|
-
*
|
|
205
|
+
* The compliance level for approved patches.
|
|
206
|
+
* This means that if an approved patch is reported as missing, this is the severity of the compliance violation.
|
|
207
|
+
* Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, `UNSPECIFIED`.
|
|
208
|
+
* The default value is `UNSPECIFIED`.
|
|
205
209
|
*/
|
|
206
210
|
readonly approvedPatchesComplianceLevel: pulumi.Output<string | undefined>;
|
|
207
211
|
/**
|
|
208
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.
|
|
212
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.
|
|
213
|
+
* Applies to Linux instances only.
|
|
209
214
|
*/
|
|
210
215
|
readonly approvedPatchesEnableNonSecurity: pulumi.Output<boolean | undefined>;
|
|
211
216
|
/**
|
|
@@ -217,7 +222,9 @@ export declare class PatchBaseline extends pulumi.CustomResource {
|
|
|
217
222
|
*/
|
|
218
223
|
readonly description: pulumi.Output<string | undefined>;
|
|
219
224
|
/**
|
|
220
|
-
* A set of global filters used to exclude patches from the baseline.
|
|
225
|
+
* A set of global filters used to exclude patches from the baseline.
|
|
226
|
+
* Up to 4 global filters can be specified using Key/Value pairs.
|
|
227
|
+
* Valid Keys are `PRODUCT`, `CLASSIFICATION`, `MSRC_SEVERITY`, and `PATCH_ID`.
|
|
221
228
|
*/
|
|
222
229
|
readonly globalFilters: pulumi.Output<outputs.ssm.PatchBaselineGlobalFilter[] | undefined>;
|
|
223
230
|
/**
|
|
@@ -225,7 +232,22 @@ export declare class PatchBaseline extends pulumi.CustomResource {
|
|
|
225
232
|
*/
|
|
226
233
|
readonly name: pulumi.Output<string>;
|
|
227
234
|
/**
|
|
228
|
-
*
|
|
235
|
+
* The operating system the patch baseline applies to.
|
|
236
|
+
* Valid values are
|
|
237
|
+
* `AMAZON_LINUX`,
|
|
238
|
+
* `AMAZON_LINUX_2`,
|
|
239
|
+
* `AMAZON_LINUX_2022`,
|
|
240
|
+
* `CENTOS`,
|
|
241
|
+
* `DEBIAN`,
|
|
242
|
+
* `MACOS`,
|
|
243
|
+
* `ORACLE_LINUX`,
|
|
244
|
+
* `RASPBIAN`,
|
|
245
|
+
* `REDHAT_ENTERPRISE_LINUX`,
|
|
246
|
+
* `ROCKY_LINUX`,
|
|
247
|
+
* `SUSE`,
|
|
248
|
+
* `UBUNTU`, and
|
|
249
|
+
* `WINDOWS`.
|
|
250
|
+
* The default value is `WINDOWS`.
|
|
229
251
|
*/
|
|
230
252
|
readonly operatingSystem: pulumi.Output<string | undefined>;
|
|
231
253
|
/**
|
|
@@ -233,15 +255,18 @@ export declare class PatchBaseline extends pulumi.CustomResource {
|
|
|
233
255
|
*/
|
|
234
256
|
readonly rejectedPatches: pulumi.Output<string[] | undefined>;
|
|
235
257
|
/**
|
|
236
|
-
* The action for Patch Manager to take on patches included in the `rejectedPatches` list.
|
|
258
|
+
* The action for Patch Manager to take on patches included in the `rejectedPatches` list.
|
|
259
|
+
* Valid values are `ALLOW_AS_DEPENDENCY` and `BLOCK`.
|
|
237
260
|
*/
|
|
238
261
|
readonly rejectedPatchesAction: pulumi.Output<string>;
|
|
239
262
|
/**
|
|
240
|
-
* Configuration block
|
|
263
|
+
* Configuration block with alternate sources for patches.
|
|
264
|
+
* Applies to Linux instances only.
|
|
265
|
+
* See `source` below.
|
|
241
266
|
*/
|
|
242
267
|
readonly sources: pulumi.Output<outputs.ssm.PatchBaselineSource[] | undefined>;
|
|
243
268
|
/**
|
|
244
|
-
* A map of tags to assign to the resource.
|
|
269
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
245
270
|
*/
|
|
246
271
|
readonly tags: pulumi.Output<{
|
|
247
272
|
[key: string]: string;
|
|
@@ -266,19 +291,26 @@ export declare class PatchBaseline extends pulumi.CustomResource {
|
|
|
266
291
|
*/
|
|
267
292
|
export interface PatchBaselineState {
|
|
268
293
|
/**
|
|
269
|
-
* A set of rules used to include patches in the baseline.
|
|
294
|
+
* A set of rules used to include patches in the baseline.
|
|
295
|
+
* Up to 10 approval rules can be specified.
|
|
296
|
+
* See `approvalRule` below.
|
|
270
297
|
*/
|
|
271
298
|
approvalRules?: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineApprovalRule>[]>;
|
|
272
299
|
/**
|
|
273
300
|
* A list of explicitly approved patches for the baseline.
|
|
301
|
+
* Cannot be specified with `approvalRule`.
|
|
274
302
|
*/
|
|
275
303
|
approvedPatches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
276
304
|
/**
|
|
277
|
-
*
|
|
305
|
+
* The compliance level for approved patches.
|
|
306
|
+
* This means that if an approved patch is reported as missing, this is the severity of the compliance violation.
|
|
307
|
+
* Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, `UNSPECIFIED`.
|
|
308
|
+
* The default value is `UNSPECIFIED`.
|
|
278
309
|
*/
|
|
279
310
|
approvedPatchesComplianceLevel?: pulumi.Input<string>;
|
|
280
311
|
/**
|
|
281
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.
|
|
312
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.
|
|
313
|
+
* Applies to Linux instances only.
|
|
282
314
|
*/
|
|
283
315
|
approvedPatchesEnableNonSecurity?: pulumi.Input<boolean>;
|
|
284
316
|
/**
|
|
@@ -290,7 +322,9 @@ export interface PatchBaselineState {
|
|
|
290
322
|
*/
|
|
291
323
|
description?: pulumi.Input<string>;
|
|
292
324
|
/**
|
|
293
|
-
* A set of global filters used to exclude patches from the baseline.
|
|
325
|
+
* A set of global filters used to exclude patches from the baseline.
|
|
326
|
+
* Up to 4 global filters can be specified using Key/Value pairs.
|
|
327
|
+
* Valid Keys are `PRODUCT`, `CLASSIFICATION`, `MSRC_SEVERITY`, and `PATCH_ID`.
|
|
294
328
|
*/
|
|
295
329
|
globalFilters?: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineGlobalFilter>[]>;
|
|
296
330
|
/**
|
|
@@ -298,7 +332,22 @@ export interface PatchBaselineState {
|
|
|
298
332
|
*/
|
|
299
333
|
name?: pulumi.Input<string>;
|
|
300
334
|
/**
|
|
301
|
-
*
|
|
335
|
+
* The operating system the patch baseline applies to.
|
|
336
|
+
* Valid values are
|
|
337
|
+
* `AMAZON_LINUX`,
|
|
338
|
+
* `AMAZON_LINUX_2`,
|
|
339
|
+
* `AMAZON_LINUX_2022`,
|
|
340
|
+
* `CENTOS`,
|
|
341
|
+
* `DEBIAN`,
|
|
342
|
+
* `MACOS`,
|
|
343
|
+
* `ORACLE_LINUX`,
|
|
344
|
+
* `RASPBIAN`,
|
|
345
|
+
* `REDHAT_ENTERPRISE_LINUX`,
|
|
346
|
+
* `ROCKY_LINUX`,
|
|
347
|
+
* `SUSE`,
|
|
348
|
+
* `UBUNTU`, and
|
|
349
|
+
* `WINDOWS`.
|
|
350
|
+
* The default value is `WINDOWS`.
|
|
302
351
|
*/
|
|
303
352
|
operatingSystem?: pulumi.Input<string>;
|
|
304
353
|
/**
|
|
@@ -306,15 +355,18 @@ export interface PatchBaselineState {
|
|
|
306
355
|
*/
|
|
307
356
|
rejectedPatches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
308
357
|
/**
|
|
309
|
-
* The action for Patch Manager to take on patches included in the `rejectedPatches` list.
|
|
358
|
+
* The action for Patch Manager to take on patches included in the `rejectedPatches` list.
|
|
359
|
+
* Valid values are `ALLOW_AS_DEPENDENCY` and `BLOCK`.
|
|
310
360
|
*/
|
|
311
361
|
rejectedPatchesAction?: pulumi.Input<string>;
|
|
312
362
|
/**
|
|
313
|
-
* Configuration block
|
|
363
|
+
* Configuration block with alternate sources for patches.
|
|
364
|
+
* Applies to Linux instances only.
|
|
365
|
+
* See `source` below.
|
|
314
366
|
*/
|
|
315
367
|
sources?: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineSource>[]>;
|
|
316
368
|
/**
|
|
317
|
-
* A map of tags to assign to the resource.
|
|
369
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
318
370
|
*/
|
|
319
371
|
tags?: pulumi.Input<{
|
|
320
372
|
[key: string]: pulumi.Input<string>;
|
|
@@ -331,19 +383,26 @@ export interface PatchBaselineState {
|
|
|
331
383
|
*/
|
|
332
384
|
export interface PatchBaselineArgs {
|
|
333
385
|
/**
|
|
334
|
-
* A set of rules used to include patches in the baseline.
|
|
386
|
+
* A set of rules used to include patches in the baseline.
|
|
387
|
+
* Up to 10 approval rules can be specified.
|
|
388
|
+
* See `approvalRule` below.
|
|
335
389
|
*/
|
|
336
390
|
approvalRules?: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineApprovalRule>[]>;
|
|
337
391
|
/**
|
|
338
392
|
* A list of explicitly approved patches for the baseline.
|
|
393
|
+
* Cannot be specified with `approvalRule`.
|
|
339
394
|
*/
|
|
340
395
|
approvedPatches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
341
396
|
/**
|
|
342
|
-
*
|
|
397
|
+
* The compliance level for approved patches.
|
|
398
|
+
* This means that if an approved patch is reported as missing, this is the severity of the compliance violation.
|
|
399
|
+
* Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, `UNSPECIFIED`.
|
|
400
|
+
* The default value is `UNSPECIFIED`.
|
|
343
401
|
*/
|
|
344
402
|
approvedPatchesComplianceLevel?: pulumi.Input<string>;
|
|
345
403
|
/**
|
|
346
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.
|
|
404
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the instances.
|
|
405
|
+
* Applies to Linux instances only.
|
|
347
406
|
*/
|
|
348
407
|
approvedPatchesEnableNonSecurity?: pulumi.Input<boolean>;
|
|
349
408
|
/**
|
|
@@ -351,7 +410,9 @@ export interface PatchBaselineArgs {
|
|
|
351
410
|
*/
|
|
352
411
|
description?: pulumi.Input<string>;
|
|
353
412
|
/**
|
|
354
|
-
* A set of global filters used to exclude patches from the baseline.
|
|
413
|
+
* A set of global filters used to exclude patches from the baseline.
|
|
414
|
+
* Up to 4 global filters can be specified using Key/Value pairs.
|
|
415
|
+
* Valid Keys are `PRODUCT`, `CLASSIFICATION`, `MSRC_SEVERITY`, and `PATCH_ID`.
|
|
355
416
|
*/
|
|
356
417
|
globalFilters?: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineGlobalFilter>[]>;
|
|
357
418
|
/**
|
|
@@ -359,7 +420,22 @@ export interface PatchBaselineArgs {
|
|
|
359
420
|
*/
|
|
360
421
|
name?: pulumi.Input<string>;
|
|
361
422
|
/**
|
|
362
|
-
*
|
|
423
|
+
* The operating system the patch baseline applies to.
|
|
424
|
+
* Valid values are
|
|
425
|
+
* `AMAZON_LINUX`,
|
|
426
|
+
* `AMAZON_LINUX_2`,
|
|
427
|
+
* `AMAZON_LINUX_2022`,
|
|
428
|
+
* `CENTOS`,
|
|
429
|
+
* `DEBIAN`,
|
|
430
|
+
* `MACOS`,
|
|
431
|
+
* `ORACLE_LINUX`,
|
|
432
|
+
* `RASPBIAN`,
|
|
433
|
+
* `REDHAT_ENTERPRISE_LINUX`,
|
|
434
|
+
* `ROCKY_LINUX`,
|
|
435
|
+
* `SUSE`,
|
|
436
|
+
* `UBUNTU`, and
|
|
437
|
+
* `WINDOWS`.
|
|
438
|
+
* The default value is `WINDOWS`.
|
|
363
439
|
*/
|
|
364
440
|
operatingSystem?: pulumi.Input<string>;
|
|
365
441
|
/**
|
|
@@ -367,15 +443,18 @@ export interface PatchBaselineArgs {
|
|
|
367
443
|
*/
|
|
368
444
|
rejectedPatches?: pulumi.Input<pulumi.Input<string>[]>;
|
|
369
445
|
/**
|
|
370
|
-
* The action for Patch Manager to take on patches included in the `rejectedPatches` list.
|
|
446
|
+
* The action for Patch Manager to take on patches included in the `rejectedPatches` list.
|
|
447
|
+
* Valid values are `ALLOW_AS_DEPENDENCY` and `BLOCK`.
|
|
371
448
|
*/
|
|
372
449
|
rejectedPatchesAction?: pulumi.Input<string>;
|
|
373
450
|
/**
|
|
374
|
-
* Configuration block
|
|
451
|
+
* Configuration block with alternate sources for patches.
|
|
452
|
+
* Applies to Linux instances only.
|
|
453
|
+
* See `source` below.
|
|
375
454
|
*/
|
|
376
455
|
sources?: pulumi.Input<pulumi.Input<inputs.ssm.PatchBaselineSource>[]>;
|
|
377
456
|
/**
|
|
378
|
-
* A map of tags to assign to the resource.
|
|
457
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
379
458
|
*/
|
|
380
459
|
tags?: pulumi.Input<{
|
|
381
460
|
[key: string]: pulumi.Input<string>;
|
package/ssm/patchBaseline.js
CHANGED
|
@@ -6,15 +6,16 @@ exports.PatchBaseline = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides an SSM Patch Baseline resource
|
|
9
|
+
* Provides an SSM Patch Baseline resource.
|
|
10
10
|
*
|
|
11
11
|
* > **NOTE on Patch Baselines:** The `approvedPatches` and `approvalRule` are
|
|
12
12
|
* both marked as optional fields, but the Patch Baseline requires that at least one
|
|
13
13
|
* of them is specified.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
|
+
* ### Basic Usage
|
|
16
17
|
*
|
|
17
|
-
*
|
|
18
|
+
* Using `approvedPatches` only.
|
|
18
19
|
*
|
|
19
20
|
* ```typescript
|
|
20
21
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -24,8 +25,7 @@ const utilities = require("../utilities");
|
|
|
24
25
|
* approvedPatches: ["KB123456"],
|
|
25
26
|
* });
|
|
26
27
|
* ```
|
|
27
|
-
*
|
|
28
|
-
* Advanced usage, specifying patch filters
|
|
28
|
+
* ### Advanced Usage, specifying patch filters
|
|
29
29
|
*
|
|
30
30
|
* ```typescript
|
|
31
31
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -89,8 +89,7 @@ const utilities = require("../utilities");
|
|
|
89
89
|
* rejectedPatches: ["KB987654"],
|
|
90
90
|
* });
|
|
91
91
|
* ```
|
|
92
|
-
*
|
|
93
|
-
* Advanced usage, specifying Microsoft application and Windows patch rules
|
|
92
|
+
* ### Advanced usage, specifying Microsoft application and Windows patch rules
|
|
94
93
|
*
|
|
95
94
|
* ```typescript
|
|
96
95
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -139,8 +138,7 @@ const utilities = require("../utilities");
|
|
|
139
138
|
* operatingSystem: "WINDOWS",
|
|
140
139
|
* });
|
|
141
140
|
* ```
|
|
142
|
-
*
|
|
143
|
-
* Advanced usage, specifying alternate patch source repository
|
|
141
|
+
* ### Advanced usage, specifying alternate patch source repository
|
|
144
142
|
*
|
|
145
143
|
* ```typescript
|
|
146
144
|
* import * as pulumi from "@pulumi/pulumi";
|
package/ssm/patchBaseline.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patchBaseline.js","sourceRoot":"","sources":["../../ssm/patchBaseline.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"patchBaseline.js","sourceRoot":"","sources":["../../ssm/patchBaseline.ts"],"names":[],"mappings":"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"}
|
package/swf/domain.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
55
55
|
/**
|
|
56
56
|
* Creates a unique name beginning with the specified prefix. Conflicts with `name`.
|
|
57
57
|
*/
|
|
58
|
-
readonly namePrefix: pulumi.Output<string
|
|
58
|
+
readonly namePrefix: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
60
60
|
* 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.
|
|
61
61
|
*/
|
package/transfer/workflow.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
* Provides a AWS Transfer Workflow resource.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
|
+
* ### Basic single step example
|
|
8
9
|
*
|
|
9
10
|
* ```typescript
|
|
10
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -20,6 +21,35 @@ import * as outputs from "../types/output";
|
|
|
20
21
|
* }],
|
|
21
22
|
* });
|
|
22
23
|
* ```
|
|
24
|
+
* ### Multistep example
|
|
25
|
+
*
|
|
26
|
+
* ```typescript
|
|
27
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
28
|
+
* import * as aws from "@pulumi/aws";
|
|
29
|
+
*
|
|
30
|
+
* const example = new aws.transfer.Workflow("example", {steps: [
|
|
31
|
+
* {
|
|
32
|
+
* customStepDetails: {
|
|
33
|
+
* name: "example",
|
|
34
|
+
* sourceFileLocation: original.file,
|
|
35
|
+
* target: aws_lambda_function.example.arn,
|
|
36
|
+
* timeoutSeconds: 60,
|
|
37
|
+
* },
|
|
38
|
+
* type: "CUSTOM",
|
|
39
|
+
* },
|
|
40
|
+
* {
|
|
41
|
+
* tagStepDetails: {
|
|
42
|
+
* name: "example",
|
|
43
|
+
* sourceFileLocation: original.file,
|
|
44
|
+
* tags: [{
|
|
45
|
+
* key: "Name",
|
|
46
|
+
* value: "Hello World",
|
|
47
|
+
* }],
|
|
48
|
+
* },
|
|
49
|
+
* type: "TAG",
|
|
50
|
+
* },
|
|
51
|
+
* ]});
|
|
52
|
+
* ```
|
|
23
53
|
*
|
|
24
54
|
* ## Import
|
|
25
55
|
*
|
package/transfer/workflow.js
CHANGED
|
@@ -9,6 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Provides a AWS Transfer Workflow resource.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
|
+
* ### Basic single step example
|
|
12
13
|
*
|
|
13
14
|
* ```typescript
|
|
14
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -24,6 +25,35 @@ const utilities = require("../utilities");
|
|
|
24
25
|
* }],
|
|
25
26
|
* });
|
|
26
27
|
* ```
|
|
28
|
+
* ### Multistep example
|
|
29
|
+
*
|
|
30
|
+
* ```typescript
|
|
31
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
+
* import * as aws from "@pulumi/aws";
|
|
33
|
+
*
|
|
34
|
+
* const example = new aws.transfer.Workflow("example", {steps: [
|
|
35
|
+
* {
|
|
36
|
+
* customStepDetails: {
|
|
37
|
+
* name: "example",
|
|
38
|
+
* sourceFileLocation: original.file,
|
|
39
|
+
* target: aws_lambda_function.example.arn,
|
|
40
|
+
* timeoutSeconds: 60,
|
|
41
|
+
* },
|
|
42
|
+
* type: "CUSTOM",
|
|
43
|
+
* },
|
|
44
|
+
* {
|
|
45
|
+
* tagStepDetails: {
|
|
46
|
+
* name: "example",
|
|
47
|
+
* sourceFileLocation: original.file,
|
|
48
|
+
* tags: [{
|
|
49
|
+
* key: "Name",
|
|
50
|
+
* value: "Hello World",
|
|
51
|
+
* }],
|
|
52
|
+
* },
|
|
53
|
+
* type: "TAG",
|
|
54
|
+
* },
|
|
55
|
+
* ]});
|
|
56
|
+
* ```
|
|
27
57
|
*
|
|
28
58
|
* ## Import
|
|
29
59
|
*
|
package/transfer/workflow.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../transfer/workflow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../transfer/workflow.ts"],"names":[],"mappings":"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"}
|