@pulumi/aws 5.17.0-alpha.1664926673 → 5.17.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/README.md +4 -5
- package/acm/certificate.d.ts +97 -11
- package/acm/certificate.js +37 -4
- package/acm/certificate.js.map +1 -1
- package/acmpca/certificate.d.ts +14 -6
- package/acmpca/certificate.js +5 -0
- package/acmpca/certificate.js.map +1 -1
- package/alb/targetGroup.d.ts +3 -3
- package/apigatewayv2/deployment.d.ts +1 -1
- package/apigatewayv2/deployment.js +1 -1
- package/apigatewayv2/integration.d.ts +1 -1
- package/apigatewayv2/integration.js +1 -1
- package/appautoscaling/policy.d.ts +8 -0
- package/appautoscaling/policy.js +2 -0
- package/appautoscaling/policy.js.map +1 -1
- package/appconfig/environment.d.ts +8 -0
- package/appconfig/environment.js.map +1 -1
- package/appconfig/getConfigurationProfile.d.ts +103 -0
- package/appconfig/getConfigurationProfile.js +40 -0
- package/appconfig/getConfigurationProfile.js.map +1 -0
- package/appconfig/getConfigurationProfiles.d.ts +41 -0
- package/appconfig/getConfigurationProfiles.js +28 -0
- package/appconfig/getConfigurationProfiles.js.map +1 -0
- package/appconfig/getEnvironment.d.ts +96 -0
- package/appconfig/getEnvironment.js +40 -0
- package/appconfig/getEnvironment.js.map +1 -0
- package/appconfig/getEnvironments.d.ts +51 -0
- package/appconfig/getEnvironments.js +38 -0
- package/appconfig/getEnvironments.js.map +1 -0
- package/appconfig/index.d.ts +12 -0
- package/appconfig/index.js +13 -1
- package/appconfig/index.js.map +1 -1
- package/applicationloadbalancing/targetGroup.d.ts +3 -3
- package/cloudfront/originRequestPolicy.d.ts +8 -0
- package/cloudfront/originRequestPolicy.js +8 -0
- package/cloudfront/originRequestPolicy.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +1 -1
- package/cloudwatch/metricStream.js +1 -1
- package/ec2/ami.d.ts +13 -0
- package/ec2/ami.js +3 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ec2/getVpcIamPoolCidrs.d.ts +51 -0
- package/ec2/getVpcIamPoolCidrs.js +28 -0
- package/ec2/getVpcIamPoolCidrs.js.map +1 -0
- package/ec2/index.d.ts +3 -0
- package/ec2/index.js +6 -3
- package/ec2/index.js.map +1 -1
- package/ec2/trafficMirrorTarget.d.ts +16 -0
- package/ec2/trafficMirrorTarget.js +6 -0
- package/ec2/trafficMirrorTarget.js.map +1 -1
- package/efs/fileSystemPolicy.d.ts +2 -2
- package/efs/fileSystemPolicy.js +2 -2
- package/eks/addon.d.ts +20 -3
- package/eks/addon.js +17 -0
- package/eks/addon.js.map +1 -1
- package/eks/cluster.d.ts +2 -0
- package/eks/cluster.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +3 -3
- package/evidently/index.d.ts +3 -0
- package/evidently/index.js +22 -0
- package/evidently/index.js.map +1 -0
- package/evidently/project.d.ts +245 -0
- package/evidently/project.js +138 -0
- package/evidently/project.js.map +1 -0
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/iam/accessKey.d.ts +3 -3
- package/identitystore/getUser.d.ts +73 -5
- package/identitystore/getUser.js +2 -1
- package/identitystore/getUser.js.map +1 -1
- package/identitystore/group.d.ts +101 -0
- package/identitystore/group.js +74 -0
- package/identitystore/group.js.map +1 -0
- package/identitystore/groupMembership.d.ts +89 -0
- package/identitystore/groupMembership.js +73 -0
- package/identitystore/groupMembership.js.map +1 -0
- package/identitystore/index.d.ts +9 -0
- package/identitystore/index.js +26 -1
- package/identitystore/index.js.map +1 -1
- package/identitystore/user.d.ts +240 -0
- package/identitystore/user.js +106 -0
- package/identitystore/user.js.map +1 -0
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/inspector2/index.d.ts +3 -0
- package/inspector2/index.js +22 -0
- package/inspector2/index.js.map +1 -0
- package/inspector2/organizationConfiguration.d.ts +74 -0
- package/inspector2/organizationConfiguration.js +70 -0
- package/inspector2/organizationConfiguration.js.map +1 -0
- package/kinesis/firehoseDeliveryStream.d.ts +1 -1
- package/kinesis/firehoseDeliveryStream.js +1 -1
- package/kms/customKeyStore.d.ts +109 -0
- package/kms/customKeyStore.js +92 -0
- package/kms/customKeyStore.js.map +1 -0
- package/kms/getCustomKeyStore.d.ts +69 -0
- package/kms/getCustomKeyStore.js +40 -0
- package/kms/getCustomKeyStore.js.map +1 -0
- package/kms/index.d.ts +6 -0
- package/kms/index.js +9 -1
- package/kms/index.js.map +1 -1
- package/kms/key.d.ts +15 -3
- package/kms/key.js +2 -0
- package/kms/key.js.map +1 -1
- package/lambda/function.d.ts +1 -1
- package/lambda/function.js +1 -1
- package/lambda/layerVersion.d.ts +1 -1
- package/lambda/layerVersion.js +1 -1
- package/lambda/permission.d.ts +1 -1
- package/lambda/permission.js +1 -1
- package/lb/targetGroup.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/ssm/parameter.d.ts +0 -2
- package/ssm/parameter.js +0 -2
- package/ssm/parameter.js.map +1 -1
- package/types/input.d.ts +36046 -833
- package/types/output.d.ts +36122 -808
- package/wafv2/ruleGroup.d.ts +14 -0
- package/wafv2/ruleGroup.js +14 -0
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAclAssociation.d.ts +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://pypi.org/project/pulumi-aws)
|
|
5
5
|
[](https://badge.fury.io/nu/pulumi.aws)
|
|
6
6
|
[](https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v5/go)
|
|
7
|
-
[](https://github.com/pulumi/pulumi-aws/blob/master/LICENSE)
|
|
8
8
|
|
|
9
9
|
# Amazon Web Services (AWS) provider
|
|
10
10
|
|
|
@@ -59,11 +59,11 @@ added to make development easier and to help avoid common mistakes, and to get s
|
|
|
59
59
|
### Serverless Functions
|
|
60
60
|
|
|
61
61
|
The `aws.lambda.CallbackFunction` class allows you to create an AWS lambda function directly out of a JavaScript/TypeScript
|
|
62
|
-
function object of the right signature.
|
|
62
|
+
function object of the right signature. This allows a Pulumi program to simply define a lambda using a simple lambda in
|
|
63
63
|
the language of choice, while having Pulumi itself do the appropriate transformation into the final AWS Lambda resource.
|
|
64
64
|
|
|
65
65
|
This makes many APIs easier to use, such as defining a Lambda to execute when an S3 Bucket is manipulated,
|
|
66
|
-
or a CloudWatch timer is fired.
|
|
66
|
+
or a CloudWatch timer is fired. To see some examples of this in action, please refer to the `examples/` directory.
|
|
67
67
|
|
|
68
68
|
The [pulumi/pulumi-cloud](https://github.com/pulumi/pulumi-cloud) repo offer higher level abstractions that build on top
|
|
69
69
|
of this underlying capability.
|
|
@@ -110,8 +110,7 @@ The following configuration points are available:
|
|
|
110
110
|
|
|
111
111
|
### Authenticating pulumi-aws via EC2 Instance Metadata?
|
|
112
112
|
|
|
113
|
-
As of pulumi-aws v3.28.1, the default behaviour for the provider [was changed](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md#3281-2021-02-10) to disable MetadataApiCheck by default. This means,
|
|
114
|
-
you need to do either of the following
|
|
113
|
+
As of pulumi-aws v3.28.1, the default behaviour for the provider [was changed](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md#3281-2021-02-10) to disable MetadataApiCheck by default. This means, you need to do either of the following
|
|
115
114
|
|
|
116
115
|
1. When using the default provider:
|
|
117
116
|
```
|
package/acm/certificate.d.ts
CHANGED
|
@@ -5,17 +5,40 @@ import * as outputs from "../types/output";
|
|
|
5
5
|
* The ACM certificate resource allows requesting and management of certificates
|
|
6
6
|
* from the Amazon Certificate Manager.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
8
|
+
* ACM certificates can be created in three ways:
|
|
9
|
+
* Amazon-issued, where AWS provides the certificate authority and automatically manages renewal;
|
|
10
|
+
* imported certificates, issued by another certificate authority;
|
|
11
|
+
* and private certificates, issued using an ACM Private Certificate Authority.
|
|
12
|
+
*
|
|
13
|
+
* ## Amazon-Issued Certificates
|
|
14
|
+
*
|
|
15
|
+
* For Amazon-issued certificates, this resource deals with requesting certificates and managing their attributes and life-cycle.
|
|
9
16
|
* This resource does not deal with validation of a certificate but can provide inputs
|
|
10
|
-
* for other resources implementing the validation.
|
|
17
|
+
* for other resources implementing the validation.
|
|
18
|
+
* It does not wait for a certificate to be issued.
|
|
11
19
|
* Use a `aws.acm.CertificateValidation` resource for this.
|
|
12
20
|
*
|
|
13
21
|
* Most commonly, this resource is used together with `aws.route53.Record` and
|
|
14
22
|
* `aws.acm.CertificateValidation` to request a DNS validated certificate,
|
|
15
23
|
* deploy the required validation records and wait for validation to complete.
|
|
16
24
|
*
|
|
17
|
-
* Domain validation through
|
|
18
|
-
*
|
|
25
|
+
* Domain validation through email is also supported but should be avoided as it requires a manual step outside of this provider.
|
|
26
|
+
*
|
|
27
|
+
* ## Certificates Imported from Other Certificate Authority
|
|
28
|
+
*
|
|
29
|
+
* Imported certificates can be used to make certificates created with an external certificate authority available for AWS services.
|
|
30
|
+
*
|
|
31
|
+
* As they are not managed by AWS, imported certificates are not eligible for automatic renewal.
|
|
32
|
+
* New certificate materials can be supplied to an existing imported certificate to update it in place.
|
|
33
|
+
*
|
|
34
|
+
* ## Private Certificates
|
|
35
|
+
*
|
|
36
|
+
* Private certificates are issued by an ACM Private Cerificate Authority, which can be created using the resource type `aws.acmpca.CertificateAuthority`.
|
|
37
|
+
*
|
|
38
|
+
* Private certificates created using this resource are eligible for managed renewal if they have been exported or associated with another AWS service.
|
|
39
|
+
* See [managed renewal documentation](https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html) for more information.
|
|
40
|
+
* By default, a certificate is valid for 395 days and the managed renewal process will start 60 days before expiration.
|
|
41
|
+
* To renew the certificate earlier than 60 days before expiration, configure `earlyRenewalDuration`.
|
|
19
42
|
*
|
|
20
43
|
* ## Example Usage
|
|
21
44
|
* ### Create Certificate
|
|
@@ -145,9 +168,19 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
145
168
|
*/
|
|
146
169
|
readonly domainName: pulumi.Output<string>;
|
|
147
170
|
/**
|
|
148
|
-
* Set of domain validation objects which can be used to complete certificate validation.
|
|
171
|
+
* Set of domain validation objects which can be used to complete certificate validation.
|
|
172
|
+
* Can have more than one element, e.g., if SANs are defined.
|
|
173
|
+
* Only set if `DNS`-validation was used.
|
|
149
174
|
*/
|
|
150
175
|
readonly domainValidationOptions: pulumi.Output<outputs.acm.CertificateDomainValidationOption[]>;
|
|
176
|
+
/**
|
|
177
|
+
* Amount of time to start automatic renewal process before expiration.
|
|
178
|
+
* Has no effect if less than 60 days.
|
|
179
|
+
* Represented by either
|
|
180
|
+
* a subset of [RFC 3339 duration](https://www.rfc-editor.org/rfc/rfc3339) supporting years, months, and days (e.g., `P90D`),
|
|
181
|
+
* or a string such as `2160h`.
|
|
182
|
+
*/
|
|
183
|
+
readonly earlyRenewalDuration: pulumi.Output<string | undefined>;
|
|
151
184
|
/**
|
|
152
185
|
* Expiration date and time of the certificate.
|
|
153
186
|
*/
|
|
@@ -160,16 +193,29 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
160
193
|
* Configuration block used to set certificate options. Detailed below.
|
|
161
194
|
*/
|
|
162
195
|
readonly options: pulumi.Output<outputs.acm.CertificateOptions | undefined>;
|
|
196
|
+
/**
|
|
197
|
+
* `true` if a Private certificate eligible for managed renewal is within the `earlyRenewalDuration` period.
|
|
198
|
+
*/
|
|
199
|
+
readonly pendingRenewal: pulumi.Output<boolean>;
|
|
163
200
|
/**
|
|
164
201
|
* Certificate's PEM-formatted private key
|
|
165
202
|
*/
|
|
166
203
|
readonly privateKey: pulumi.Output<string | undefined>;
|
|
204
|
+
/**
|
|
205
|
+
* Whether the certificate is eligible for managed renewal.
|
|
206
|
+
*/
|
|
207
|
+
readonly renewalEligibility: pulumi.Output<string>;
|
|
208
|
+
/**
|
|
209
|
+
* Contains information about the status of ACM's [managed renewal](https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html) for the certificate.
|
|
210
|
+
*/
|
|
211
|
+
readonly renewalSummaries: pulumi.Output<outputs.acm.CertificateRenewalSummary[]>;
|
|
167
212
|
/**
|
|
168
213
|
* Status of the certificate.
|
|
169
214
|
*/
|
|
170
215
|
readonly status: pulumi.Output<string>;
|
|
171
216
|
/**
|
|
172
|
-
* Set of domains that should be SANs in the issued certificate.
|
|
217
|
+
* Set of domains that should be SANs in the issued certificate.
|
|
218
|
+
* To remove all elements of a previously configured list, set this value equal to an empty list (`[]`).
|
|
173
219
|
*/
|
|
174
220
|
readonly subjectAlternativeNames: pulumi.Output<string[]>;
|
|
175
221
|
/**
|
|
@@ -185,7 +231,11 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
185
231
|
[key: string]: string;
|
|
186
232
|
}>;
|
|
187
233
|
/**
|
|
188
|
-
*
|
|
234
|
+
* Source of the certificate.
|
|
235
|
+
*/
|
|
236
|
+
readonly type: pulumi.Output<string>;
|
|
237
|
+
/**
|
|
238
|
+
* List of addresses that received a validation email. Only set if `EMAIL` validation was used.
|
|
189
239
|
*/
|
|
190
240
|
readonly validationEmails: pulumi.Output<string[]>;
|
|
191
241
|
readonly validationMethod: pulumi.Output<string>;
|
|
@@ -229,9 +279,19 @@ export interface CertificateState {
|
|
|
229
279
|
*/
|
|
230
280
|
domainName?: pulumi.Input<string>;
|
|
231
281
|
/**
|
|
232
|
-
* Set of domain validation objects which can be used to complete certificate validation.
|
|
282
|
+
* Set of domain validation objects which can be used to complete certificate validation.
|
|
283
|
+
* Can have more than one element, e.g., if SANs are defined.
|
|
284
|
+
* Only set if `DNS`-validation was used.
|
|
233
285
|
*/
|
|
234
286
|
domainValidationOptions?: pulumi.Input<pulumi.Input<inputs.acm.CertificateDomainValidationOption>[]>;
|
|
287
|
+
/**
|
|
288
|
+
* Amount of time to start automatic renewal process before expiration.
|
|
289
|
+
* Has no effect if less than 60 days.
|
|
290
|
+
* Represented by either
|
|
291
|
+
* a subset of [RFC 3339 duration](https://www.rfc-editor.org/rfc/rfc3339) supporting years, months, and days (e.g., `P90D`),
|
|
292
|
+
* or a string such as `2160h`.
|
|
293
|
+
*/
|
|
294
|
+
earlyRenewalDuration?: pulumi.Input<string>;
|
|
235
295
|
/**
|
|
236
296
|
* Expiration date and time of the certificate.
|
|
237
297
|
*/
|
|
@@ -244,16 +304,29 @@ export interface CertificateState {
|
|
|
244
304
|
* Configuration block used to set certificate options. Detailed below.
|
|
245
305
|
*/
|
|
246
306
|
options?: pulumi.Input<inputs.acm.CertificateOptions>;
|
|
307
|
+
/**
|
|
308
|
+
* `true` if a Private certificate eligible for managed renewal is within the `earlyRenewalDuration` period.
|
|
309
|
+
*/
|
|
310
|
+
pendingRenewal?: pulumi.Input<boolean>;
|
|
247
311
|
/**
|
|
248
312
|
* Certificate's PEM-formatted private key
|
|
249
313
|
*/
|
|
250
314
|
privateKey?: pulumi.Input<string>;
|
|
315
|
+
/**
|
|
316
|
+
* Whether the certificate is eligible for managed renewal.
|
|
317
|
+
*/
|
|
318
|
+
renewalEligibility?: pulumi.Input<string>;
|
|
319
|
+
/**
|
|
320
|
+
* Contains information about the status of ACM's [managed renewal](https://docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html) for the certificate.
|
|
321
|
+
*/
|
|
322
|
+
renewalSummaries?: pulumi.Input<pulumi.Input<inputs.acm.CertificateRenewalSummary>[]>;
|
|
251
323
|
/**
|
|
252
324
|
* Status of the certificate.
|
|
253
325
|
*/
|
|
254
326
|
status?: pulumi.Input<string>;
|
|
255
327
|
/**
|
|
256
|
-
* Set of domains that should be SANs in the issued certificate.
|
|
328
|
+
* Set of domains that should be SANs in the issued certificate.
|
|
329
|
+
* To remove all elements of a previously configured list, set this value equal to an empty list (`[]`).
|
|
257
330
|
*/
|
|
258
331
|
subjectAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
259
332
|
/**
|
|
@@ -269,7 +342,11 @@ export interface CertificateState {
|
|
|
269
342
|
[key: string]: pulumi.Input<string>;
|
|
270
343
|
}>;
|
|
271
344
|
/**
|
|
272
|
-
*
|
|
345
|
+
* Source of the certificate.
|
|
346
|
+
*/
|
|
347
|
+
type?: pulumi.Input<string>;
|
|
348
|
+
/**
|
|
349
|
+
* List of addresses that received a validation email. Only set if `EMAIL` validation was used.
|
|
273
350
|
*/
|
|
274
351
|
validationEmails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
275
352
|
validationMethod?: pulumi.Input<string>;
|
|
@@ -300,6 +377,14 @@ export interface CertificateArgs {
|
|
|
300
377
|
* Fully qualified domain name (FQDN) in the certificate.
|
|
301
378
|
*/
|
|
302
379
|
domainName?: pulumi.Input<string>;
|
|
380
|
+
/**
|
|
381
|
+
* Amount of time to start automatic renewal process before expiration.
|
|
382
|
+
* Has no effect if less than 60 days.
|
|
383
|
+
* Represented by either
|
|
384
|
+
* a subset of [RFC 3339 duration](https://www.rfc-editor.org/rfc/rfc3339) supporting years, months, and days (e.g., `P90D`),
|
|
385
|
+
* or a string such as `2160h`.
|
|
386
|
+
*/
|
|
387
|
+
earlyRenewalDuration?: pulumi.Input<string>;
|
|
303
388
|
/**
|
|
304
389
|
* Configuration block used to set certificate options. Detailed below.
|
|
305
390
|
*/
|
|
@@ -309,7 +394,8 @@ export interface CertificateArgs {
|
|
|
309
394
|
*/
|
|
310
395
|
privateKey?: pulumi.Input<string>;
|
|
311
396
|
/**
|
|
312
|
-
* Set of domains that should be SANs in the issued certificate.
|
|
397
|
+
* Set of domains that should be SANs in the issued certificate.
|
|
398
|
+
* To remove all elements of a previously configured list, set this value equal to an empty list (`[]`).
|
|
313
399
|
*/
|
|
314
400
|
subjectAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
315
401
|
/**
|
package/acm/certificate.js
CHANGED
|
@@ -9,17 +9,40 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* The ACM certificate resource allows requesting and management of certificates
|
|
10
10
|
* from the Amazon Certificate Manager.
|
|
11
11
|
*
|
|
12
|
-
*
|
|
12
|
+
* ACM certificates can be created in three ways:
|
|
13
|
+
* Amazon-issued, where AWS provides the certificate authority and automatically manages renewal;
|
|
14
|
+
* imported certificates, issued by another certificate authority;
|
|
15
|
+
* and private certificates, issued using an ACM Private Certificate Authority.
|
|
16
|
+
*
|
|
17
|
+
* ## Amazon-Issued Certificates
|
|
18
|
+
*
|
|
19
|
+
* For Amazon-issued certificates, this resource deals with requesting certificates and managing their attributes and life-cycle.
|
|
13
20
|
* This resource does not deal with validation of a certificate but can provide inputs
|
|
14
|
-
* for other resources implementing the validation.
|
|
21
|
+
* for other resources implementing the validation.
|
|
22
|
+
* It does not wait for a certificate to be issued.
|
|
15
23
|
* Use a `aws.acm.CertificateValidation` resource for this.
|
|
16
24
|
*
|
|
17
25
|
* Most commonly, this resource is used together with `aws.route53.Record` and
|
|
18
26
|
* `aws.acm.CertificateValidation` to request a DNS validated certificate,
|
|
19
27
|
* deploy the required validation records and wait for validation to complete.
|
|
20
28
|
*
|
|
21
|
-
* Domain validation through
|
|
22
|
-
*
|
|
29
|
+
* Domain validation through email is also supported but should be avoided as it requires a manual step outside of this provider.
|
|
30
|
+
*
|
|
31
|
+
* ## Certificates Imported from Other Certificate Authority
|
|
32
|
+
*
|
|
33
|
+
* Imported certificates can be used to make certificates created with an external certificate authority available for AWS services.
|
|
34
|
+
*
|
|
35
|
+
* As they are not managed by AWS, imported certificates are not eligible for automatic renewal.
|
|
36
|
+
* New certificate materials can be supplied to an existing imported certificate to update it in place.
|
|
37
|
+
*
|
|
38
|
+
* ## Private Certificates
|
|
39
|
+
*
|
|
40
|
+
* Private certificates are issued by an ACM Private Cerificate Authority, which can be created using the resource type `aws.acmpca.CertificateAuthority`.
|
|
41
|
+
*
|
|
42
|
+
* Private certificates created using this resource are eligible for managed renewal if they have been exported or associated with another AWS service.
|
|
43
|
+
* See [managed renewal documentation](https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html) for more information.
|
|
44
|
+
* By default, a certificate is valid for 395 days and the managed renewal process will start 60 days before expiration.
|
|
45
|
+
* To renew the certificate earlier than 60 days before expiration, configure `earlyRenewalDuration`.
|
|
23
46
|
*
|
|
24
47
|
* ## Example Usage
|
|
25
48
|
* ### Create Certificate
|
|
@@ -123,14 +146,19 @@ class Certificate extends pulumi.CustomResource {
|
|
|
123
146
|
resourceInputs["certificateChain"] = state ? state.certificateChain : undefined;
|
|
124
147
|
resourceInputs["domainName"] = state ? state.domainName : undefined;
|
|
125
148
|
resourceInputs["domainValidationOptions"] = state ? state.domainValidationOptions : undefined;
|
|
149
|
+
resourceInputs["earlyRenewalDuration"] = state ? state.earlyRenewalDuration : undefined;
|
|
126
150
|
resourceInputs["notAfter"] = state ? state.notAfter : undefined;
|
|
127
151
|
resourceInputs["notBefore"] = state ? state.notBefore : undefined;
|
|
128
152
|
resourceInputs["options"] = state ? state.options : undefined;
|
|
153
|
+
resourceInputs["pendingRenewal"] = state ? state.pendingRenewal : undefined;
|
|
129
154
|
resourceInputs["privateKey"] = state ? state.privateKey : undefined;
|
|
155
|
+
resourceInputs["renewalEligibility"] = state ? state.renewalEligibility : undefined;
|
|
156
|
+
resourceInputs["renewalSummaries"] = state ? state.renewalSummaries : undefined;
|
|
130
157
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
131
158
|
resourceInputs["subjectAlternativeNames"] = state ? state.subjectAlternativeNames : undefined;
|
|
132
159
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
133
160
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
161
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
134
162
|
resourceInputs["validationEmails"] = state ? state.validationEmails : undefined;
|
|
135
163
|
resourceInputs["validationMethod"] = state ? state.validationMethod : undefined;
|
|
136
164
|
resourceInputs["validationOptions"] = state ? state.validationOptions : undefined;
|
|
@@ -141,6 +169,7 @@ class Certificate extends pulumi.CustomResource {
|
|
|
141
169
|
resourceInputs["certificateBody"] = args ? args.certificateBody : undefined;
|
|
142
170
|
resourceInputs["certificateChain"] = args ? args.certificateChain : undefined;
|
|
143
171
|
resourceInputs["domainName"] = args ? args.domainName : undefined;
|
|
172
|
+
resourceInputs["earlyRenewalDuration"] = args ? args.earlyRenewalDuration : undefined;
|
|
144
173
|
resourceInputs["options"] = args ? args.options : undefined;
|
|
145
174
|
resourceInputs["privateKey"] = args ? args.privateKey : undefined;
|
|
146
175
|
resourceInputs["subjectAlternativeNames"] = args ? args.subjectAlternativeNames : undefined;
|
|
@@ -151,8 +180,12 @@ class Certificate extends pulumi.CustomResource {
|
|
|
151
180
|
resourceInputs["domainValidationOptions"] = undefined /*out*/;
|
|
152
181
|
resourceInputs["notAfter"] = undefined /*out*/;
|
|
153
182
|
resourceInputs["notBefore"] = undefined /*out*/;
|
|
183
|
+
resourceInputs["pendingRenewal"] = undefined /*out*/;
|
|
184
|
+
resourceInputs["renewalEligibility"] = undefined /*out*/;
|
|
185
|
+
resourceInputs["renewalSummaries"] = undefined /*out*/;
|
|
154
186
|
resourceInputs["status"] = undefined /*out*/;
|
|
155
187
|
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
188
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
156
189
|
resourceInputs["validationEmails"] = undefined /*out*/;
|
|
157
190
|
}
|
|
158
191
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/acm/certificate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../acm/certificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../acm/certificate.ts"],"names":[],"mappings":"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"}
|
package/acmpca/certificate.d.ts
CHANGED
|
@@ -4,6 +4,11 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Provides a resource to issue a certificate using AWS Certificate Manager Private Certificate Authority (ACM PCA).
|
|
6
6
|
*
|
|
7
|
+
* Certificates created using `aws.acmpca.Certificate` are not eligible for automatic renewal,
|
|
8
|
+
* and must be replaced instead.
|
|
9
|
+
* To issue a renewable certificate using an ACM PCA, create a `aws.acm.Certificate`
|
|
10
|
+
* with the parameter `certificateAuthorityArn`.
|
|
11
|
+
*
|
|
7
12
|
* ## Example Usage
|
|
8
13
|
*
|
|
9
14
|
* ## Import
|
|
@@ -47,11 +52,12 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
47
52
|
*/
|
|
48
53
|
readonly certificateSigningRequest: pulumi.Output<string>;
|
|
49
54
|
/**
|
|
50
|
-
* Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA
|
|
55
|
+
* Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA`.
|
|
51
56
|
*/
|
|
52
57
|
readonly signingAlgorithm: pulumi.Output<string>;
|
|
53
58
|
/**
|
|
54
|
-
* Template to use when issuing a certificate.
|
|
59
|
+
* Template to use when issuing a certificate.
|
|
60
|
+
* See [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html) for more information.
|
|
55
61
|
*/
|
|
56
62
|
readonly templateArn: pulumi.Output<string | undefined>;
|
|
57
63
|
/**
|
|
@@ -92,11 +98,12 @@ export interface CertificateState {
|
|
|
92
98
|
*/
|
|
93
99
|
certificateSigningRequest?: pulumi.Input<string>;
|
|
94
100
|
/**
|
|
95
|
-
* Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA
|
|
101
|
+
* Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA`.
|
|
96
102
|
*/
|
|
97
103
|
signingAlgorithm?: pulumi.Input<string>;
|
|
98
104
|
/**
|
|
99
|
-
* Template to use when issuing a certificate.
|
|
105
|
+
* Template to use when issuing a certificate.
|
|
106
|
+
* See [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html) for more information.
|
|
100
107
|
*/
|
|
101
108
|
templateArn?: pulumi.Input<string>;
|
|
102
109
|
/**
|
|
@@ -117,11 +124,12 @@ export interface CertificateArgs {
|
|
|
117
124
|
*/
|
|
118
125
|
certificateSigningRequest: pulumi.Input<string>;
|
|
119
126
|
/**
|
|
120
|
-
* Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA
|
|
127
|
+
* Algorithm to use to sign certificate requests. Valid values: `SHA256WITHRSA`, `SHA256WITHECDSA`, `SHA384WITHRSA`, `SHA384WITHECDSA`, `SHA512WITHRSA`, `SHA512WITHECDSA`.
|
|
121
128
|
*/
|
|
122
129
|
signingAlgorithm: pulumi.Input<string>;
|
|
123
130
|
/**
|
|
124
|
-
* Template to use when issuing a certificate.
|
|
131
|
+
* Template to use when issuing a certificate.
|
|
132
|
+
* See [ACM PCA Documentation](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html) for more information.
|
|
125
133
|
*/
|
|
126
134
|
templateArn?: pulumi.Input<string>;
|
|
127
135
|
/**
|
package/acmpca/certificate.js
CHANGED
|
@@ -8,6 +8,11 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides a resource to issue a certificate using AWS Certificate Manager Private Certificate Authority (ACM PCA).
|
|
10
10
|
*
|
|
11
|
+
* Certificates created using `aws.acmpca.Certificate` are not eligible for automatic renewal,
|
|
12
|
+
* and must be replaced instead.
|
|
13
|
+
* To issue a renewable certificate using an ACM PCA, create a `aws.acm.Certificate`
|
|
14
|
+
* with the parameter `certificateAuthorityArn`.
|
|
15
|
+
*
|
|
11
16
|
* ## Example Usage
|
|
12
17
|
*
|
|
13
18
|
* ## Import
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../acmpca/certificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../acmpca/certificate.ts"],"names":[],"mappings":"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"}
|
package/alb/targetGroup.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ export declare class TargetGroup extends pulumi.CustomResource {
|
|
|
135
135
|
*/
|
|
136
136
|
readonly protocol: pulumi.Output<string | undefined>;
|
|
137
137
|
/**
|
|
138
|
-
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify GRPC to send requests to targets using gRPC. Specify HTTP2 to send requests to targets using HTTP/2. The default is HTTP1
|
|
138
|
+
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1
|
|
139
139
|
*/
|
|
140
140
|
readonly protocolVersion: pulumi.Output<string>;
|
|
141
141
|
/**
|
|
@@ -236,7 +236,7 @@ export interface TargetGroupState {
|
|
|
236
236
|
*/
|
|
237
237
|
protocol?: pulumi.Input<string>;
|
|
238
238
|
/**
|
|
239
|
-
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify GRPC to send requests to targets using gRPC. Specify HTTP2 to send requests to targets using HTTP/2. The default is HTTP1
|
|
239
|
+
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1
|
|
240
240
|
*/
|
|
241
241
|
protocolVersion?: pulumi.Input<string>;
|
|
242
242
|
/**
|
|
@@ -321,7 +321,7 @@ export interface TargetGroupArgs {
|
|
|
321
321
|
*/
|
|
322
322
|
protocol?: pulumi.Input<string>;
|
|
323
323
|
/**
|
|
324
|
-
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify GRPC to send requests to targets using gRPC. Specify HTTP2 to send requests to targets using HTTP/2. The default is HTTP1
|
|
324
|
+
* Only applicable when `protocol` is `HTTP` or `HTTPS`. The protocol version. Specify `GRPC` to send requests to targets using gRPC. Specify `HTTP2` to send requests to targets using HTTP/2. The default is `HTTP1`, which sends requests to targets using HTTP/1.1
|
|
325
325
|
*/
|
|
326
326
|
protocolVersion?: pulumi.Input<string>;
|
|
327
327
|
/**
|
|
@@ -13,7 +13,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* import * as aws from "@pulumi/aws";
|
|
14
14
|
*
|
|
15
15
|
* const example = new aws.apigatewayv2.Deployment("example", {
|
|
16
|
-
* apiId:
|
|
16
|
+
* apiId: aws_apigatewayv2_api.example.id,
|
|
17
17
|
* description: "Example deployment",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
@@ -19,7 +19,7 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* import * as aws from "@pulumi/aws";
|
|
20
20
|
*
|
|
21
21
|
* const example = new aws.apigatewayv2.Deployment("example", {
|
|
22
|
-
* apiId:
|
|
22
|
+
* apiId: aws_apigatewayv2_api.example.id,
|
|
23
23
|
* description: "Example deployment",
|
|
24
24
|
* });
|
|
25
25
|
* ```
|
|
@@ -27,7 +27,7 @@ import * as outputs from "../types/output";
|
|
|
27
27
|
* code: new pulumi.asset.FileArchive("example.zip"),
|
|
28
28
|
* role: aws_iam_role.example.arn,
|
|
29
29
|
* handler: "index.handler",
|
|
30
|
-
* runtime: "
|
|
30
|
+
* runtime: "nodejs16.x",
|
|
31
31
|
* });
|
|
32
32
|
* const exampleIntegration = new aws.apigatewayv2.Integration("exampleIntegration", {
|
|
33
33
|
* apiId: aws_apigatewayv2_api.example.id,
|
|
@@ -31,7 +31,7 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* code: new pulumi.asset.FileArchive("example.zip"),
|
|
32
32
|
* role: aws_iam_role.example.arn,
|
|
33
33
|
* handler: "index.handler",
|
|
34
|
-
* runtime: "
|
|
34
|
+
* runtime: "nodejs16.x",
|
|
35
35
|
* });
|
|
36
36
|
* const exampleIntegration = new aws.apigatewayv2.Integration("exampleIntegration", {
|
|
37
37
|
* apiId: aws_apigatewayv2_api.example.id,
|
|
@@ -151,6 +151,10 @@ export declare class Policy extends pulumi.CustomResource {
|
|
|
151
151
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
152
152
|
*/
|
|
153
153
|
static isInstance(obj: any): obj is Policy;
|
|
154
|
+
/**
|
|
155
|
+
* List of CloudWatch alarm ARNs associated with the scaling policy.
|
|
156
|
+
*/
|
|
157
|
+
readonly alarmArns: pulumi.Output<string[]>;
|
|
154
158
|
/**
|
|
155
159
|
* ARN assigned by AWS to the scaling policy.
|
|
156
160
|
*/
|
|
@@ -196,6 +200,10 @@ export declare class Policy extends pulumi.CustomResource {
|
|
|
196
200
|
* Input properties used for looking up and filtering Policy resources.
|
|
197
201
|
*/
|
|
198
202
|
export interface PolicyState {
|
|
203
|
+
/**
|
|
204
|
+
* List of CloudWatch alarm ARNs associated with the scaling policy.
|
|
205
|
+
*/
|
|
206
|
+
alarmArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
199
207
|
/**
|
|
200
208
|
* ARN assigned by AWS to the scaling policy.
|
|
201
209
|
*/
|
package/appautoscaling/policy.js
CHANGED
|
@@ -145,6 +145,7 @@ class Policy extends pulumi.CustomResource {
|
|
|
145
145
|
opts = opts || {};
|
|
146
146
|
if (opts.id) {
|
|
147
147
|
const state = argsOrState;
|
|
148
|
+
resourceInputs["alarmArns"] = state ? state.alarmArns : undefined;
|
|
148
149
|
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
149
150
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
150
151
|
resourceInputs["policyType"] = state ? state.policyType : undefined;
|
|
@@ -172,6 +173,7 @@ class Policy extends pulumi.CustomResource {
|
|
|
172
173
|
resourceInputs["serviceNamespace"] = args ? args.serviceNamespace : undefined;
|
|
173
174
|
resourceInputs["stepScalingPolicyConfiguration"] = args ? args.stepScalingPolicyConfiguration : undefined;
|
|
174
175
|
resourceInputs["targetTrackingScalingPolicyConfiguration"] = args ? args.targetTrackingScalingPolicyConfiguration : undefined;
|
|
176
|
+
resourceInputs["alarmArns"] = undefined /*out*/;
|
|
175
177
|
resourceInputs["arn"] = undefined /*out*/;
|
|
176
178
|
}
|
|
177
179
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policy.js","sourceRoot":"","sources":["../../appautoscaling/policy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqIG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"policy.js","sourceRoot":"","sources":["../../appautoscaling/policy.ts"],"names":[],"mappings":"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"}
|
|
@@ -77,6 +77,10 @@ export declare class Environment extends pulumi.CustomResource {
|
|
|
77
77
|
* Name for the environment. Must be between 1 and 64 characters in length.
|
|
78
78
|
*/
|
|
79
79
|
readonly name: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* State of the environment. Possible values are `READY_FOR_DEPLOYMENT`, `DEPLOYING`, `ROLLING_BACK`
|
|
82
|
+
* or `ROLLED_BACK`.
|
|
83
|
+
*/
|
|
80
84
|
readonly state: pulumi.Output<string>;
|
|
81
85
|
/**
|
|
82
86
|
* 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.
|
|
@@ -127,6 +131,10 @@ export interface EnvironmentState {
|
|
|
127
131
|
* Name for the environment. Must be between 1 and 64 characters in length.
|
|
128
132
|
*/
|
|
129
133
|
name?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* State of the environment. Possible values are `READY_FOR_DEPLOYMENT`, `DEPLOYING`, `ROLLING_BACK`
|
|
136
|
+
* or `ROLLED_BACK`.
|
|
137
|
+
*/
|
|
130
138
|
state?: pulumi.Input<string>;
|
|
131
139
|
/**
|
|
132
140
|
* 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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../appconfig/environment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../appconfig/environment.ts"],"names":[],"mappings":"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"}
|