@pulumi/aws-native 0.109.0 → 0.110.0-alpha.1719497635
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/backup/backupVault.d.ts +2 -2
- package/backup/getBackupVault.d.ts +2 -2
- package/cloudwatch/dashboard.d.ts +49 -0
- package/cloudwatch/dashboard.js +63 -0
- package/cloudwatch/dashboard.js.map +1 -0
- package/cloudwatch/getDashboard.d.ts +27 -0
- package/cloudwatch/getDashboard.js +25 -0
- package/cloudwatch/getDashboard.js.map +1 -0
- package/cloudwatch/index.d.ts +6 -0
- package/cloudwatch/index.js +8 -1
- package/cloudwatch/index.js.map +1 -1
- package/opsworkscm/getServer.d.ts +2 -2
- package/opsworkscm/server.d.ts +2 -2
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/ssm/getResourceDataSync.d.ts +2 -2
- package/ssm/resourceDataSync.d.ts +2 -2
- package/types/input.d.ts +17 -0
- package/types/output.d.ts +17 -0
- package/workspacesweb/getIpAccessSettings.d.ts +1 -1
- package/workspacesweb/ipAccessSettings.d.ts +2 -2
package/backup/backupVault.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class BackupVault extends pulumi.CustomResource {
|
|
|
30
30
|
*/
|
|
31
31
|
readonly backupVaultArn: pulumi.Output<string>;
|
|
32
32
|
/**
|
|
33
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
33
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
|
|
34
34
|
*/
|
|
35
35
|
readonly backupVaultName: pulumi.Output<string>;
|
|
36
36
|
/**
|
|
@@ -73,7 +73,7 @@ export interface BackupVaultArgs {
|
|
|
73
73
|
*/
|
|
74
74
|
accessPolicy?: any;
|
|
75
75
|
/**
|
|
76
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
76
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
|
|
77
77
|
*/
|
|
78
78
|
backupVaultName?: pulumi.Input<string>;
|
|
79
79
|
/**
|
|
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
export declare function getBackupVault(args: GetBackupVaultArgs, opts?: pulumi.InvokeOptions): Promise<GetBackupVaultResult>;
|
|
7
7
|
export interface GetBackupVaultArgs {
|
|
8
8
|
/**
|
|
9
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
9
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
|
|
10
10
|
*/
|
|
11
11
|
backupVaultName: string;
|
|
12
12
|
}
|
|
@@ -42,7 +42,7 @@ export interface GetBackupVaultResult {
|
|
|
42
42
|
export declare function getBackupVaultOutput(args: GetBackupVaultOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBackupVaultResult>;
|
|
43
43
|
export interface GetBackupVaultOutputArgs {
|
|
44
44
|
/**
|
|
45
|
-
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.
|
|
45
|
+
* The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
|
|
46
46
|
*/
|
|
47
47
|
backupVaultName: pulumi.Input<string>;
|
|
48
48
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::CloudWatch::Dashboard
|
|
4
|
+
*/
|
|
5
|
+
export declare class Dashboard extends pulumi.CustomResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get an existing Dashboard resource's state with the given name, ID, and optional extra
|
|
8
|
+
* properties used to qualify the lookup.
|
|
9
|
+
*
|
|
10
|
+
* @param name The _unique_ name of the resulting resource.
|
|
11
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
12
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
+
*/
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Dashboard;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of Dashboard. This is designed to work even
|
|
17
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
+
*/
|
|
19
|
+
static isInstance(obj: any): obj is Dashboard;
|
|
20
|
+
/**
|
|
21
|
+
* The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard
|
|
22
|
+
*/
|
|
23
|
+
readonly dashboardBody: pulumi.Output<string>;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the dashboard. The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
|
|
26
|
+
*/
|
|
27
|
+
readonly dashboardName: pulumi.Output<string | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Create a Dashboard resource with the given unique name, arguments, and options.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resource.
|
|
32
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
33
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
34
|
+
*/
|
|
35
|
+
constructor(name: string, args: DashboardArgs, opts?: pulumi.CustomResourceOptions);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* The set of arguments for constructing a Dashboard resource.
|
|
39
|
+
*/
|
|
40
|
+
export interface DashboardArgs {
|
|
41
|
+
/**
|
|
42
|
+
* The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard
|
|
43
|
+
*/
|
|
44
|
+
dashboardBody: pulumi.Input<string>;
|
|
45
|
+
/**
|
|
46
|
+
* The name of the dashboard. The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
|
|
47
|
+
*/
|
|
48
|
+
dashboardName?: pulumi.Input<string>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.Dashboard = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::CloudWatch::Dashboard
|
|
10
|
+
*/
|
|
11
|
+
class Dashboard extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Dashboard 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 Dashboard(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Dashboard. 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'] === Dashboard.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Dashboard 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 || args.dashboardBody === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'dashboardBody'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["dashboardBody"] = args ? args.dashboardBody : undefined;
|
|
48
|
+
resourceInputs["dashboardName"] = args ? args.dashboardName : undefined;
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
resourceInputs["dashboardBody"] = undefined /*out*/;
|
|
52
|
+
resourceInputs["dashboardName"] = undefined /*out*/;
|
|
53
|
+
}
|
|
54
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
55
|
+
const replaceOnChanges = { replaceOnChanges: ["dashboardName"] };
|
|
56
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
57
|
+
super(Dashboard.__pulumiType, name, resourceInputs, opts);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.Dashboard = Dashboard;
|
|
61
|
+
/** @internal */
|
|
62
|
+
Dashboard.__pulumiType = 'aws-native:cloudwatch:Dashboard';
|
|
63
|
+
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../cloudwatch/dashboard.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,SAAS,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAWD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAAmC;QAC9E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;aAAM;YACH,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC;QACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA5DL,8BA6DC;AAhDG,gBAAgB;AACO,sBAAY,GAAG,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::CloudWatch::Dashboard
|
|
4
|
+
*/
|
|
5
|
+
export declare function getDashboard(args: GetDashboardArgs, opts?: pulumi.InvokeOptions): Promise<GetDashboardResult>;
|
|
6
|
+
export interface GetDashboardArgs {
|
|
7
|
+
/**
|
|
8
|
+
* The name of the dashboard. The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
|
|
9
|
+
*/
|
|
10
|
+
dashboardName: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetDashboardResult {
|
|
13
|
+
/**
|
|
14
|
+
* The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard
|
|
15
|
+
*/
|
|
16
|
+
readonly dashboardBody?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::CloudWatch::Dashboard
|
|
20
|
+
*/
|
|
21
|
+
export declare function getDashboardOutput(args: GetDashboardOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDashboardResult>;
|
|
22
|
+
export interface GetDashboardOutputArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The name of the dashboard. The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
|
|
25
|
+
*/
|
|
26
|
+
dashboardName: pulumi.Input<string>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getDashboardOutput = exports.getDashboard = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::CloudWatch::Dashboard
|
|
10
|
+
*/
|
|
11
|
+
function getDashboard(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:cloudwatch:getDashboard", {
|
|
14
|
+
"dashboardName": args.dashboardName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getDashboard = getDashboard;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::CloudWatch::Dashboard
|
|
20
|
+
*/
|
|
21
|
+
function getDashboardOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply((a) => getDashboard(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getDashboardOutput = getDashboardOutput;
|
|
25
|
+
//# sourceMappingURL=getDashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDashboard.js","sourceRoot":"","sources":["../../cloudwatch/getDashboard.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/cloudwatch/index.d.ts
CHANGED
|
@@ -4,12 +4,18 @@ export declare const Alarm: typeof import("./alarm").Alarm;
|
|
|
4
4
|
export { CompositeAlarmArgs } from "./compositeAlarm";
|
|
5
5
|
export type CompositeAlarm = import("./compositeAlarm").CompositeAlarm;
|
|
6
6
|
export declare const CompositeAlarm: typeof import("./compositeAlarm").CompositeAlarm;
|
|
7
|
+
export { DashboardArgs } from "./dashboard";
|
|
8
|
+
export type Dashboard = import("./dashboard").Dashboard;
|
|
9
|
+
export declare const Dashboard: typeof import("./dashboard").Dashboard;
|
|
7
10
|
export { GetAlarmArgs, GetAlarmResult, GetAlarmOutputArgs } from "./getAlarm";
|
|
8
11
|
export declare const getAlarm: typeof import("./getAlarm").getAlarm;
|
|
9
12
|
export declare const getAlarmOutput: typeof import("./getAlarm").getAlarmOutput;
|
|
10
13
|
export { GetCompositeAlarmArgs, GetCompositeAlarmResult, GetCompositeAlarmOutputArgs } from "./getCompositeAlarm";
|
|
11
14
|
export declare const getCompositeAlarm: typeof import("./getCompositeAlarm").getCompositeAlarm;
|
|
12
15
|
export declare const getCompositeAlarmOutput: typeof import("./getCompositeAlarm").getCompositeAlarmOutput;
|
|
16
|
+
export { GetDashboardArgs, GetDashboardResult, GetDashboardOutputArgs } from "./getDashboard";
|
|
17
|
+
export declare const getDashboard: typeof import("./getDashboard").getDashboard;
|
|
18
|
+
export declare const getDashboardOutput: typeof import("./getDashboard").getDashboardOutput;
|
|
13
19
|
export { GetMetricStreamArgs, GetMetricStreamResult, GetMetricStreamOutputArgs } from "./getMetricStream";
|
|
14
20
|
export declare const getMetricStream: typeof import("./getMetricStream").getMetricStream;
|
|
15
21
|
export declare const getMetricStreamOutput: typeof import("./getMetricStream").getMetricStreamOutput;
|
package/cloudwatch/index.js
CHANGED
|
@@ -2,19 +2,24 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.MetricStream = exports.getMetricStreamOutput = exports.getMetricStream = exports.getCompositeAlarmOutput = exports.getCompositeAlarm = exports.getAlarmOutput = exports.getAlarm = exports.CompositeAlarm = exports.Alarm = void 0;
|
|
5
|
+
exports.MetricStream = exports.getMetricStreamOutput = exports.getMetricStream = exports.getDashboardOutput = exports.getDashboard = exports.getCompositeAlarmOutput = exports.getCompositeAlarm = exports.getAlarmOutput = exports.getAlarm = exports.Dashboard = exports.CompositeAlarm = exports.Alarm = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Alarm = null;
|
|
9
9
|
utilities.lazyLoad(exports, ["Alarm"], () => require("./alarm"));
|
|
10
10
|
exports.CompositeAlarm = null;
|
|
11
11
|
utilities.lazyLoad(exports, ["CompositeAlarm"], () => require("./compositeAlarm"));
|
|
12
|
+
exports.Dashboard = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["Dashboard"], () => require("./dashboard"));
|
|
12
14
|
exports.getAlarm = null;
|
|
13
15
|
exports.getAlarmOutput = null;
|
|
14
16
|
utilities.lazyLoad(exports, ["getAlarm", "getAlarmOutput"], () => require("./getAlarm"));
|
|
15
17
|
exports.getCompositeAlarm = null;
|
|
16
18
|
exports.getCompositeAlarmOutput = null;
|
|
17
19
|
utilities.lazyLoad(exports, ["getCompositeAlarm", "getCompositeAlarmOutput"], () => require("./getCompositeAlarm"));
|
|
20
|
+
exports.getDashboard = null;
|
|
21
|
+
exports.getDashboardOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getDashboard", "getDashboardOutput"], () => require("./getDashboard"));
|
|
18
23
|
exports.getMetricStream = null;
|
|
19
24
|
exports.getMetricStreamOutput = null;
|
|
20
25
|
utilities.lazyLoad(exports, ["getMetricStream", "getMetricStreamOutput"], () => require("./getMetricStream"));
|
|
@@ -28,6 +33,8 @@ const _module = {
|
|
|
28
33
|
return new exports.Alarm(name, undefined, { urn });
|
|
29
34
|
case "aws-native:cloudwatch:CompositeAlarm":
|
|
30
35
|
return new exports.CompositeAlarm(name, undefined, { urn });
|
|
36
|
+
case "aws-native:cloudwatch:Dashboard":
|
|
37
|
+
return new exports.Dashboard(name, undefined, { urn });
|
|
31
38
|
case "aws-native:cloudwatch:MetricStream":
|
|
32
39
|
return new exports.MetricStream(name, undefined, { urn });
|
|
33
40
|
default:
|
package/cloudwatch/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudwatch/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudwatch/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAItE,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG5D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIhG,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAG/E,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,6BAA6B;gBAC9B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,sCAAsC;gBACvC,OAAO,IAAI,sBAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,iCAAiC;gBAClC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,oCAAoC;gBACrC,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -5,7 +5,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
export declare function getServer(args: GetServerArgs, opts?: pulumi.InvokeOptions): Promise<GetServerResult>;
|
|
6
6
|
export interface GetServerArgs {
|
|
7
7
|
/**
|
|
8
|
-
* The name of the server.
|
|
8
|
+
* The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
9
9
|
*/
|
|
10
10
|
serverName: string;
|
|
11
11
|
}
|
|
@@ -52,7 +52,7 @@ export interface GetServerResult {
|
|
|
52
52
|
export declare function getServerOutput(args: GetServerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerResult>;
|
|
53
53
|
export interface GetServerOutputArgs {
|
|
54
54
|
/**
|
|
55
|
-
* The name of the server.
|
|
55
|
+
* The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
56
56
|
*/
|
|
57
57
|
serverName: pulumi.Input<string>;
|
|
58
58
|
}
|
package/opsworkscm/server.d.ts
CHANGED
|
@@ -171,7 +171,7 @@ export declare class Server extends pulumi.CustomResource {
|
|
|
171
171
|
*/
|
|
172
172
|
readonly securityGroupIds: pulumi.Output<string[] | undefined>;
|
|
173
173
|
/**
|
|
174
|
-
* The name of the server.
|
|
174
|
+
* The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
175
175
|
*/
|
|
176
176
|
readonly serverName: pulumi.Output<string>;
|
|
177
177
|
/**
|
|
@@ -306,7 +306,7 @@ export interface ServerArgs {
|
|
|
306
306
|
*/
|
|
307
307
|
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
308
308
|
/**
|
|
309
|
-
* The name of the server.
|
|
309
|
+
* The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
|
|
310
310
|
*/
|
|
311
311
|
serverName?: pulumi.Input<string>;
|
|
312
312
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws-native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.110.0-alpha.1719497635",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"install": "node scripts/install-pulumi-plugin.js resource aws-native 0.
|
|
16
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws-native 0.110.0-alpha.1719497635"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@pulumi/pulumi": "^3.42.0"
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "aws-native",
|
|
28
|
-
"version": "0.
|
|
28
|
+
"version": "0.110.0-alpha.1719497635"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws-native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.110.0-alpha.1719497635",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "aws-native",
|
|
27
|
-
"version": "0.
|
|
27
|
+
"version": "0.110.0-alpha.1719497635"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
|
|
|
6
6
|
export declare function getResourceDataSync(args: GetResourceDataSyncArgs, opts?: pulumi.InvokeOptions): Promise<GetResourceDataSyncResult>;
|
|
7
7
|
export interface GetResourceDataSyncArgs {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* A name for the resource data sync.
|
|
10
10
|
*/
|
|
11
11
|
syncName: string;
|
|
12
12
|
}
|
|
@@ -22,7 +22,7 @@ export interface GetResourceDataSyncResult {
|
|
|
22
22
|
export declare function getResourceDataSyncOutput(args: GetResourceDataSyncOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetResourceDataSyncResult>;
|
|
23
23
|
export interface GetResourceDataSyncOutputArgs {
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* A name for the resource data sync.
|
|
26
26
|
*/
|
|
27
27
|
syncName: pulumi.Input<string>;
|
|
28
28
|
}
|
|
@@ -208,7 +208,7 @@ export declare class ResourceDataSync extends pulumi.CustomResource {
|
|
|
208
208
|
*/
|
|
209
209
|
readonly syncFormat: pulumi.Output<string | undefined>;
|
|
210
210
|
/**
|
|
211
|
-
*
|
|
211
|
+
* A name for the resource data sync.
|
|
212
212
|
*/
|
|
213
213
|
readonly syncName: pulumi.Output<string>;
|
|
214
214
|
/**
|
|
@@ -257,7 +257,7 @@ export interface ResourceDataSyncArgs {
|
|
|
257
257
|
*/
|
|
258
258
|
syncFormat?: pulumi.Input<string>;
|
|
259
259
|
/**
|
|
260
|
-
*
|
|
260
|
+
* A name for the resource data sync.
|
|
261
261
|
*/
|
|
262
262
|
syncName?: pulumi.Input<string>;
|
|
263
263
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -42832,11 +42832,28 @@ export declare namespace osis {
|
|
|
42832
42832
|
* A list of subnet IDs associated with the VPC endpoint.
|
|
42833
42833
|
*/
|
|
42834
42834
|
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
42835
|
+
/**
|
|
42836
|
+
* Options for attaching a VPC to the pipeline.
|
|
42837
|
+
*/
|
|
42838
|
+
vpcAttachmentOptions?: pulumi.Input<inputs.osis.PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs>;
|
|
42835
42839
|
/**
|
|
42836
42840
|
* Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
|
|
42837
42841
|
*/
|
|
42838
42842
|
vpcEndpointManagement?: pulumi.Input<enums.osis.PipelineVpcOptionsVpcEndpointManagement>;
|
|
42839
42843
|
}
|
|
42844
|
+
/**
|
|
42845
|
+
* Options for attaching a VPC to the pipeline.
|
|
42846
|
+
*/
|
|
42847
|
+
interface PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs {
|
|
42848
|
+
/**
|
|
42849
|
+
* Whether the pipeline should be attached to the provided VPC
|
|
42850
|
+
*/
|
|
42851
|
+
attachToVpc: pulumi.Input<boolean>;
|
|
42852
|
+
/**
|
|
42853
|
+
* The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
|
|
42854
|
+
*/
|
|
42855
|
+
cidrBlock: pulumi.Input<string>;
|
|
42856
|
+
}
|
|
42840
42857
|
}
|
|
42841
42858
|
export declare namespace panorama {
|
|
42842
42859
|
interface ApplicationInstanceManifestOverridesPayloadArgs {
|
package/types/output.d.ts
CHANGED
|
@@ -43738,11 +43738,28 @@ export declare namespace osis {
|
|
|
43738
43738
|
* A list of subnet IDs associated with the VPC endpoint.
|
|
43739
43739
|
*/
|
|
43740
43740
|
subnetIds: string[];
|
|
43741
|
+
/**
|
|
43742
|
+
* Options for attaching a VPC to the pipeline.
|
|
43743
|
+
*/
|
|
43744
|
+
vpcAttachmentOptions?: outputs.osis.PipelineVpcOptionsVpcAttachmentOptionsProperties;
|
|
43741
43745
|
/**
|
|
43742
43746
|
* Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
|
|
43743
43747
|
*/
|
|
43744
43748
|
vpcEndpointManagement?: enums.osis.PipelineVpcOptionsVpcEndpointManagement;
|
|
43745
43749
|
}
|
|
43750
|
+
/**
|
|
43751
|
+
* Options for attaching a VPC to the pipeline.
|
|
43752
|
+
*/
|
|
43753
|
+
interface PipelineVpcOptionsVpcAttachmentOptionsProperties {
|
|
43754
|
+
/**
|
|
43755
|
+
* Whether the pipeline should be attached to the provided VPC
|
|
43756
|
+
*/
|
|
43757
|
+
attachToVpc: boolean;
|
|
43758
|
+
/**
|
|
43759
|
+
* The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
|
|
43760
|
+
*/
|
|
43761
|
+
cidrBlock: string;
|
|
43762
|
+
}
|
|
43746
43763
|
}
|
|
43747
43764
|
export declare namespace panorama {
|
|
43748
43765
|
interface ApplicationInstanceManifestOverridesPayload {
|
|
@@ -36,7 +36,7 @@ export interface GetIpAccessSettingsResult {
|
|
|
36
36
|
*/
|
|
37
37
|
readonly ipRules?: outputs.workspacesweb.IpAccessSettingsIpRule[];
|
|
38
38
|
/**
|
|
39
|
-
* The tags to add to the
|
|
39
|
+
* The tags to add to the IP access settings resource. A tag is a key-value pair.
|
|
40
40
|
*/
|
|
41
41
|
readonly tags?: outputs.Tag[];
|
|
42
42
|
}
|
|
@@ -56,7 +56,7 @@ export declare class IpAccessSettings extends pulumi.CustomResource {
|
|
|
56
56
|
*/
|
|
57
57
|
readonly ipRules: pulumi.Output<outputs.workspacesweb.IpAccessSettingsIpRule[]>;
|
|
58
58
|
/**
|
|
59
|
-
* The tags to add to the
|
|
59
|
+
* The tags to add to the IP access settings resource. A tag is a key-value pair.
|
|
60
60
|
*/
|
|
61
61
|
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
62
62
|
/**
|
|
@@ -97,7 +97,7 @@ export interface IpAccessSettingsArgs {
|
|
|
97
97
|
*/
|
|
98
98
|
ipRules: pulumi.Input<pulumi.Input<inputs.workspacesweb.IpAccessSettingsIpRuleArgs>[]>;
|
|
99
99
|
/**
|
|
100
|
-
* The tags to add to the
|
|
100
|
+
* The tags to add to the IP access settings resource. A tag is a key-value pair.
|
|
101
101
|
*/
|
|
102
102
|
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
103
103
|
}
|