@pulumi/aws 6.6.0 → 6.7.0-alpha.1697845672
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/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/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/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 +1 -1
- package/types/output.d.ts +1 -1
|
@@ -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
|
* ```
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -81,7 +81,7 @@ import * as outputs from "../types/output";
|
|
|
81
81
|
* ```sh
|
|
82
82
|
* $ pulumi import aws:neptune/globalCluster:GlobalCluster example example
|
|
83
83
|
* ```
|
|
84
|
-
* 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
|
|
84
|
+
* 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:
|
|
85
85
|
*/
|
|
86
86
|
export declare class GlobalCluster extends pulumi.CustomResource {
|
|
87
87
|
/**
|
package/neptune/globalCluster.js
CHANGED
|
@@ -85,7 +85,7 @@ const utilities = require("../utilities");
|
|
|
85
85
|
* ```sh
|
|
86
86
|
* $ pulumi import aws:neptune/globalCluster:GlobalCluster example example
|
|
87
87
|
* ```
|
|
88
|
-
* 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
|
|
88
|
+
* 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:
|
|
89
89
|
*/
|
|
90
90
|
class GlobalCluster extends pulumi.CustomResource {
|
|
91
91
|
/**
|
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
* ```sh
|
|
23
23
|
* $ pulumi import aws:organizations/account:Account my_account 111111111111
|
|
24
24
|
* ```
|
|
25
|
-
* Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account creation. If the argument is set in the
|
|
25
|
+
* Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account 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:
|
|
26
26
|
*/
|
|
27
27
|
export declare class Account extends pulumi.CustomResource {
|
|
28
28
|
/**
|
package/organizations/account.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import aws:organizations/account:Account my_account 111111111111
|
|
30
30
|
* ```
|
|
31
|
-
* Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account creation. If the argument is set in the
|
|
31
|
+
* Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account 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:
|
|
32
32
|
*/
|
|
33
33
|
class Account extends pulumi.CustomResource {
|
|
34
34
|
/**
|
package/package.json
CHANGED
package/pinpoint/app.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ export declare class App extends pulumi.CustomResource {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly limits: pulumi.Output<outputs.pinpoint.AppLimits | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The application name. By default generated by
|
|
65
|
+
* The application name. By default generated by Pulumi
|
|
66
66
|
*/
|
|
67
67
|
readonly name: pulumi.Output<string>;
|
|
68
68
|
/**
|
|
@@ -117,7 +117,7 @@ export interface AppState {
|
|
|
117
117
|
*/
|
|
118
118
|
limits?: pulumi.Input<inputs.pinpoint.AppLimits>;
|
|
119
119
|
/**
|
|
120
|
-
* The application name. By default generated by
|
|
120
|
+
* The application name. By default generated by Pulumi
|
|
121
121
|
*/
|
|
122
122
|
name?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
@@ -156,7 +156,7 @@ export interface AppArgs {
|
|
|
156
156
|
*/
|
|
157
157
|
limits?: pulumi.Input<inputs.pinpoint.AppLimits>;
|
|
158
158
|
/**
|
|
159
|
-
* The application name. By default generated by
|
|
159
|
+
* The application name. By default generated by Pulumi
|
|
160
160
|
*/
|
|
161
161
|
name?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
@@ -6,7 +6,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
9
|
-
* This configuration provides an example of using multiple
|
|
9
|
+
* This configuration provides an example of using multiple AWS providers to configure two different AWS accounts. In the _sender_ account, the configuration creates a `aws.ram.ResourceShare` and uses a data source in the _receiver_ account to create a `aws.ram.PrincipalAssociation` resource with the _receiver's_ account ID. In the _receiver_ account, the configuration accepts the invitation to share resources with the `aws.ram.ResourceShareAccepter`.
|
|
10
10
|
*
|
|
11
11
|
* ```typescript
|
|
12
12
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -12,7 +12,7 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
15
|
-
* This configuration provides an example of using multiple
|
|
15
|
+
* This configuration provides an example of using multiple AWS providers to configure two different AWS accounts. In the _sender_ account, the configuration creates a `aws.ram.ResourceShare` and uses a data source in the _receiver_ account to create a `aws.ram.PrincipalAssociation` resource with the _receiver's_ account ID. In the _receiver_ account, the configuration accepts the invitation to share resources with the `aws.ram.ResourceShareAccepter`.
|
|
16
16
|
*
|
|
17
17
|
* ```typescript
|
|
18
18
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -58,7 +58,7 @@ export declare class ClusterParameterGroup extends pulumi.CustomResource {
|
|
|
58
58
|
*/
|
|
59
59
|
readonly arn: pulumi.Output<string>;
|
|
60
60
|
/**
|
|
61
|
-
* The description of the DB cluster parameter group. Defaults to "Managed by
|
|
61
|
+
* The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".
|
|
62
62
|
*/
|
|
63
63
|
readonly description: pulumi.Output<string>;
|
|
64
64
|
/**
|
|
@@ -109,7 +109,7 @@ export interface ClusterParameterGroupState {
|
|
|
109
109
|
*/
|
|
110
110
|
arn?: pulumi.Input<string>;
|
|
111
111
|
/**
|
|
112
|
-
* The description of the DB cluster parameter group. Defaults to "Managed by
|
|
112
|
+
* The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".
|
|
113
113
|
*/
|
|
114
114
|
description?: pulumi.Input<string>;
|
|
115
115
|
/**
|
|
@@ -148,7 +148,7 @@ export interface ClusterParameterGroupState {
|
|
|
148
148
|
*/
|
|
149
149
|
export interface ClusterParameterGroupArgs {
|
|
150
150
|
/**
|
|
151
|
-
* The description of the DB cluster parameter group. Defaults to "Managed by
|
|
151
|
+
* The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".
|
|
152
152
|
*/
|
|
153
153
|
description?: pulumi.Input<string>;
|
|
154
154
|
/**
|
package/rds/globalCluster.d.ts
CHANGED
|
@@ -178,7 +178,7 @@ import * as outputs from "../types/output";
|
|
|
178
178
|
* ```
|
|
179
179
|
* Certain resource arguments, like `force_destroy`, only exist within this provider. If the argument is set in the the provider configuration on an imported resource, This provider will show a difference on the first plan after import to update the state value. This change is safe to apply immediately so the state matches the desired configuration.
|
|
180
180
|
*
|
|
181
|
-
* 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
|
|
181
|
+
* 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:
|
|
182
182
|
*/
|
|
183
183
|
export declare class GlobalCluster extends pulumi.CustomResource {
|
|
184
184
|
/**
|
package/rds/globalCluster.js
CHANGED
|
@@ -182,7 +182,7 @@ const utilities = require("../utilities");
|
|
|
182
182
|
* ```
|
|
183
183
|
* Certain resource arguments, like `force_destroy`, only exist within this provider. If the argument is set in the the provider configuration on an imported resource, This provider will show a difference on the first plan after import to update the state value. This change is safe to apply immediately so the state matches the desired configuration.
|
|
184
184
|
*
|
|
185
|
-
* 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
|
|
185
|
+
* 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:
|
|
186
186
|
*/
|
|
187
187
|
class GlobalCluster extends pulumi.CustomResource {
|
|
188
188
|
/**
|
|
@@ -33,16 +33,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
*
|
|
34
34
|
* ## Import
|
|
35
35
|
*
|
|
36
|
-
* The VPC is _not_ in the same region where you have configured the
|
|
36
|
+
* The VPC is _not_ in the same region where you have configured the AWS Provider:
|
|
37
37
|
*
|
|
38
38
|
* __Using `pulumi import` to import__ Route 53 Hosted Zone Associations using the Hosted Zone ID and VPC ID, separated by a colon (`:`). For example:
|
|
39
39
|
*
|
|
40
|
-
* The VPC is in the same region where you have configured the
|
|
40
|
+
* The VPC is in the same region where you have configured the AWS Provider:
|
|
41
41
|
*
|
|
42
42
|
* ```sh
|
|
43
43
|
* $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678
|
|
44
44
|
* ```
|
|
45
|
-
* The VPC is _not_ in the same region where you have configured the
|
|
45
|
+
* The VPC is _not_ in the same region where you have configured the AWS Provider:
|
|
46
46
|
*
|
|
47
47
|
* ```sh
|
|
48
48
|
* $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678:us-east-2
|
|
@@ -39,16 +39,16 @@ const utilities = require("../utilities");
|
|
|
39
39
|
*
|
|
40
40
|
* ## Import
|
|
41
41
|
*
|
|
42
|
-
* The VPC is _not_ in the same region where you have configured the
|
|
42
|
+
* The VPC is _not_ in the same region where you have configured the AWS Provider:
|
|
43
43
|
*
|
|
44
44
|
* __Using `pulumi import` to import__ Route 53 Hosted Zone Associations using the Hosted Zone ID and VPC ID, separated by a colon (`:`). For example:
|
|
45
45
|
*
|
|
46
|
-
* The VPC is in the same region where you have configured the
|
|
46
|
+
* The VPC is in the same region where you have configured the AWS Provider:
|
|
47
47
|
*
|
|
48
48
|
* ```sh
|
|
49
49
|
* $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678
|
|
50
50
|
* ```
|
|
51
|
-
* The VPC is _not_ in the same region where you have configured the
|
|
51
|
+
* The VPC is _not_ in the same region where you have configured the AWS Provider:
|
|
52
52
|
*
|
|
53
53
|
* ```sh
|
|
54
54
|
* $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678:us-east-2
|
|
@@ -15,7 +15,7 @@ import * as outputs from "../types/output";
|
|
|
15
15
|
* > **NOTE:** S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws.s3.BucketLifecycleConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration.
|
|
16
16
|
*
|
|
17
17
|
* > **NOTE:** Lifecycle configurations may take some time to fully propagate to all AWS S3 systems.
|
|
18
|
-
* Running
|
|
18
|
+
* Running Pulumi operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence.
|
|
19
19
|
* See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html).
|
|
20
20
|
*
|
|
21
21
|
* ## Example Usage
|
|
@@ -19,7 +19,7 @@ const utilities = require("../utilities");
|
|
|
19
19
|
* > **NOTE:** S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws.s3.BucketLifecycleConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration.
|
|
20
20
|
*
|
|
21
21
|
* > **NOTE:** Lifecycle configurations may take some time to fully propagate to all AWS S3 systems.
|
|
22
|
-
* Running
|
|
22
|
+
* Running Pulumi operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence.
|
|
23
23
|
* See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html).
|
|
24
24
|
*
|
|
25
25
|
* ## Example Usage
|
|
@@ -2,9 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Manages the Security Hub Organization Configuration.
|
|
4
4
|
*
|
|
5
|
-
* > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with
|
|
5
|
+
* > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with Pulumi). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation
|
|
6
6
|
*
|
|
7
|
-
* > **NOTE:** This is an advanced
|
|
7
|
+
* > **NOTE:** This is an advanced AWS resource. Pulumi will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the Pulumi program.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages the Security Hub Organization Configuration.
|
|
10
10
|
*
|
|
11
|
-
* > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with
|
|
11
|
+
* > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with Pulumi). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation
|
|
12
12
|
*
|
|
13
|
-
* > **NOTE:** This is an advanced
|
|
13
|
+
* > **NOTE:** This is an advanced AWS resource. Pulumi will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the Pulumi program.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -3,8 +3,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* Disable/enable Security Hub standards control in the current region.
|
|
4
4
|
*
|
|
5
5
|
* The `aws.securityhub.StandardsControl` behaves differently from normal resources, in that
|
|
6
|
-
*
|
|
7
|
-
* into management. When you _delete_ this resource configuration,
|
|
6
|
+
* Pulumi does not _create_ this resource, but instead "adopts" it
|
|
7
|
+
* into management. When you _delete_ this resource configuration, Pulumi "abandons" resource as is and just removes it from the state.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -9,8 +9,8 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Disable/enable Security Hub standards control in the current region.
|
|
10
10
|
*
|
|
11
11
|
* The `aws.securityhub.StandardsControl` behaves differently from normal resources, in that
|
|
12
|
-
*
|
|
13
|
-
* into management. When you _delete_ this resource configuration,
|
|
12
|
+
* Pulumi does not _create_ this resource, but instead "adopts" it
|
|
13
|
+
* into management. When you _delete_ this resource configuration, Pulumi "abandons" resource as is and just removes it from the state.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
package/ssm/document.d.ts
CHANGED
|
@@ -77,7 +77,7 @@ import * as outputs from "../types/output";
|
|
|
77
77
|
* ```sh
|
|
78
78
|
* $ pulumi import aws:ssm/document:Document example example
|
|
79
79
|
* ```
|
|
80
|
-
* The `attachments_source` argument does not have an SSM API method for reading the attachment information detail after creation. If the argument is set in the
|
|
80
|
+
* The `attachments_source` argument does not have an SSM API method for reading the attachment information detail 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:
|
|
81
81
|
*/
|
|
82
82
|
export declare class Document extends pulumi.CustomResource {
|
|
83
83
|
/**
|
package/ssm/document.js
CHANGED
|
@@ -81,7 +81,7 @@ const utilities = require("../utilities");
|
|
|
81
81
|
* ```sh
|
|
82
82
|
* $ pulumi import aws:ssm/document:Document example example
|
|
83
83
|
* ```
|
|
84
|
-
* The `attachments_source` argument does not have an SSM API method for reading the attachment information detail after creation. If the argument is set in the
|
|
84
|
+
* The `attachments_source` argument does not have an SSM API method for reading the attachment information detail 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:
|
|
85
85
|
*/
|
|
86
86
|
class Document extends pulumi.CustomResource {
|
|
87
87
|
/**
|
|
@@ -107,7 +107,7 @@ import * as outputs from "../types/output";
|
|
|
107
107
|
* ```sh
|
|
108
108
|
* $ pulumi import aws:storagegateway/gateway:Gateway example arn:aws:storagegateway:us-east-1:123456789012:gateway/sgw-12345678
|
|
109
109
|
* ```
|
|
110
|
-
* Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the
|
|
110
|
+
* Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
111
111
|
*/
|
|
112
112
|
export declare class Gateway extends pulumi.CustomResource {
|
|
113
113
|
/**
|
|
@@ -111,7 +111,7 @@ const utilities = require("../utilities");
|
|
|
111
111
|
* ```sh
|
|
112
112
|
* $ pulumi import aws:storagegateway/gateway:Gateway example arn:aws:storagegateway:us-east-1:123456789012:gateway/sgw-12345678
|
|
113
113
|
* ```
|
|
114
|
-
* Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the
|
|
114
|
+
* Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
|
|
115
115
|
*/
|
|
116
116
|
class Gateway extends pulumi.CustomResource {
|
|
117
117
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -14647,7 +14647,7 @@ export declare namespace dlm {
|
|
|
14647
14647
|
/**
|
|
14648
14648
|
* A map of tag keys and their values. Any resources that match the `resourceTypes` and are tagged with _any_ of these tags will be targeted.
|
|
14649
14649
|
*
|
|
14650
|
-
* > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`.
|
|
14650
|
+
* > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. Pulumi is unable to detect this at plan time but it will fail during apply.
|
|
14651
14651
|
*/
|
|
14652
14652
|
targetTags?: pulumi.Input<{
|
|
14653
14653
|
[key: string]: pulumi.Input<string>;
|
package/types/output.d.ts
CHANGED
|
@@ -17063,7 +17063,7 @@ export declare namespace dlm {
|
|
|
17063
17063
|
/**
|
|
17064
17064
|
* A map of tag keys and their values. Any resources that match the `resourceTypes` and are tagged with _any_ of these tags will be targeted.
|
|
17065
17065
|
*
|
|
17066
|
-
* > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`.
|
|
17066
|
+
* > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. Pulumi is unable to detect this at plan time but it will fail during apply.
|
|
17067
17067
|
*/
|
|
17068
17068
|
targetTags?: {
|
|
17069
17069
|
[key: string]: string;
|