@pulumi/aws-native 1.50.0-alpha.1769229421 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getTieringConfiguration.d.ts +26 -0
- package/backup/getTieringConfiguration.js +28 -0
- package/backup/getTieringConfiguration.js.map +1 -0
- package/backup/index.d.ts +6 -0
- package/backup/index.js +8 -1
- package/backup/index.js.map +1 -1
- package/backup/tieringConfiguration.d.ts +50 -0
- package/backup/tieringConfiguration.js +76 -0
- package/backup/tieringConfiguration.js.map +1 -0
- package/configuration/getOrganizationConformancePack.d.ts +2 -2
- package/configuration/getOrganizationConformancePack.js +2 -2
- package/configuration/organizationConformancePack.d.ts +1 -1
- package/configuration/organizationConformancePack.js +1 -1
- package/datazone/environment.d.ts +24 -0
- package/datazone/environment.js +7 -1
- package/datazone/environment.js.map +1 -1
- package/ec2/getNatGateway.d.ts +2 -4
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/natGateway.d.ts +8 -16
- package/ec2/natGateway.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getLogging.d.ts +5 -0
- package/iot/getLogging.js.map +1 -1
- package/iot/logging.d.ts +10 -0
- package/iot/logging.js +2 -0
- package/iot/logging.js.map +1 -1
- package/mwaaserverless/getWorkflow.d.ts +34 -0
- package/mwaaserverless/getWorkflow.js +28 -0
- package/mwaaserverless/getWorkflow.js.map +1 -0
- package/mwaaserverless/index.d.ts +7 -0
- package/mwaaserverless/index.js +41 -0
- package/mwaaserverless/index.js.map +1 -0
- package/mwaaserverless/workflow.d.ts +64 -0
- package/mwaaserverless/workflow.js +92 -0
- package/mwaaserverless/workflow.js.map +1 -0
- package/opensearchserverless/collection.d.ts +3 -15
- package/opensearchserverless/collection.js.map +1 -1
- package/opensearchserverless/getCollection.d.ts +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbInstance.d.ts +6 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +3 -0
- package/rds/getDbInstance.js.map +1 -1
- package/types/enums/backup/index.d.ts +9 -0
- package/types/enums/backup/index.js +8 -1
- package/types/enums/backup/index.js.map +1 -1
- package/types/enums/bedrockagentcore/index.d.ts +17 -0
- package/types/enums/bedrockagentcore/index.js +10 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +2 -0
- package/types/enums/cleanrooms/index.js +2 -0
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +4 -2
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +11 -0
- package/types/enums/iot/index.js +8 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/mwaaserverless/index.d.ts +10 -0
- package/types/enums/mwaaserverless/index.js +14 -0
- package/types/enums/mwaaserverless/index.js.map +1 -0
- package/types/input.d.ts +94 -11
- package/types/output.d.ts +97 -11
- package/types/output.js.map +1 -1
|
@@ -69,6 +69,7 @@ export declare class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
69
69
|
* Default: None
|
|
70
70
|
*/
|
|
71
71
|
readonly defaultInstanceWarmup: pulumi.Output<number | undefined>;
|
|
72
|
+
readonly deletionProtection: pulumi.Output<string | undefined>;
|
|
72
73
|
/**
|
|
73
74
|
* The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. It can scale beyond this capacity if you configure automatic scaling.
|
|
74
75
|
* The number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity when creating the stack, the default is the minimum size of the group.
|
|
@@ -245,6 +246,7 @@ export interface AutoScalingGroupArgs {
|
|
|
245
246
|
* Default: None
|
|
246
247
|
*/
|
|
247
248
|
defaultInstanceWarmup?: pulumi.Input<number>;
|
|
249
|
+
deletionProtection?: pulumi.Input<string>;
|
|
248
250
|
/**
|
|
249
251
|
* The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. It can scale beyond this capacity if you configure automatic scaling.
|
|
250
252
|
* The number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity when creating the stack, the default is the minimum size of the group.
|
|
@@ -59,6 +59,7 @@ class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
59
59
|
resourceInputs["context"] = args?.context;
|
|
60
60
|
resourceInputs["cooldown"] = args?.cooldown;
|
|
61
61
|
resourceInputs["defaultInstanceWarmup"] = args?.defaultInstanceWarmup;
|
|
62
|
+
resourceInputs["deletionProtection"] = args?.deletionProtection;
|
|
62
63
|
resourceInputs["desiredCapacity"] = args?.desiredCapacity;
|
|
63
64
|
resourceInputs["desiredCapacityType"] = args?.desiredCapacityType;
|
|
64
65
|
resourceInputs["healthCheckGracePeriod"] = args?.healthCheckGracePeriod;
|
|
@@ -99,6 +100,7 @@ class AutoScalingGroup extends pulumi.CustomResource {
|
|
|
99
100
|
resourceInputs["context"] = undefined /*out*/;
|
|
100
101
|
resourceInputs["cooldown"] = undefined /*out*/;
|
|
101
102
|
resourceInputs["defaultInstanceWarmup"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["deletionProtection"] = undefined /*out*/;
|
|
102
104
|
resourceInputs["desiredCapacity"] = undefined /*out*/;
|
|
103
105
|
resourceInputs["desiredCapacityType"] = undefined /*out*/;
|
|
104
106
|
resourceInputs["healthCheckGracePeriod"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/autoScalingGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"autoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/autoScalingGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -57,6 +57,7 @@ export interface GetAutoScalingGroupResult {
|
|
|
57
57
|
* Default: None
|
|
58
58
|
*/
|
|
59
59
|
readonly defaultInstanceWarmup?: number;
|
|
60
|
+
readonly deletionProtection?: string;
|
|
60
61
|
/**
|
|
61
62
|
* The desired capacity is the initial capacity of the Auto Scaling group at the time of its creation and the capacity it attempts to maintain. It can scale beyond this capacity if you configure automatic scaling.
|
|
62
63
|
* The number must be greater than or equal to the minimum size of the group and less than or equal to the maximum size of the group. If you do not specify a desired capacity when creating the stack, the default is the minimum size of the group.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAutoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/getAutoScalingGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;
|
|
1
|
+
{"version":3,"file":"getAutoScalingGroup.js","sourceRoot":"","sources":["../../autoscaling/getAutoScalingGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAyKD;;;;;GAKG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
5
|
+
*/
|
|
6
|
+
export declare function getTieringConfiguration(args: GetTieringConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetTieringConfigurationResult>;
|
|
7
|
+
export interface GetTieringConfigurationArgs {
|
|
8
|
+
tieringConfigurationName: string;
|
|
9
|
+
}
|
|
10
|
+
export interface GetTieringConfigurationResult {
|
|
11
|
+
readonly backupVaultName?: string;
|
|
12
|
+
readonly creationTime?: string;
|
|
13
|
+
readonly lastUpdatedTime?: string;
|
|
14
|
+
readonly resourceSelection?: outputs.backup.TieringConfigurationResourceSelection[];
|
|
15
|
+
readonly tieringConfigurationArn?: string;
|
|
16
|
+
readonly tieringConfigurationTags?: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
22
|
+
*/
|
|
23
|
+
export declare function getTieringConfigurationOutput(args: GetTieringConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTieringConfigurationResult>;
|
|
24
|
+
export interface GetTieringConfigurationOutputArgs {
|
|
25
|
+
tieringConfigurationName: pulumi.Input<string>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getTieringConfigurationOutput = exports.getTieringConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
10
|
+
*/
|
|
11
|
+
function getTieringConfiguration(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:backup:getTieringConfiguration", {
|
|
14
|
+
"tieringConfigurationName": args.tieringConfigurationName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTieringConfiguration = getTieringConfiguration;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
20
|
+
*/
|
|
21
|
+
function getTieringConfigurationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:backup:getTieringConfiguration", {
|
|
24
|
+
"tieringConfigurationName": args.tieringConfigurationName,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTieringConfigurationOutput = getTieringConfigurationOutput;
|
|
28
|
+
//# sourceMappingURL=getTieringConfiguration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTieringConfiguration.js","sourceRoot":"","sources":["../../backup/getTieringConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAcD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
|
package/backup/index.d.ts
CHANGED
|
@@ -34,6 +34,9 @@ export declare const getRestoreTestingPlanOutput: typeof import("./getRestoreTes
|
|
|
34
34
|
export { GetRestoreTestingSelectionArgs, GetRestoreTestingSelectionResult, GetRestoreTestingSelectionOutputArgs } from "./getRestoreTestingSelection";
|
|
35
35
|
export declare const getRestoreTestingSelection: typeof import("./getRestoreTestingSelection").getRestoreTestingSelection;
|
|
36
36
|
export declare const getRestoreTestingSelectionOutput: typeof import("./getRestoreTestingSelection").getRestoreTestingSelectionOutput;
|
|
37
|
+
export { GetTieringConfigurationArgs, GetTieringConfigurationResult, GetTieringConfigurationOutputArgs } from "./getTieringConfiguration";
|
|
38
|
+
export declare const getTieringConfiguration: typeof import("./getTieringConfiguration").getTieringConfiguration;
|
|
39
|
+
export declare const getTieringConfigurationOutput: typeof import("./getTieringConfiguration").getTieringConfigurationOutput;
|
|
37
40
|
export { LogicallyAirGappedBackupVaultArgs } from "./logicallyAirGappedBackupVault";
|
|
38
41
|
export type LogicallyAirGappedBackupVault = import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault;
|
|
39
42
|
export declare const LogicallyAirGappedBackupVault: typeof import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault;
|
|
@@ -46,4 +49,7 @@ export declare const RestoreTestingPlan: typeof import("./restoreTestingPlan").R
|
|
|
46
49
|
export { RestoreTestingSelectionArgs } from "./restoreTestingSelection";
|
|
47
50
|
export type RestoreTestingSelection = import("./restoreTestingSelection").RestoreTestingSelection;
|
|
48
51
|
export declare const RestoreTestingSelection: typeof import("./restoreTestingSelection").RestoreTestingSelection;
|
|
52
|
+
export { TieringConfigurationArgs } from "./tieringConfiguration";
|
|
53
|
+
export type TieringConfiguration = import("./tieringConfiguration").TieringConfiguration;
|
|
54
|
+
export declare const TieringConfiguration: typeof import("./tieringConfiguration").TieringConfiguration;
|
|
49
55
|
export * from "../types/enums/backup";
|
package/backup/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.RestoreTestingSelection = exports.RestoreTestingPlan = exports.ReportPlan = exports.LogicallyAirGappedBackupVault = exports.getRestoreTestingSelectionOutput = exports.getRestoreTestingSelection = exports.getRestoreTestingPlanOutput = exports.getRestoreTestingPlan = exports.getReportPlanOutput = exports.getReportPlan = exports.getLogicallyAirGappedBackupVaultOutput = exports.getLogicallyAirGappedBackupVault = exports.getFrameworkOutput = exports.getFramework = exports.getBackupVaultOutput = exports.getBackupVault = exports.getBackupSelectionOutput = exports.getBackupSelection = exports.getBackupPlanOutput = exports.getBackupPlan = exports.Framework = exports.BackupVault = exports.BackupSelection = exports.BackupPlan = void 0;
|
|
19
|
+
exports.TieringConfiguration = exports.RestoreTestingSelection = exports.RestoreTestingPlan = exports.ReportPlan = exports.LogicallyAirGappedBackupVault = exports.getTieringConfigurationOutput = exports.getTieringConfiguration = exports.getRestoreTestingSelectionOutput = exports.getRestoreTestingSelection = exports.getRestoreTestingPlanOutput = exports.getRestoreTestingPlan = exports.getReportPlanOutput = exports.getReportPlan = exports.getLogicallyAirGappedBackupVaultOutput = exports.getLogicallyAirGappedBackupVault = exports.getFrameworkOutput = exports.getFramework = exports.getBackupVaultOutput = exports.getBackupVault = exports.getBackupSelectionOutput = exports.getBackupSelection = exports.getBackupPlanOutput = exports.getBackupPlan = exports.Framework = exports.BackupVault = exports.BackupSelection = exports.BackupPlan = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.BackupPlan = null;
|
|
@@ -51,6 +51,9 @@ utilities.lazyLoad(exports, ["getRestoreTestingPlan", "getRestoreTestingPlanOutp
|
|
|
51
51
|
exports.getRestoreTestingSelection = null;
|
|
52
52
|
exports.getRestoreTestingSelectionOutput = null;
|
|
53
53
|
utilities.lazyLoad(exports, ["getRestoreTestingSelection", "getRestoreTestingSelectionOutput"], () => require("./getRestoreTestingSelection"));
|
|
54
|
+
exports.getTieringConfiguration = null;
|
|
55
|
+
exports.getTieringConfigurationOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getTieringConfiguration", "getTieringConfigurationOutput"], () => require("./getTieringConfiguration"));
|
|
54
57
|
exports.LogicallyAirGappedBackupVault = null;
|
|
55
58
|
utilities.lazyLoad(exports, ["LogicallyAirGappedBackupVault"], () => require("./logicallyAirGappedBackupVault"));
|
|
56
59
|
exports.ReportPlan = null;
|
|
@@ -59,6 +62,8 @@ exports.RestoreTestingPlan = null;
|
|
|
59
62
|
utilities.lazyLoad(exports, ["RestoreTestingPlan"], () => require("./restoreTestingPlan"));
|
|
60
63
|
exports.RestoreTestingSelection = null;
|
|
61
64
|
utilities.lazyLoad(exports, ["RestoreTestingSelection"], () => require("./restoreTestingSelection"));
|
|
65
|
+
exports.TieringConfiguration = null;
|
|
66
|
+
utilities.lazyLoad(exports, ["TieringConfiguration"], () => require("./tieringConfiguration"));
|
|
62
67
|
// Export enums:
|
|
63
68
|
__exportStar(require("../types/enums/backup"), exports);
|
|
64
69
|
const _module = {
|
|
@@ -81,6 +86,8 @@ const _module = {
|
|
|
81
86
|
return new exports.RestoreTestingPlan(name, undefined, { urn });
|
|
82
87
|
case "aws-native:backup:RestoreTestingSelection":
|
|
83
88
|
return new exports.RestoreTestingSelection(name, undefined, { urn });
|
|
89
|
+
case "aws-native:backup:TieringConfiguration":
|
|
90
|
+
return new exports.TieringConfiguration(name, undefined, { urn });
|
|
84
91
|
default:
|
|
85
92
|
throw new Error(`unknown resource type ${type}`);
|
|
86
93
|
}
|
package/backup/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../backup/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../backup/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
6
|
+
*/
|
|
7
|
+
export declare class TieringConfiguration extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing TieringConfiguration resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): TieringConfiguration;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of TieringConfiguration. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is TieringConfiguration;
|
|
22
|
+
readonly backupVaultName: pulumi.Output<string>;
|
|
23
|
+
readonly creationTime: pulumi.Output<string>;
|
|
24
|
+
readonly lastUpdatedTime: pulumi.Output<string>;
|
|
25
|
+
readonly resourceSelection: pulumi.Output<outputs.backup.TieringConfigurationResourceSelection[]>;
|
|
26
|
+
readonly tieringConfigurationArn: pulumi.Output<string>;
|
|
27
|
+
readonly tieringConfigurationName: pulumi.Output<string>;
|
|
28
|
+
readonly tieringConfigurationTags: pulumi.Output<{
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
} | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Create a TieringConfiguration resource with the given unique name, arguments, and options.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resource.
|
|
35
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
36
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
37
|
+
*/
|
|
38
|
+
constructor(name: string, args: TieringConfigurationArgs, opts?: pulumi.CustomResourceOptions);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* The set of arguments for constructing a TieringConfiguration resource.
|
|
42
|
+
*/
|
|
43
|
+
export interface TieringConfigurationArgs {
|
|
44
|
+
backupVaultName: pulumi.Input<string>;
|
|
45
|
+
resourceSelection: pulumi.Input<pulumi.Input<inputs.backup.TieringConfigurationResourceSelectionArgs>[]>;
|
|
46
|
+
tieringConfigurationName?: pulumi.Input<string>;
|
|
47
|
+
tieringConfigurationTags?: pulumi.Input<{
|
|
48
|
+
[key: string]: pulumi.Input<string>;
|
|
49
|
+
}>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.TieringConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
10
|
+
*/
|
|
11
|
+
class TieringConfiguration extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing TieringConfiguration resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new TieringConfiguration(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of TieringConfiguration. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === TieringConfiguration.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a TieringConfiguration resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if (args?.backupVaultName === undefined && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'backupVaultName'");
|
|
46
|
+
}
|
|
47
|
+
if (args?.resourceSelection === undefined && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceSelection'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["backupVaultName"] = args?.backupVaultName;
|
|
51
|
+
resourceInputs["resourceSelection"] = args?.resourceSelection;
|
|
52
|
+
resourceInputs["tieringConfigurationName"] = args?.tieringConfigurationName;
|
|
53
|
+
resourceInputs["tieringConfigurationTags"] = args?.tieringConfigurationTags;
|
|
54
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["lastUpdatedTime"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["tieringConfigurationArn"] = undefined /*out*/;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
resourceInputs["backupVaultName"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["lastUpdatedTime"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["resourceSelection"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["tieringConfigurationArn"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["tieringConfigurationName"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["tieringConfigurationTags"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
const replaceOnChanges = { replaceOnChanges: ["tieringConfigurationName"] };
|
|
69
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
70
|
+
super(TieringConfiguration.__pulumiType, name, resourceInputs, opts);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.TieringConfiguration = TieringConfiguration;
|
|
74
|
+
/** @internal */
|
|
75
|
+
TieringConfiguration.__pulumiType = 'aws-native:backup:TieringConfiguration';
|
|
76
|
+
//# sourceMappingURL=tieringConfiguration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tieringConfiguration.js","sourceRoot":"","sources":["../../backup/tieringConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAUD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA8B,EAAE,IAAmC;QACzF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjE;aAAM;YACH,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,0BAA0B,CAAC,EAAE,CAAC;QAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAxEL,oDAyEC;AA5DG,gBAAgB;AACO,iCAAY,GAAG,wCAAwC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Resource
|
|
4
|
+
* Resource Type definition for AWS::Config::OrganizationConformancePack.
|
|
5
5
|
*/
|
|
6
6
|
export declare function getOrganizationConformancePack(args: GetOrganizationConformancePackArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationConformancePackResult>;
|
|
7
7
|
export interface GetOrganizationConformancePackArgs {
|
|
@@ -29,7 +29,7 @@ export interface GetOrganizationConformancePackResult {
|
|
|
29
29
|
readonly excludedAccounts?: string[];
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
* Resource
|
|
32
|
+
* Resource Type definition for AWS::Config::OrganizationConformancePack.
|
|
33
33
|
*/
|
|
34
34
|
export declare function getOrganizationConformancePackOutput(args: GetOrganizationConformancePackOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOrganizationConformancePackResult>;
|
|
35
35
|
export interface GetOrganizationConformancePackOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getOrganizationConformancePackOutput = exports.getOrganizationConformanc
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Resource
|
|
9
|
+
* Resource Type definition for AWS::Config::OrganizationConformancePack.
|
|
10
10
|
*/
|
|
11
11
|
function getOrganizationConformancePack(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getOrganizationConformancePack(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getOrganizationConformancePack = getOrganizationConformancePack;
|
|
18
18
|
/**
|
|
19
|
-
* Resource
|
|
19
|
+
* Resource Type definition for AWS::Config::OrganizationConformancePack.
|
|
20
20
|
*/
|
|
21
21
|
function getOrganizationConformancePackOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Resource
|
|
5
|
+
* Resource Type definition for AWS::Config::OrganizationConformancePack.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
* ### Example
|
|
@@ -6,7 +6,7 @@ exports.OrganizationConformancePack = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Resource
|
|
9
|
+
* Resource Type definition for AWS::Config::OrganizationConformancePack.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
* ### Example
|
|
@@ -40,6 +40,10 @@ export declare class Environment extends pulumi.CustomResource {
|
|
|
40
40
|
* The Amazon DataZone user who created the environment.
|
|
41
41
|
*/
|
|
42
42
|
readonly createdBy: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The deployment order for the environment.
|
|
45
|
+
*/
|
|
46
|
+
readonly deploymentOrder: pulumi.Output<number | undefined>;
|
|
43
47
|
/**
|
|
44
48
|
* The description of the Amazon DataZone environment.
|
|
45
49
|
*/
|
|
@@ -64,6 +68,14 @@ export declare class Environment extends pulumi.CustomResource {
|
|
|
64
68
|
* The ID of the blueprint with which the Amazon DataZone environment was created.
|
|
65
69
|
*/
|
|
66
70
|
readonly environmentBlueprintId: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The identifier of the environment blueprint.
|
|
73
|
+
*/
|
|
74
|
+
readonly environmentBlueprintIdentifier: pulumi.Output<string | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* The identifier of the environment configuration.
|
|
77
|
+
*/
|
|
78
|
+
readonly environmentConfigurationId: pulumi.Output<string | undefined>;
|
|
67
79
|
/**
|
|
68
80
|
* The ID of the environment profile with which the Amazon DataZone environment was created.
|
|
69
81
|
*/
|
|
@@ -121,6 +133,10 @@ export declare class Environment extends pulumi.CustomResource {
|
|
|
121
133
|
* The set of arguments for constructing a Environment resource.
|
|
122
134
|
*/
|
|
123
135
|
export interface EnvironmentArgs {
|
|
136
|
+
/**
|
|
137
|
+
* The deployment order for the environment.
|
|
138
|
+
*/
|
|
139
|
+
deploymentOrder?: pulumi.Input<number>;
|
|
124
140
|
/**
|
|
125
141
|
* The description of the Amazon DataZone environment.
|
|
126
142
|
*/
|
|
@@ -137,6 +153,14 @@ export interface EnvironmentArgs {
|
|
|
137
153
|
* The AWS region in which the Amazon DataZone environment is created.
|
|
138
154
|
*/
|
|
139
155
|
environmentAccountRegion?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* The identifier of the environment blueprint.
|
|
158
|
+
*/
|
|
159
|
+
environmentBlueprintIdentifier?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* The identifier of the environment configuration.
|
|
162
|
+
*/
|
|
163
|
+
environmentConfigurationId?: pulumi.Input<string>;
|
|
140
164
|
/**
|
|
141
165
|
* The ID of the environment profile with which the Amazon DataZone environment would be created.
|
|
142
166
|
*/
|
package/datazone/environment.js
CHANGED
|
@@ -47,10 +47,13 @@ class Environment extends pulumi.CustomResource {
|
|
|
47
47
|
if (args?.projectIdentifier === undefined && !opts.urn) {
|
|
48
48
|
throw new Error("Missing required property 'projectIdentifier'");
|
|
49
49
|
}
|
|
50
|
+
resourceInputs["deploymentOrder"] = args?.deploymentOrder;
|
|
50
51
|
resourceInputs["description"] = args?.description;
|
|
51
52
|
resourceInputs["domainIdentifier"] = args?.domainIdentifier;
|
|
52
53
|
resourceInputs["environmentAccountIdentifier"] = args?.environmentAccountIdentifier;
|
|
53
54
|
resourceInputs["environmentAccountRegion"] = args?.environmentAccountRegion;
|
|
55
|
+
resourceInputs["environmentBlueprintIdentifier"] = args?.environmentBlueprintIdentifier;
|
|
56
|
+
resourceInputs["environmentConfigurationId"] = args?.environmentConfigurationId;
|
|
54
57
|
resourceInputs["environmentProfileIdentifier"] = args?.environmentProfileIdentifier;
|
|
55
58
|
resourceInputs["environmentRoleArn"] = args?.environmentRoleArn;
|
|
56
59
|
resourceInputs["glossaryTerms"] = args?.glossaryTerms;
|
|
@@ -76,12 +79,15 @@ class Environment extends pulumi.CustomResource {
|
|
|
76
79
|
resourceInputs["awsId"] = undefined /*out*/;
|
|
77
80
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
78
81
|
resourceInputs["createdBy"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["deploymentOrder"] = undefined /*out*/;
|
|
79
83
|
resourceInputs["description"] = undefined /*out*/;
|
|
80
84
|
resourceInputs["domainId"] = undefined /*out*/;
|
|
81
85
|
resourceInputs["domainIdentifier"] = undefined /*out*/;
|
|
82
86
|
resourceInputs["environmentAccountIdentifier"] = undefined /*out*/;
|
|
83
87
|
resourceInputs["environmentAccountRegion"] = undefined /*out*/;
|
|
84
88
|
resourceInputs["environmentBlueprintId"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["environmentBlueprintIdentifier"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["environmentConfigurationId"] = undefined /*out*/;
|
|
85
91
|
resourceInputs["environmentProfileId"] = undefined /*out*/;
|
|
86
92
|
resourceInputs["environmentProfileIdentifier"] = undefined /*out*/;
|
|
87
93
|
resourceInputs["environmentRoleArn"] = undefined /*out*/;
|
|
@@ -95,7 +101,7 @@ class Environment extends pulumi.CustomResource {
|
|
|
95
101
|
resourceInputs["userParameters"] = undefined /*out*/;
|
|
96
102
|
}
|
|
97
103
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
98
|
-
const replaceOnChanges = { replaceOnChanges: ["domainIdentifier", "environmentAccountIdentifier", "environmentAccountRegion", "environmentProfileIdentifier", "projectIdentifier", "userParameters[*]"] };
|
|
104
|
+
const replaceOnChanges = { replaceOnChanges: ["deploymentOrder", "domainIdentifier", "environmentAccountIdentifier", "environmentAccountRegion", "environmentBlueprintIdentifier", "environmentConfigurationId", "environmentProfileIdentifier", "projectIdentifier", "userParameters[*]"] };
|
|
99
105
|
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
100
106
|
super(Environment.__pulumiType, name, resourceInputs, opts);
|
|
101
107
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../datazone/environment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../datazone/environment.ts"],"names":[],"mappings":"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"}
|
package/ec2/getNatGateway.d.ts
CHANGED
|
@@ -30,10 +30,8 @@ export interface GetNatGatewayResult {
|
|
|
30
30
|
readonly autoScalingIps?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ. The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
33
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
34
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide*.
|
|
37
35
|
*/
|
|
38
36
|
readonly availabilityZoneAddresses?: outputs.ec2.NatGatewayAvailabilityZoneAddress[];
|
|
39
37
|
/**
|
package/ec2/getNatGateway.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNatGateway.js","sourceRoot":"","sources":["../../ec2/getNatGateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;
|
|
1
|
+
{"version":3,"file":"getNatGateway.js","sourceRoot":"","sources":["../../ec2/getNatGateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA6DD;;;;;GAKG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
package/ec2/natGateway.d.ts
CHANGED
|
@@ -42,18 +42,14 @@ export declare class NatGateway extends pulumi.CustomResource {
|
|
|
42
42
|
readonly autoScalingIps: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
44
|
* Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
45
|
+
* A zonal NAT gateway is a NAT Gateway that provides redundancy and scalability within a single availability zone. A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
46
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide*.
|
|
49
47
|
*/
|
|
50
48
|
readonly availabilityMode: pulumi.Output<string | undefined>;
|
|
51
49
|
/**
|
|
52
50
|
* For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ. The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
51
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
52
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide*.
|
|
57
53
|
*/
|
|
58
54
|
readonly availabilityZoneAddresses: pulumi.Output<outputs.ec2.NatGatewayAvailabilityZoneAddress[] | undefined>;
|
|
59
55
|
/**
|
|
@@ -125,18 +121,14 @@ export interface NatGatewayArgs {
|
|
|
125
121
|
allocationId?: pulumi.Input<string>;
|
|
126
122
|
/**
|
|
127
123
|
* Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
124
|
+
* A zonal NAT gateway is a NAT Gateway that provides redundancy and scalability within a single availability zone. A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
125
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide*.
|
|
132
126
|
*/
|
|
133
127
|
availabilityMode?: pulumi.Input<string>;
|
|
134
128
|
/**
|
|
135
129
|
* For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ. The regional NAT gateway uses these EIPs to handle outbound NAT traffic from their respective AZs. If not specified, the NAT gateway will automatically expand to new AZs and associate EIPs upon detection of an elastic network interface. If you specify this parameter, auto-expansion is disabled and you must manually manage AZ coverage.
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide* .
|
|
130
|
+
* A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
|
|
131
|
+
* For more information, see [Regional NAT gateways for automatic multi-AZ expansion](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html) in the *Amazon VPC User Guide*.
|
|
140
132
|
*/
|
|
141
133
|
availabilityZoneAddresses?: pulumi.Input<pulumi.Input<inputs.ec2.NatGatewayAvailabilityZoneAddressArgs>[]>;
|
|
142
134
|
/**
|