@pulumi/aws 6.6.0-alpha.1697624191 → 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
|
@@ -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
|
package/scheduler/schedule.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class Schedule extends pulumi.CustomResource {
|
|
|
75
75
|
*/
|
|
76
76
|
static isInstance(obj: any): obj is Schedule;
|
|
77
77
|
/**
|
|
78
|
-
* ARN of the
|
|
78
|
+
* ARN of the SQS queue specified as the destination for the dead-letter queue.
|
|
79
79
|
*/
|
|
80
80
|
readonly arn: pulumi.Output<string>;
|
|
81
81
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class Schedule extends pulumi.CustomResource {
|
|
|
142
142
|
*/
|
|
143
143
|
export interface ScheduleState {
|
|
144
144
|
/**
|
|
145
|
-
* ARN of the
|
|
145
|
+
* ARN of the SQS queue specified as the destination for the dead-letter queue.
|
|
146
146
|
*/
|
|
147
147
|
arn?: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
@@ -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
|
/**
|