@pulumi/aws 6.6.0 → 6.6.1
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/cleanrooms/configuredTable.d.ts +2 -2
- package/cleanrooms/configuredTable.js +2 -2
- package/cloudfront/distribution.d.ts +3 -3
- package/codecatalyst/devEnvironment.d.ts +1 -1
- package/codecatalyst/devEnvironment.js +1 -1
- package/codecatalyst/project.d.ts +1 -1
- package/codecatalyst/project.js +1 -1
- package/dms/endpoint.d.ts +1 -3
- package/dms/endpoint.js +1 -3
- package/dms/endpoint.js.map +1 -1
- package/docdb/globalCluster.d.ts +1 -1
- package/docdb/globalCluster.js +1 -1
- package/ec2/amiCopy.d.ts +3 -3
- package/ec2/spotInstanceRequest.d.ts +6 -6
- package/ec2/vpcPeeringConnectionAccepter.d.ts +1 -1
- package/ec2/vpcPeeringConnectionAccepter.js +1 -1
- package/emr/cluster.d.ts +1 -1
- package/emr/cluster.js +1 -1
- package/fsx/lustreFileSystem.d.ts +1 -1
- package/fsx/lustreFileSystem.js +1 -1
- package/fsx/ontapFileSystem.d.ts +1 -1
- package/fsx/ontapFileSystem.js +1 -1
- package/fsx/ontapStorageVirtualMachine.d.ts +1 -1
- package/fsx/ontapStorageVirtualMachine.js +1 -1
- package/fsx/openZfsFileSystem.d.ts +1 -1
- package/fsx/openZfsFileSystem.js +1 -1
- package/fsx/windowsFileSystem.d.ts +1 -1
- package/fsx/windowsFileSystem.js +1 -1
- package/getDefaultTags.d.ts +2 -2
- package/getDefaultTags.js +2 -2
- package/iam/getSessionContext.d.ts +4 -4
- package/iam/getSessionContext.js +2 -2
- package/iam/rolePolicyAttachment.d.ts +1 -1
- package/iam/rolePolicyAttachment.js +1 -1
- package/iam/userLoginProfile.d.ts +1 -1
- package/iam/userLoginProfile.js +1 -1
- package/licensemanager/licenseConfiguration.d.ts +1 -1
- package/licensemanager/licenseConfiguration.js +1 -1
- package/lightsail/bucket.d.ts +3 -3
- package/neptune/globalCluster.d.ts +1 -1
- package/neptune/globalCluster.js +1 -1
- package/organizations/account.d.ts +1 -1
- package/organizations/account.js +1 -1
- package/package.json +1 -1
- package/pinpoint/app.d.ts +3 -3
- package/ram/resourceShareAccepter.d.ts +1 -1
- package/ram/resourceShareAccepter.js +1 -1
- package/rds/clusterParameterGroup.d.ts +3 -3
- package/rds/globalCluster.d.ts +1 -1
- package/rds/globalCluster.js +1 -1
- package/route53/zoneAssociation.d.ts +3 -3
- package/route53/zoneAssociation.js +3 -3
- package/s3/bucketLifecycleConfigurationV2.d.ts +1 -1
- package/s3/bucketLifecycleConfigurationV2.js +1 -1
- package/scheduler/schedule.d.ts +2 -2
- package/securityhub/organizationConfiguration.d.ts +2 -2
- package/securityhub/organizationConfiguration.js +2 -2
- package/securityhub/standardsControl.d.ts +2 -2
- package/securityhub/standardsControl.js +2 -2
- package/ssm/document.d.ts +1 -1
- package/ssm/document.js +1 -1
- package/storagegateway/gateway.d.ts +1 -1
- package/storagegateway/gateway.js +1 -1
- package/types/input.d.ts +280 -356
- package/types/output.d.ts +280 -356
|
@@ -18,13 +18,13 @@ import * as outputs from "../types/output";
|
|
|
18
18
|
* "column3",
|
|
19
19
|
* ],
|
|
20
20
|
* analysisMethod: "DIRECT_QUERY",
|
|
21
|
-
* description: "I made this table with
|
|
21
|
+
* description: "I made this table with Pulumi!",
|
|
22
22
|
* tableReference: {
|
|
23
23
|
* databaseName: "example_database",
|
|
24
24
|
* tableName: "example_table",
|
|
25
25
|
* },
|
|
26
26
|
* tags: {
|
|
27
|
-
* Project: "
|
|
27
|
+
* Project: "Pulumi",
|
|
28
28
|
* },
|
|
29
29
|
* });
|
|
30
30
|
* ```
|
|
@@ -22,13 +22,13 @@ const utilities = require("../utilities");
|
|
|
22
22
|
* "column3",
|
|
23
23
|
* ],
|
|
24
24
|
* analysisMethod: "DIRECT_QUERY",
|
|
25
|
-
* description: "I made this table with
|
|
25
|
+
* description: "I made this table with Pulumi!",
|
|
26
26
|
* tableReference: {
|
|
27
27
|
* databaseName: "example_database",
|
|
28
28
|
* tableName: "example_table",
|
|
29
29
|
* },
|
|
30
30
|
* tags: {
|
|
31
|
-
* Project: "
|
|
31
|
+
* Project: "Pulumi",
|
|
32
32
|
* },
|
|
33
33
|
* });
|
|
34
34
|
* ```
|
|
@@ -301,7 +301,7 @@ export declare class Distribution extends pulumi.CustomResource {
|
|
|
301
301
|
*/
|
|
302
302
|
readonly domainName: pulumi.Output<string>;
|
|
303
303
|
/**
|
|
304
|
-
* Whether
|
|
304
|
+
* Whether Origin Shield is enabled.
|
|
305
305
|
*/
|
|
306
306
|
readonly enabled: pulumi.Output<boolean>;
|
|
307
307
|
/**
|
|
@@ -448,7 +448,7 @@ export interface DistributionState {
|
|
|
448
448
|
*/
|
|
449
449
|
domainName?: pulumi.Input<string>;
|
|
450
450
|
/**
|
|
451
|
-
* Whether
|
|
451
|
+
* Whether Origin Shield is enabled.
|
|
452
452
|
*/
|
|
453
453
|
enabled?: pulumi.Input<boolean>;
|
|
454
454
|
/**
|
|
@@ -575,7 +575,7 @@ export interface DistributionArgs {
|
|
|
575
575
|
*/
|
|
576
576
|
defaultRootObject?: pulumi.Input<string>;
|
|
577
577
|
/**
|
|
578
|
-
* Whether
|
|
578
|
+
* Whether Origin Shield is enabled.
|
|
579
579
|
*/
|
|
580
580
|
enabled: pulumi.Input<boolean>;
|
|
581
581
|
/**
|
|
@@ -10,7 +10,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
* import * as aws from "@pulumi/aws";
|
|
11
11
|
*
|
|
12
12
|
* const test = new aws.codecatalyst.Project("test", {
|
|
13
|
-
* description: "My CodeCatalyst Project created using
|
|
13
|
+
* description: "My CodeCatalyst Project created using Pulumi",
|
|
14
14
|
* displayName: "MyProject",
|
|
15
15
|
* spaceName: "myproject",
|
|
16
16
|
* });
|
package/codecatalyst/project.js
CHANGED
|
@@ -16,7 +16,7 @@ const utilities = require("../utilities");
|
|
|
16
16
|
* import * as aws from "@pulumi/aws";
|
|
17
17
|
*
|
|
18
18
|
* const test = new aws.codecatalyst.Project("test", {
|
|
19
|
-
* description: "My CodeCatalyst Project created using
|
|
19
|
+
* description: "My CodeCatalyst Project created using Pulumi",
|
|
20
20
|
* displayName: "MyProject",
|
|
21
21
|
* spaceName: "myproject",
|
|
22
22
|
* });
|
package/dms/endpoint.d.ts
CHANGED
|
@@ -4,9 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported.
|
|
6
6
|
*
|
|
7
|
-
* > **Note:** All arguments including the password will be stored in the raw state as plain-text.
|
|
8
|
-
*
|
|
9
|
-
* > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
|
|
7
|
+
* > **Note:** All arguments including the password will be stored in the raw state as plain-text. > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
|
|
10
8
|
*
|
|
11
9
|
* ## Example Usage
|
|
12
10
|
*
|
package/dms/endpoint.js
CHANGED
|
@@ -8,9 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported.
|
|
10
10
|
*
|
|
11
|
-
* > **Note:** All arguments including the password will be stored in the raw state as plain-text.
|
|
12
|
-
*
|
|
13
|
-
* > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
|
|
11
|
+
* > **Note:** All arguments including the password will be stored in the raw state as plain-text. > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
|
|
14
12
|
*
|
|
15
13
|
* ## Example Usage
|
|
16
14
|
*
|
package/dms/endpoint.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../dms/endpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../dms/endpoint.ts"],"names":[],"mappings":"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"}
|
package/docdb/globalCluster.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ import * as outputs from "../types/output";
|
|
|
80
80
|
* ```sh
|
|
81
81
|
* $ pulumi import aws:docdb/globalCluster:GlobalCluster example example
|
|
82
82
|
* ```
|
|
83
|
-
* Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the
|
|
83
|
+
* Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
84
84
|
*/
|
|
85
85
|
export declare class GlobalCluster extends pulumi.CustomResource {
|
|
86
86
|
/**
|
package/docdb/globalCluster.js
CHANGED
|
@@ -84,7 +84,7 @@ const utilities = require("../utilities");
|
|
|
84
84
|
* ```sh
|
|
85
85
|
* $ pulumi import aws:docdb/globalCluster:GlobalCluster example example
|
|
86
86
|
* ```
|
|
87
|
-
* Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the
|
|
87
|
+
* Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
88
88
|
*/
|
|
89
89
|
class GlobalCluster extends pulumi.CustomResource {
|
|
90
90
|
/**
|
package/ec2/amiCopy.d.ts
CHANGED
|
@@ -81,7 +81,7 @@ export declare class AmiCopy extends pulumi.CustomResource {
|
|
|
81
81
|
*/
|
|
82
82
|
readonly enaSupport: pulumi.Output<boolean>;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
|
|
85
85
|
*/
|
|
86
86
|
readonly encrypted: pulumi.Output<boolean | undefined>;
|
|
87
87
|
/**
|
|
@@ -215,7 +215,7 @@ export interface AmiCopyState {
|
|
|
215
215
|
*/
|
|
216
216
|
enaSupport?: pulumi.Input<boolean>;
|
|
217
217
|
/**
|
|
218
|
-
*
|
|
218
|
+
* Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
|
|
219
219
|
*/
|
|
220
220
|
encrypted?: pulumi.Input<boolean>;
|
|
221
221
|
/**
|
|
@@ -325,7 +325,7 @@ export interface AmiCopyArgs {
|
|
|
325
325
|
*/
|
|
326
326
|
ebsBlockDevices?: pulumi.Input<pulumi.Input<inputs.ec2.AmiCopyEbsBlockDevice>[]>;
|
|
327
327
|
/**
|
|
328
|
-
*
|
|
328
|
+
* Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
|
|
329
329
|
*/
|
|
330
330
|
encrypted?: pulumi.Input<boolean>;
|
|
331
331
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class SpotInstanceRequest extends pulumi.CustomResource {
|
|
|
155
155
|
*/
|
|
156
156
|
readonly instanceInitiatedShutdownBehavior: pulumi.Output<string>;
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
|
|
159
159
|
*/
|
|
160
160
|
readonly instanceInterruptionBehavior: pulumi.Output<string | undefined>;
|
|
161
161
|
readonly instanceState: pulumi.Output<string>;
|
|
@@ -317,7 +317,7 @@ export declare class SpotInstanceRequest extends pulumi.CustomResource {
|
|
|
317
317
|
*/
|
|
318
318
|
readonly validFrom: pulumi.Output<string>;
|
|
319
319
|
/**
|
|
320
|
-
* The end date of the request, in UTC format
|
|
320
|
+
* The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.
|
|
321
321
|
*/
|
|
322
322
|
readonly validUntil: pulumi.Output<string>;
|
|
323
323
|
/**
|
|
@@ -445,7 +445,7 @@ export interface SpotInstanceRequestState {
|
|
|
445
445
|
*/
|
|
446
446
|
instanceInitiatedShutdownBehavior?: pulumi.Input<string>;
|
|
447
447
|
/**
|
|
448
|
-
*
|
|
448
|
+
* Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
|
|
449
449
|
*/
|
|
450
450
|
instanceInterruptionBehavior?: pulumi.Input<string>;
|
|
451
451
|
instanceState?: pulumi.Input<string>;
|
|
@@ -607,7 +607,7 @@ export interface SpotInstanceRequestState {
|
|
|
607
607
|
*/
|
|
608
608
|
validFrom?: pulumi.Input<string>;
|
|
609
609
|
/**
|
|
610
|
-
* The end date of the request, in UTC format
|
|
610
|
+
* The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.
|
|
611
611
|
*/
|
|
612
612
|
validUntil?: pulumi.Input<string>;
|
|
613
613
|
/**
|
|
@@ -726,7 +726,7 @@ export interface SpotInstanceRequestArgs {
|
|
|
726
726
|
*/
|
|
727
727
|
instanceInitiatedShutdownBehavior?: pulumi.Input<string>;
|
|
728
728
|
/**
|
|
729
|
-
*
|
|
729
|
+
* Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
|
|
730
730
|
*/
|
|
731
731
|
instanceInterruptionBehavior?: pulumi.Input<string>;
|
|
732
732
|
/**
|
|
@@ -844,7 +844,7 @@ export interface SpotInstanceRequestArgs {
|
|
|
844
844
|
*/
|
|
845
845
|
validFrom?: pulumi.Input<string>;
|
|
846
846
|
/**
|
|
847
|
-
* The end date of the request, in UTC format
|
|
847
|
+
* The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.
|
|
848
848
|
*/
|
|
849
849
|
validUntil?: pulumi.Input<string>;
|
|
850
850
|
/**
|
|
@@ -54,7 +54,7 @@ import * as outputs from "../types/output";
|
|
|
54
54
|
* ```sh
|
|
55
55
|
* $ pulumi import aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter example pcx-12345678
|
|
56
56
|
* ```
|
|
57
|
-
* Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the
|
|
57
|
+
* Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
58
58
|
*/
|
|
59
59
|
export declare class VpcPeeringConnectionAccepter extends pulumi.CustomResource {
|
|
60
60
|
/**
|
|
@@ -58,7 +58,7 @@ const utilities = require("../utilities");
|
|
|
58
58
|
* ```sh
|
|
59
59
|
* $ pulumi import aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter example pcx-12345678
|
|
60
60
|
* ```
|
|
61
|
-
* Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the
|
|
61
|
+
* Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
62
62
|
*/
|
|
63
63
|
class VpcPeeringConnectionAccepter extends pulumi.CustomResource {
|
|
64
64
|
/**
|
package/emr/cluster.d.ts
CHANGED
|
@@ -269,7 +269,7 @@ import * as outputs from "../types/output";
|
|
|
269
269
|
* ```sh
|
|
270
270
|
* $ pulumi import aws:emr/cluster:Cluster cluster j-123456ABCDEF
|
|
271
271
|
* ```
|
|
272
|
-
* Since the API does not return the actual values for Kerberos configurations, environments with those
|
|
272
|
+
* Since the API does not return the actual values for Kerberos configurations, environments with those options set will need to use the `lifecycle` configuration block `ignore_changes` argument available to all Pulumi resources to prevent perpetual differences. For example:
|
|
273
273
|
*/
|
|
274
274
|
export declare class Cluster extends pulumi.CustomResource {
|
|
275
275
|
/**
|
package/emr/cluster.js
CHANGED
|
@@ -273,7 +273,7 @@ const utilities = require("../utilities");
|
|
|
273
273
|
* ```sh
|
|
274
274
|
* $ pulumi import aws:emr/cluster:Cluster cluster j-123456ABCDEF
|
|
275
275
|
* ```
|
|
276
|
-
* Since the API does not return the actual values for Kerberos configurations, environments with those
|
|
276
|
+
* Since the API does not return the actual values for Kerberos configurations, environments with those options set will need to use the `lifecycle` configuration block `ignore_changes` argument available to all Pulumi resources to prevent perpetual differences. For example:
|
|
277
277
|
*/
|
|
278
278
|
class Cluster extends pulumi.CustomResource {
|
|
279
279
|
/**
|
|
@@ -26,7 +26,7 @@ import * as outputs from "../types/output";
|
|
|
26
26
|
* ```sh
|
|
27
27
|
* $ pulumi import aws:fsx/lustreFileSystem:LustreFileSystem example fs-543ab12b1ca672f33
|
|
28
28
|
* ```
|
|
29
|
-
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the
|
|
29
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
30
30
|
*/
|
|
31
31
|
export declare class LustreFileSystem extends pulumi.CustomResource {
|
|
32
32
|
/**
|
package/fsx/lustreFileSystem.js
CHANGED
|
@@ -30,7 +30,7 @@ const utilities = require("../utilities");
|
|
|
30
30
|
* ```sh
|
|
31
31
|
* $ pulumi import aws:fsx/lustreFileSystem:LustreFileSystem example fs-543ab12b1ca672f33
|
|
32
32
|
* ```
|
|
33
|
-
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the
|
|
33
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
34
34
|
*/
|
|
35
35
|
class LustreFileSystem extends pulumi.CustomResource {
|
|
36
36
|
/**
|
package/fsx/ontapFileSystem.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import * as outputs from "../types/output";
|
|
|
30
30
|
* ```sh
|
|
31
31
|
* $ pulumi import aws:fsx/ontapFileSystem:OntapFileSystem example fs-543ab12b1ca672f33
|
|
32
32
|
* ```
|
|
33
|
-
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the
|
|
33
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
34
34
|
*/
|
|
35
35
|
export declare class OntapFileSystem extends pulumi.CustomResource {
|
|
36
36
|
/**
|
package/fsx/ontapFileSystem.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
34
34
|
* ```sh
|
|
35
35
|
* $ pulumi import aws:fsx/ontapFileSystem:OntapFileSystem example fs-543ab12b1ca672f33
|
|
36
36
|
* ```
|
|
37
|
-
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the
|
|
37
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
38
38
|
*/
|
|
39
39
|
class OntapFileSystem extends pulumi.CustomResource {
|
|
40
40
|
/**
|
|
@@ -46,7 +46,7 @@ import * as outputs from "../types/output";
|
|
|
46
46
|
* ```sh
|
|
47
47
|
* $ pulumi import aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine example svm-12345678abcdef123
|
|
48
48
|
* ```
|
|
49
|
-
* Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the
|
|
49
|
+
* Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
50
50
|
*/
|
|
51
51
|
export declare class OntapStorageVirtualMachine extends pulumi.CustomResource {
|
|
52
52
|
/**
|
|
@@ -50,7 +50,7 @@ const utilities = require("../utilities");
|
|
|
50
50
|
* ```sh
|
|
51
51
|
* $ pulumi import aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine example svm-12345678abcdef123
|
|
52
52
|
* ```
|
|
53
|
-
* Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the
|
|
53
|
+
* Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
54
54
|
*/
|
|
55
55
|
class OntapStorageVirtualMachine extends pulumi.CustomResource {
|
|
56
56
|
/**
|
|
@@ -26,7 +26,7 @@ import * as outputs from "../types/output";
|
|
|
26
26
|
* ```sh
|
|
27
27
|
* $ pulumi import aws:fsx/openZfsFileSystem:OpenZfsFileSystem example fs-543ab12b1ca672f33
|
|
28
28
|
* ```
|
|
29
|
-
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the
|
|
29
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
30
30
|
*/
|
|
31
31
|
export declare class OpenZfsFileSystem extends pulumi.CustomResource {
|
|
32
32
|
/**
|
package/fsx/openZfsFileSystem.js
CHANGED
|
@@ -30,7 +30,7 @@ const utilities = require("../utilities");
|
|
|
30
30
|
* ```sh
|
|
31
31
|
* $ pulumi import aws:fsx/openZfsFileSystem:OpenZfsFileSystem example fs-543ab12b1ca672f33
|
|
32
32
|
* ```
|
|
33
|
-
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the
|
|
33
|
+
* Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
34
34
|
*/
|
|
35
35
|
class OpenZfsFileSystem extends pulumi.CustomResource {
|
|
36
36
|
/**
|
|
@@ -55,7 +55,7 @@ import * as outputs from "../types/output";
|
|
|
55
55
|
* ```sh
|
|
56
56
|
* $ pulumi import aws:fsx/windowsFileSystem:WindowsFileSystem example fs-543ab12b1ca672f33
|
|
57
57
|
* ```
|
|
58
|
-
* Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the
|
|
58
|
+
* Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
59
59
|
*/
|
|
60
60
|
export declare class WindowsFileSystem extends pulumi.CustomResource {
|
|
61
61
|
/**
|
package/fsx/windowsFileSystem.js
CHANGED
|
@@ -59,7 +59,7 @@ const utilities = require("../utilities");
|
|
|
59
59
|
* ```sh
|
|
60
60
|
* $ pulumi import aws:fsx/windowsFileSystem:WindowsFileSystem example fs-543ab12b1ca672f33
|
|
61
61
|
* ```
|
|
62
|
-
* Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the
|
|
62
|
+
* Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
63
63
|
*/
|
|
64
64
|
class WindowsFileSystem extends pulumi.CustomResource {
|
|
65
65
|
/**
|
package/getDefaultTags.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Use this data source to get the default tags configured on the provider.
|
|
4
4
|
*
|
|
5
|
-
* With this data source, you can apply default tags to resources not _directly_ managed by a
|
|
5
|
+
* With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
* ### Basic Usage
|
|
@@ -36,7 +36,7 @@ export interface GetDefaultTagsResult {
|
|
|
36
36
|
/**
|
|
37
37
|
* Use this data source to get the default tags configured on the provider.
|
|
38
38
|
*
|
|
39
|
-
* With this data source, you can apply default tags to resources not _directly_ managed by a
|
|
39
|
+
* With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
|
|
40
40
|
*
|
|
41
41
|
* ## Example Usage
|
|
42
42
|
* ### Basic Usage
|
package/getDefaultTags.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Use this data source to get the default tags configured on the provider.
|
|
10
10
|
*
|
|
11
|
-
* With this data source, you can apply default tags to resources not _directly_ managed by a
|
|
11
|
+
* With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
* ### Basic Usage
|
|
@@ -31,7 +31,7 @@ exports.getDefaultTags = getDefaultTags;
|
|
|
31
31
|
/**
|
|
32
32
|
* Use this data source to get the default tags configured on the provider.
|
|
33
33
|
*
|
|
34
|
-
* With this data source, you can apply default tags to resources not _directly_ managed by a
|
|
34
|
+
* With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
|
|
35
35
|
*
|
|
36
36
|
* ## Example Usage
|
|
37
37
|
* ### Basic Usage
|
|
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
|
|
16
16
|
* });
|
|
17
17
|
* ```
|
|
18
|
-
* ### Find the
|
|
18
|
+
* ### Find the Runner's Source Role
|
|
19
19
|
*
|
|
20
20
|
* Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
|
|
21
21
|
*
|
|
@@ -37,7 +37,7 @@ export interface GetSessionContextArgs {
|
|
|
37
37
|
/**
|
|
38
38
|
* ARN for an assumed role.
|
|
39
39
|
*
|
|
40
|
-
* > If `arn` is a non-role ARN,
|
|
40
|
+
* > If `arn` is a non-role ARN, Pulumi gives no error and `issuerArn` will be equal to the `arn` value. For STS assumed-role ARNs, Pulumi gives an error if the identified IAM role does not exist.
|
|
41
41
|
*/
|
|
42
42
|
arn: string;
|
|
43
43
|
}
|
|
@@ -83,7 +83,7 @@ export interface GetSessionContextResult {
|
|
|
83
83
|
* arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
|
|
84
84
|
* });
|
|
85
85
|
* ```
|
|
86
|
-
* ### Find the
|
|
86
|
+
* ### Find the Runner's Source Role
|
|
87
87
|
*
|
|
88
88
|
* Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
|
|
89
89
|
*
|
|
@@ -105,7 +105,7 @@ export interface GetSessionContextOutputArgs {
|
|
|
105
105
|
/**
|
|
106
106
|
* ARN for an assumed role.
|
|
107
107
|
*
|
|
108
|
-
* > If `arn` is a non-role ARN,
|
|
108
|
+
* > If `arn` is a non-role ARN, Pulumi gives no error and `issuerArn` will be equal to the `arn` value. For STS assumed-role ARNs, Pulumi gives an error if the identified IAM role does not exist.
|
|
109
109
|
*/
|
|
110
110
|
arn: pulumi.Input<string>;
|
|
111
111
|
}
|
package/iam/getSessionContext.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
|
24
|
-
* ### Find the
|
|
24
|
+
* ### Find the Runner's Source Role
|
|
25
25
|
*
|
|
26
26
|
* Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
|
|
27
27
|
*
|
|
@@ -58,7 +58,7 @@ exports.getSessionContext = getSessionContext;
|
|
|
58
58
|
* arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
|
|
59
59
|
* });
|
|
60
60
|
* ```
|
|
61
|
-
* ### Find the
|
|
61
|
+
* ### Find the Runner's Source Role
|
|
62
62
|
*
|
|
63
63
|
* Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
|
|
64
64
|
*
|
|
@@ -6,7 +6,7 @@ import { Role } from "./index";
|
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE:** The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.
|
|
8
8
|
*
|
|
9
|
-
* > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and
|
|
9
|
+
* > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and Pulumi will show a permanent difference.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* > **NOTE:** The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.
|
|
12
12
|
*
|
|
13
|
-
* > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and
|
|
13
|
+
* > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and Pulumi will show a permanent difference.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import aws:iam/userLoginProfile:UserLoginProfile example myusername
|
|
30
30
|
* ```
|
|
31
|
-
* Since
|
|
31
|
+
* Since Pulumi has no method to read the PGP or password information during import, use the resource options `ignore_changes` argument to ignore them (unless you want to recreate a password). For example:
|
|
32
32
|
*/
|
|
33
33
|
export declare class UserLoginProfile extends pulumi.CustomResource {
|
|
34
34
|
/**
|
package/iam/userLoginProfile.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
34
34
|
* ```sh
|
|
35
35
|
* $ pulumi import aws:iam/userLoginProfile:UserLoginProfile example myusername
|
|
36
36
|
* ```
|
|
37
|
-
* Since
|
|
37
|
+
* Since Pulumi has no method to read the PGP or password information during import, use the resource options `ignore_changes` argument to ignore them (unless you want to recreate a password). For example:
|
|
38
38
|
*/
|
|
39
39
|
class UserLoginProfile extends pulumi.CustomResource {
|
|
40
40
|
/**
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Provides a License Manager license configuration resource.
|
|
4
4
|
*
|
|
5
|
-
* > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API
|
|
5
|
+
* > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides a License Manager license configuration resource.
|
|
10
10
|
*
|
|
11
|
-
* > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API
|
|
11
|
+
* > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
package/lightsail/bucket.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export declare class Bucket extends pulumi.CustomResource {
|
|
|
52
52
|
*/
|
|
53
53
|
readonly createdAt: pulumi.Output<string>;
|
|
54
54
|
/**
|
|
55
|
-
* Force Delete non-empty buckets using `
|
|
55
|
+
* Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
|
|
56
56
|
*/
|
|
57
57
|
readonly forceDelete: pulumi.Output<boolean | undefined>;
|
|
58
58
|
/**
|
|
@@ -112,7 +112,7 @@ export interface BucketState {
|
|
|
112
112
|
*/
|
|
113
113
|
createdAt?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
115
|
-
* Force Delete non-empty buckets using `
|
|
115
|
+
* Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
|
|
116
116
|
*/
|
|
117
117
|
forceDelete?: pulumi.Input<boolean>;
|
|
118
118
|
/**
|
|
@@ -152,7 +152,7 @@ export interface BucketArgs {
|
|
|
152
152
|
*/
|
|
153
153
|
bundleId: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
155
|
-
* Force Delete non-empty buckets using `
|
|
155
|
+
* Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
|
|
156
156
|
*/
|
|
157
157
|
forceDelete?: pulumi.Input<boolean>;
|
|
158
158
|
/**
|