@pulumi/aws-native 1.32.0-alpha.1755063449 → 1.32.0-alpha.1755094001
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/appintegrations/application.d.ts +32 -0
- package/appintegrations/application.js +8 -0
- package/appintegrations/application.js.map +1 -1
- package/appintegrations/getApplication.d.ts +16 -0
- package/appintegrations/getApplication.js.map +1 -1
- package/appintegrations/index.d.ts +1 -0
- package/appintegrations/index.js +16 -0
- package/appintegrations/index.js.map +1 -1
- package/applicationinsights/application.d.ts +1 -1
- package/applicationinsights/application.js +1 -1
- package/applicationinsights/getApplication.d.ts +2 -2
- package/applicationinsights/getApplication.js +2 -2
- package/arcregionswitch/getPlan.d.ts +1 -0
- package/arcregionswitch/getPlan.js.map +1 -1
- package/arcregionswitch/plan.d.ts +1 -0
- package/arcregionswitch/plan.js +2 -0
- package/arcregionswitch/plan.js.map +1 -1
- package/deadline/getMonitor.d.ts +5 -0
- package/deadline/getMonitor.js.map +1 -1
- package/deadline/monitor.d.ts +10 -0
- package/deadline/monitor.js +2 -0
- package/deadline/monitor.js.map +1 -1
- package/ec2/getIpPoolRouteTableAssociation.d.ts +27 -0
- package/ec2/getIpPoolRouteTableAssociation.js +28 -0
- package/ec2/getIpPoolRouteTableAssociation.js.map +1 -0
- package/ec2/index.d.ts +6 -0
- package/ec2/index.js +13 -6
- package/ec2/index.js.map +1 -1
- package/ec2/ipPoolRouteTableAssociation.d.ts +53 -0
- package/ec2/ipPoolRouteTableAssociation.js +68 -0
- package/ec2/ipPoolRouteTableAssociation.js.map +1 -0
- package/efs/getMountTarget.d.ts +1 -1
- package/efs/mountTarget.d.ts +12 -14
- package/efs/mountTarget.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/ivs/playbackRestrictionPolicy.d.ts +5 -5
- package/ivs/playbackRestrictionPolicy.js +0 -6
- package/ivs/playbackRestrictionPolicy.js.map +1 -1
- package/observabilityadmin/getOrganizationTelemetryRule.d.ts +33 -0
- package/observabilityadmin/getOrganizationTelemetryRule.js +28 -0
- package/observabilityadmin/getOrganizationTelemetryRule.js.map +1 -0
- package/observabilityadmin/getTelemetryRule.d.ts +33 -0
- package/observabilityadmin/getTelemetryRule.js +28 -0
- package/observabilityadmin/getTelemetryRule.js.map +1 -0
- package/observabilityadmin/index.d.ts +13 -0
- package/observabilityadmin/index.js +48 -0
- package/observabilityadmin/index.js.map +1 -0
- package/observabilityadmin/organizationTelemetryRule.d.ts +57 -0
- package/observabilityadmin/organizationTelemetryRule.js +67 -0
- package/observabilityadmin/organizationTelemetryRule.js.map +1 -0
- package/observabilityadmin/telemetryRule.d.ts +57 -0
- package/observabilityadmin/telemetryRule.js +67 -0
- package/observabilityadmin/telemetryRule.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbInstance.d.ts +1 -5
- package/rds/dbInstance.js +1 -1
- package/rds/dbInstance.js.map +1 -1
- package/s3express/accessPoint.d.ts +6 -0
- package/s3express/accessPoint.js.map +1 -1
- package/s3express/getAccessPoint.d.ts +3 -0
- package/s3express/getAccessPoint.js.map +1 -1
- package/sagemaker/app.d.ts +2 -2
- package/sagemaker/app.js +1 -1
- package/sagemaker/app.js.map +1 -1
- package/sagemaker/cluster.d.ts +8 -0
- package/sagemaker/cluster.js +2 -0
- package/sagemaker/cluster.js.map +1 -1
- package/sagemaker/getApp.d.ts +5 -0
- package/sagemaker/getApp.js.map +1 -1
- package/sagemaker/getCluster.d.ts +4 -0
- package/sagemaker/getCluster.js.map +1 -1
- package/types/enums/appintegrations/index.d.ts +5 -0
- package/types/enums/appintegrations/index.js +10 -0
- package/types/enums/appintegrations/index.js.map +1 -0
- package/types/enums/efs/index.d.ts +2 -3
- package/types/enums/index.d.ts +3 -1
- package/types/enums/index.js +8 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/ivs/index.d.ts +13 -0
- package/types/enums/ivs/index.js +9 -1
- package/types/enums/ivs/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +42 -0
- package/types/enums/observabilityadmin/index.js +24 -0
- package/types/enums/observabilityadmin/index.js.map +1 -0
- package/types/enums/sagemaker/index.d.ts +7 -0
- package/types/enums/sagemaker/index.js +6 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/synthetics/index.d.ts +7 -0
- package/types/enums/synthetics/index.js +4 -1
- package/types/enums/synthetics/index.js.map +1 -1
- package/types/input.d.ts +179 -36
- package/types/output.d.ts +189 -19
- package/types/output.js.map +1 -1
|
@@ -23,6 +23,10 @@ export declare class Application extends pulumi.CustomResource {
|
|
|
23
23
|
* The Amazon Resource Name (ARN) of the application.
|
|
24
24
|
*/
|
|
25
25
|
readonly applicationArn: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The application configuration. Cannot be used when IsService is true.
|
|
28
|
+
*/
|
|
29
|
+
readonly applicationConfig: pulumi.Output<outputs.appintegrations.ApplicationConfig | undefined>;
|
|
26
30
|
/**
|
|
27
31
|
* Application source config
|
|
28
32
|
*/
|
|
@@ -35,6 +39,18 @@ export declare class Application extends pulumi.CustomResource {
|
|
|
35
39
|
* The application description.
|
|
36
40
|
*/
|
|
37
41
|
readonly description: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* The iframe configuration
|
|
44
|
+
*/
|
|
45
|
+
readonly iframeConfig: pulumi.Output<outputs.appintegrations.ApplicationIframeConfig | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* The initialization timeout in milliseconds. Required when IsService is true.
|
|
48
|
+
*/
|
|
49
|
+
readonly initializationTimeout: pulumi.Output<number | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Indicates if the application is a service
|
|
52
|
+
*/
|
|
53
|
+
readonly isService: pulumi.Output<boolean | undefined>;
|
|
38
54
|
/**
|
|
39
55
|
* The name of the application.
|
|
40
56
|
*/
|
|
@@ -64,6 +80,10 @@ export declare class Application extends pulumi.CustomResource {
|
|
|
64
80
|
* The set of arguments for constructing a Application resource.
|
|
65
81
|
*/
|
|
66
82
|
export interface ApplicationArgs {
|
|
83
|
+
/**
|
|
84
|
+
* The application configuration. Cannot be used when IsService is true.
|
|
85
|
+
*/
|
|
86
|
+
applicationConfig?: pulumi.Input<inputs.appintegrations.ApplicationConfigArgs>;
|
|
67
87
|
/**
|
|
68
88
|
* Application source config
|
|
69
89
|
*/
|
|
@@ -72,6 +92,18 @@ export interface ApplicationArgs {
|
|
|
72
92
|
* The application description.
|
|
73
93
|
*/
|
|
74
94
|
description: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The iframe configuration
|
|
97
|
+
*/
|
|
98
|
+
iframeConfig?: pulumi.Input<inputs.appintegrations.ApplicationIframeConfigArgs>;
|
|
99
|
+
/**
|
|
100
|
+
* The initialization timeout in milliseconds. Required when IsService is true.
|
|
101
|
+
*/
|
|
102
|
+
initializationTimeout?: pulumi.Input<number>;
|
|
103
|
+
/**
|
|
104
|
+
* Indicates if the application is a service
|
|
105
|
+
*/
|
|
106
|
+
isService?: pulumi.Input<boolean>;
|
|
75
107
|
/**
|
|
76
108
|
* The name of the application.
|
|
77
109
|
*/
|
|
@@ -50,8 +50,12 @@ class Application extends pulumi.CustomResource {
|
|
|
50
50
|
if ((!args || args.namespace === undefined) && !opts.urn) {
|
|
51
51
|
throw new Error("Missing required property 'namespace'");
|
|
52
52
|
}
|
|
53
|
+
resourceInputs["applicationConfig"] = args ? args.applicationConfig : undefined;
|
|
53
54
|
resourceInputs["applicationSourceConfig"] = args ? args.applicationSourceConfig : undefined;
|
|
54
55
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
56
|
+
resourceInputs["iframeConfig"] = args ? args.iframeConfig : undefined;
|
|
57
|
+
resourceInputs["initializationTimeout"] = args ? args.initializationTimeout : undefined;
|
|
58
|
+
resourceInputs["isService"] = args ? args.isService : undefined;
|
|
55
59
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
56
60
|
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
57
61
|
resourceInputs["permissions"] = args ? args.permissions : undefined;
|
|
@@ -61,9 +65,13 @@ class Application extends pulumi.CustomResource {
|
|
|
61
65
|
}
|
|
62
66
|
else {
|
|
63
67
|
resourceInputs["applicationArn"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["applicationConfig"] = undefined /*out*/;
|
|
64
69
|
resourceInputs["applicationSourceConfig"] = undefined /*out*/;
|
|
65
70
|
resourceInputs["awsId"] = undefined /*out*/;
|
|
66
71
|
resourceInputs["description"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["iframeConfig"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["initializationTimeout"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["isService"] = undefined /*out*/;
|
|
67
75
|
resourceInputs["name"] = undefined /*out*/;
|
|
68
76
|
resourceInputs["namespace"] = undefined /*out*/;
|
|
69
77
|
resourceInputs["permissions"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"application.js","sourceRoot":"","sources":["../../appintegrations/application.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,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,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":"application.js","sourceRoot":"","sources":["../../appintegrations/application.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,6 +15,10 @@ export interface GetApplicationResult {
|
|
|
15
15
|
* The Amazon Resource Name (ARN) of the application.
|
|
16
16
|
*/
|
|
17
17
|
readonly applicationArn?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The application configuration. Cannot be used when IsService is true.
|
|
20
|
+
*/
|
|
21
|
+
readonly applicationConfig?: outputs.appintegrations.ApplicationConfig;
|
|
18
22
|
/**
|
|
19
23
|
* Application source config
|
|
20
24
|
*/
|
|
@@ -27,6 +31,18 @@ export interface GetApplicationResult {
|
|
|
27
31
|
* The id of the application.
|
|
28
32
|
*/
|
|
29
33
|
readonly id?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The iframe configuration
|
|
36
|
+
*/
|
|
37
|
+
readonly iframeConfig?: outputs.appintegrations.ApplicationIframeConfig;
|
|
38
|
+
/**
|
|
39
|
+
* The initialization timeout in milliseconds. Required when IsService is true.
|
|
40
|
+
*/
|
|
41
|
+
readonly initializationTimeout?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Indicates if the application is a service
|
|
44
|
+
*/
|
|
45
|
+
readonly isService?: boolean;
|
|
30
46
|
/**
|
|
31
47
|
* The name of the application.
|
|
32
48
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../../appintegrations/getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;
|
|
1
|
+
{"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../../appintegrations/getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA2DD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,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,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -16,3 +16,4 @@ export declare const getDataIntegrationOutput: typeof import("./getDataIntegrati
|
|
|
16
16
|
export { GetEventIntegrationArgs, GetEventIntegrationResult, GetEventIntegrationOutputArgs } from "./getEventIntegration";
|
|
17
17
|
export declare const getEventIntegration: typeof import("./getEventIntegration").getEventIntegration;
|
|
18
18
|
export declare const getEventIntegrationOutput: typeof import("./getEventIntegration").getEventIntegrationOutput;
|
|
19
|
+
export * from "../types/enums/appintegrations";
|
package/appintegrations/index.js
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
4
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
19
|
exports.getEventIntegrationOutput = exports.getEventIntegration = exports.getDataIntegrationOutput = exports.getDataIntegration = exports.getApplicationOutput = exports.getApplication = exports.EventIntegration = exports.DataIntegration = exports.Application = void 0;
|
|
6
20
|
const pulumi = require("@pulumi/pulumi");
|
|
@@ -20,6 +34,8 @@ utilities.lazyLoad(exports, ["getDataIntegration", "getDataIntegrationOutput"],
|
|
|
20
34
|
exports.getEventIntegration = null;
|
|
21
35
|
exports.getEventIntegrationOutput = null;
|
|
22
36
|
utilities.lazyLoad(exports, ["getEventIntegration", "getEventIntegrationOutput"], () => require("./getEventIntegration"));
|
|
37
|
+
// Export enums:
|
|
38
|
+
__exportStar(require("../types/enums/appintegrations"), exports);
|
|
23
39
|
const _module = {
|
|
24
40
|
version: utilities.getVersion(),
|
|
25
41
|
construct: (name, type, urn) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../appintegrations/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../appintegrations/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAIxE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAG1E,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAGzH,gBAAgB;AAChB,iEAA+C;AAE/C,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,wCAAwC;gBACzC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -3,7 +3,7 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
import * as enums from "../types/enums";
|
|
5
5
|
/**
|
|
6
|
-
* Resource
|
|
6
|
+
* Resource Type definition for AWS::ApplicationInsights::Application
|
|
7
7
|
*/
|
|
8
8
|
export declare class Application extends pulumi.CustomResource {
|
|
9
9
|
/**
|
|
@@ -6,7 +6,7 @@ exports.Application = 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::ApplicationInsights::Application
|
|
10
10
|
*/
|
|
11
11
|
class Application extends pulumi.CustomResource {
|
|
12
12
|
/**
|
|
@@ -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::ApplicationInsights::Application
|
|
5
5
|
*/
|
|
6
6
|
export declare function getApplication(args: GetApplicationArgs, opts?: pulumi.InvokeOptions): Promise<GetApplicationResult>;
|
|
7
7
|
export interface GetApplicationArgs {
|
|
@@ -33,7 +33,7 @@ export interface GetApplicationResult {
|
|
|
33
33
|
readonly tags?: outputs.Tag[];
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
* Resource
|
|
36
|
+
* Resource Type definition for AWS::ApplicationInsights::Application
|
|
37
37
|
*/
|
|
38
38
|
export declare function getApplicationOutput(args: GetApplicationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetApplicationResult>;
|
|
39
39
|
export interface GetApplicationOutputArgs {
|
|
@@ -6,7 +6,7 @@ exports.getApplicationOutput = exports.getApplication = 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::ApplicationInsights::Application
|
|
10
10
|
*/
|
|
11
11
|
function getApplication(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getApplication(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getApplication = getApplication;
|
|
18
18
|
/**
|
|
19
|
-
* Resource
|
|
19
|
+
* Resource Type definition for AWS::ApplicationInsights::Application
|
|
20
20
|
*/
|
|
21
21
|
function getApplicationOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -43,6 +43,7 @@ export interface GetPlanResult {
|
|
|
43
43
|
* The recovery time objective for a plan.
|
|
44
44
|
*/
|
|
45
45
|
readonly recoveryTimeObjectiveMinutes?: number;
|
|
46
|
+
readonly route53HealthChecks?: outputs.arcregionswitch.Route53HealthChecksProperties;
|
|
46
47
|
readonly tags?: {
|
|
47
48
|
[key: string]: string;
|
|
48
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlan.js","sourceRoot":"","sources":["../../arcregionswitch/getPlan.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;
|
|
1
|
+
{"version":3,"file":"getPlan.js","sourceRoot":"","sources":["../../arcregionswitch/getPlan.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAqDD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -68,6 +68,7 @@ export declare class Plan extends pulumi.CustomResource {
|
|
|
68
68
|
* The AWS Regions for a plan.
|
|
69
69
|
*/
|
|
70
70
|
readonly regions: pulumi.Output<string[]>;
|
|
71
|
+
readonly route53HealthChecks: pulumi.Output<outputs.arcregionswitch.Route53HealthChecksProperties>;
|
|
71
72
|
readonly tags: pulumi.Output<{
|
|
72
73
|
[key: string]: string;
|
|
73
74
|
} | undefined>;
|
package/arcregionswitch/plan.js
CHANGED
|
@@ -67,6 +67,7 @@ class Plan extends pulumi.CustomResource {
|
|
|
67
67
|
resourceInputs["arn"] = undefined /*out*/;
|
|
68
68
|
resourceInputs["healthChecksForPlan"] = undefined /*out*/;
|
|
69
69
|
resourceInputs["owner"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["route53HealthChecks"] = undefined /*out*/;
|
|
70
71
|
resourceInputs["version"] = undefined /*out*/;
|
|
71
72
|
}
|
|
72
73
|
else {
|
|
@@ -81,6 +82,7 @@ class Plan extends pulumi.CustomResource {
|
|
|
81
82
|
resourceInputs["recoveryApproach"] = undefined /*out*/;
|
|
82
83
|
resourceInputs["recoveryTimeObjectiveMinutes"] = undefined /*out*/;
|
|
83
84
|
resourceInputs["regions"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["route53HealthChecks"] = undefined /*out*/;
|
|
84
86
|
resourceInputs["tags"] = undefined /*out*/;
|
|
85
87
|
resourceInputs["triggers"] = undefined /*out*/;
|
|
86
88
|
resourceInputs["version"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plan.js","sourceRoot":"","sources":["../../arcregionswitch/plan.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"plan.js","sourceRoot":"","sources":["../../arcregionswitch/plan.ts"],"names":[],"mappings":"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"}
|
package/deadline/getMonitor.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
2
3
|
/**
|
|
3
4
|
* Definition of AWS::Deadline::Monitor Resource Type
|
|
4
5
|
*/
|
|
@@ -36,6 +37,10 @@ export interface GetMonitorResult {
|
|
|
36
37
|
* The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
37
38
|
*/
|
|
38
39
|
readonly subdomain?: string;
|
|
40
|
+
/**
|
|
41
|
+
* An array of key-value pairs to apply to this resource.
|
|
42
|
+
*/
|
|
43
|
+
readonly tags?: outputs.Tag[];
|
|
39
44
|
/**
|
|
40
45
|
* The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
41
46
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMonitor.js","sourceRoot":"","sources":["../../deadline/getMonitor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getMonitor.js","sourceRoot":"","sources":["../../deadline/getMonitor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA6CD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
package/deadline/monitor.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Definition of AWS::Deadline::Monitor Resource Type
|
|
4
6
|
*/
|
|
@@ -47,6 +49,10 @@ export declare class Monitor extends pulumi.CustomResource {
|
|
|
47
49
|
* The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
48
50
|
*/
|
|
49
51
|
readonly subdomain: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* An array of key-value pairs to apply to this resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
50
56
|
/**
|
|
51
57
|
* The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
52
58
|
*/
|
|
@@ -82,4 +88,8 @@ export interface MonitorArgs {
|
|
|
82
88
|
* The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
|
|
83
89
|
*/
|
|
84
90
|
subdomain: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* An array of key-value pairs to apply to this resource.
|
|
93
|
+
*/
|
|
94
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
85
95
|
}
|
package/deadline/monitor.js
CHANGED
|
@@ -57,6 +57,7 @@ class Monitor extends pulumi.CustomResource {
|
|
|
57
57
|
resourceInputs["identityCenterInstanceArn"] = args ? args.identityCenterInstanceArn : undefined;
|
|
58
58
|
resourceInputs["roleArn"] = args ? args.roleArn : undefined;
|
|
59
59
|
resourceInputs["subdomain"] = args ? args.subdomain : undefined;
|
|
60
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
60
61
|
resourceInputs["arn"] = undefined /*out*/;
|
|
61
62
|
resourceInputs["identityCenterApplicationArn"] = undefined /*out*/;
|
|
62
63
|
resourceInputs["monitorId"] = undefined /*out*/;
|
|
@@ -70,6 +71,7 @@ class Monitor extends pulumi.CustomResource {
|
|
|
70
71
|
resourceInputs["monitorId"] = undefined /*out*/;
|
|
71
72
|
resourceInputs["roleArn"] = undefined /*out*/;
|
|
72
73
|
resourceInputs["subdomain"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
73
75
|
resourceInputs["url"] = undefined /*out*/;
|
|
74
76
|
}
|
|
75
77
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/deadline/monitor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitor.js","sourceRoot":"","sources":["../../deadline/monitor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"monitor.js","sourceRoot":"","sources":["../../deadline/monitor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
4
|
+
*/
|
|
5
|
+
export declare function getIpPoolRouteTableAssociation(args: GetIpPoolRouteTableAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetIpPoolRouteTableAssociationResult>;
|
|
6
|
+
export interface GetIpPoolRouteTableAssociationArgs {
|
|
7
|
+
/**
|
|
8
|
+
* The route table association ID.
|
|
9
|
+
*/
|
|
10
|
+
associationId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetIpPoolRouteTableAssociationResult {
|
|
13
|
+
/**
|
|
14
|
+
* The route table association ID.
|
|
15
|
+
*/
|
|
16
|
+
readonly associationId?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
20
|
+
*/
|
|
21
|
+
export declare function getIpPoolRouteTableAssociationOutput(args: GetIpPoolRouteTableAssociationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIpPoolRouteTableAssociationResult>;
|
|
22
|
+
export interface GetIpPoolRouteTableAssociationOutputArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The route table association ID.
|
|
25
|
+
*/
|
|
26
|
+
associationId: pulumi.Input<string>;
|
|
27
|
+
}
|
|
@@ -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.getIpPoolRouteTableAssociationOutput = exports.getIpPoolRouteTableAssociation = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
10
|
+
*/
|
|
11
|
+
function getIpPoolRouteTableAssociation(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:ec2:getIpPoolRouteTableAssociation", {
|
|
14
|
+
"associationId": args.associationId,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getIpPoolRouteTableAssociation = getIpPoolRouteTableAssociation;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
20
|
+
*/
|
|
21
|
+
function getIpPoolRouteTableAssociationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:ec2:getIpPoolRouteTableAssociation", {
|
|
24
|
+
"associationId": args.associationId,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getIpPoolRouteTableAssociationOutput = getIpPoolRouteTableAssociationOutput;
|
|
28
|
+
//# sourceMappingURL=getIpPoolRouteTableAssociation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIpPoolRouteTableAssociation.js","sourceRoot":"","sources":["../../ec2/getIpPoolRouteTableAssociation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC;AAeD;;GAEG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAAiC;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oFAKC"}
|
package/ec2/index.d.ts
CHANGED
|
@@ -82,6 +82,9 @@ export declare const getInstanceConnectEndpointOutput: typeof import("./getInsta
|
|
|
82
82
|
export { GetInternetGatewayArgs, GetInternetGatewayResult, GetInternetGatewayOutputArgs } from "./getInternetGateway";
|
|
83
83
|
export declare const getInternetGateway: typeof import("./getInternetGateway").getInternetGateway;
|
|
84
84
|
export declare const getInternetGatewayOutput: typeof import("./getInternetGateway").getInternetGatewayOutput;
|
|
85
|
+
export { GetIpPoolRouteTableAssociationArgs, GetIpPoolRouteTableAssociationResult, GetIpPoolRouteTableAssociationOutputArgs } from "./getIpPoolRouteTableAssociation";
|
|
86
|
+
export declare const getIpPoolRouteTableAssociation: typeof import("./getIpPoolRouteTableAssociation").getIpPoolRouteTableAssociation;
|
|
87
|
+
export declare const getIpPoolRouteTableAssociationOutput: typeof import("./getIpPoolRouteTableAssociation").getIpPoolRouteTableAssociationOutput;
|
|
85
88
|
export { GetIpamArgs, GetIpamResult, GetIpamOutputArgs } from "./getIpam";
|
|
86
89
|
export declare const getIpam: typeof import("./getIpam").getIpam;
|
|
87
90
|
export declare const getIpamOutput: typeof import("./getIpam").getIpamOutput;
|
|
@@ -301,6 +304,9 @@ export declare const InstanceConnectEndpoint: typeof import("./instanceConnectEn
|
|
|
301
304
|
export { InternetGatewayArgs } from "./internetGateway";
|
|
302
305
|
export type InternetGateway = import("./internetGateway").InternetGateway;
|
|
303
306
|
export declare const InternetGateway: typeof import("./internetGateway").InternetGateway;
|
|
307
|
+
export { IpPoolRouteTableAssociationArgs } from "./ipPoolRouteTableAssociation";
|
|
308
|
+
export type IpPoolRouteTableAssociation = import("./ipPoolRouteTableAssociation").IpPoolRouteTableAssociation;
|
|
309
|
+
export declare const IpPoolRouteTableAssociation: typeof import("./ipPoolRouteTableAssociation").IpPoolRouteTableAssociation;
|
|
304
310
|
export { IpamArgs } from "./ipam";
|
|
305
311
|
export type Ipam = import("./ipam").Ipam;
|
|
306
312
|
export declare const Ipam: typeof import("./ipam").Ipam;
|
package/ec2/index.js
CHANGED
|
@@ -16,12 +16,12 @@ 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.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.VpnGateway = exports.VpnConnectionRoute = exports.VpnConnection = exports.VpcdhcpOptionsAssociation = exports.VpcPeeringConnection = exports.VpcGatewayAttachment = exports.VpcEndpointServicePermissions = exports.VpcEndpointService = exports.VpcEndpointConnectionNotification = exports.VpcEndpoint = exports.VpcCidrBlock = exports.VpcBlockPublicAccessOptions = exports.VpcBlockPublicAccessExclusion = exports.Vpc = void 0;
|
|
19
|
+
exports.getIpamAllocationOutput = exports.getIpamAllocation = exports.getIpamOutput = exports.getIpam = exports.getIpPoolRouteTableAssociationOutput = exports.getIpPoolRouteTableAssociation = exports.getInternetGatewayOutput = exports.getInternetGateway = exports.getInstanceConnectEndpointOutput = exports.getInstanceConnectEndpoint = exports.getInstanceOutput = exports.getInstance = exports.getHostOutput = exports.getHost = exports.getGatewayRouteTableAssociationOutput = exports.getGatewayRouteTableAssociation = exports.getFlowLogOutput = exports.getFlowLog = exports.getEnclaveCertificateIamRoleAssociationOutput = exports.getEnclaveCertificateIamRoleAssociation = exports.getEipAssociationOutput = exports.getEipAssociation = exports.getEipOutput = exports.getEip = exports.getEgressOnlyInternetGatewayOutput = exports.getEgressOnlyInternetGateway = exports.getEc2FleetOutput = exports.getEc2Fleet = exports.getDhcpOptionsOutput = exports.getDhcpOptions = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.getCarrierGatewayOutput = exports.getCarrierGateway = exports.getCapacityReservationFleetOutput = exports.getCapacityReservationFleet = exports.getCapacityReservationOutput = exports.getCapacityReservation = exports.GatewayRouteTableAssociation = exports.FlowLog = exports.EnclaveCertificateIamRoleAssociation = exports.EipAssociation = exports.Eip = exports.EgressOnlyInternetGateway = exports.Ec2Fleet = exports.DhcpOptions = exports.CustomerGateway = exports.CarrierGateway = exports.CapacityReservationFleet = exports.CapacityReservation = void 0;
|
|
20
|
+
exports.getRouteServerPeerOutput = exports.getRouteServerPeer = exports.getRouteServerEndpointOutput = exports.getRouteServerEndpoint = exports.getRouteServerOutput = exports.getRouteServer = exports.getRouteOutput = exports.getRoute = exports.getPrefixListOutput = exports.getPrefixList = exports.getPlacementGroupOutput = exports.getPlacementGroup = exports.getNetworkInterfaceAttachmentOutput = exports.getNetworkInterfaceAttachment = exports.getNetworkInterfaceOutput = exports.getNetworkInterface = exports.getNetworkInsightsPathOutput = exports.getNetworkInsightsPath = exports.getNetworkInsightsAnalysisOutput = exports.getNetworkInsightsAnalysis = exports.getNetworkInsightsAccessScopeAnalysisOutput = exports.getNetworkInsightsAccessScopeAnalysis = exports.getNetworkInsightsAccessScopeOutput = exports.getNetworkInsightsAccessScope = exports.getNetworkAclOutput = exports.getNetworkAcl = exports.getNatGatewayOutput = exports.getNatGateway = exports.getLocalGatewayRouteTableVpcAssociationOutput = exports.getLocalGatewayRouteTableVpcAssociation = exports.getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput = exports.getLocalGatewayRouteTableVirtualInterfaceGroupAssociation = exports.getLocalGatewayRouteTableOutput = exports.getLocalGatewayRouteTable = exports.getLocalGatewayRouteOutput = exports.getLocalGatewayRoute = exports.getLaunchTemplateOutput = exports.getLaunchTemplate = exports.getKeyPairOutput = exports.getKeyPair = exports.getIpamScopeOutput = exports.getIpamScope = exports.getIpamResourceDiscoveryAssociationOutput = exports.getIpamResourceDiscoveryAssociation = exports.getIpamResourceDiscoveryOutput = exports.getIpamResourceDiscovery = exports.getIpamPoolCidrOutput = exports.getIpamPoolCidr = exports.getIpamPoolOutput = exports.getIpamPool = void 0;
|
|
21
|
+
exports.getTransitGatewayVpcAttachmentOutput = exports.getTransitGatewayVpcAttachment = exports.getTransitGatewayRouteTableOutput = exports.getTransitGatewayRouteTable = exports.getTransitGatewayPeeringAttachmentOutput = exports.getTransitGatewayPeeringAttachment = exports.getTransitGatewayMulticastGroupSourceOutput = exports.getTransitGatewayMulticastGroupSource = exports.getTransitGatewayMulticastGroupMemberOutput = exports.getTransitGatewayMulticastGroupMember = exports.getTransitGatewayMulticastDomainAssociationOutput = exports.getTransitGatewayMulticastDomainAssociation = exports.getTransitGatewayMulticastDomainOutput = exports.getTransitGatewayMulticastDomain = exports.getTransitGatewayConnectOutput = exports.getTransitGatewayConnect = exports.getTransitGatewayAttachmentOutput = exports.getTransitGatewayAttachment = exports.getTransitGatewayOutput = exports.getTransitGateway = exports.getTrafficMirrorTargetOutput = exports.getTrafficMirrorTarget = exports.getTrafficMirrorSessionOutput = exports.getTrafficMirrorSession = exports.getTrafficMirrorFilterRuleOutput = exports.getTrafficMirrorFilterRule = exports.getTrafficMirrorFilterOutput = exports.getTrafficMirrorFilter = exports.getSubnetRouteTableAssociationOutput = exports.getSubnetRouteTableAssociation = exports.getSubnetNetworkAclAssociationOutput = exports.getSubnetNetworkAclAssociation = exports.getSubnetCidrBlockOutput = exports.getSubnetCidrBlock = exports.getSubnetOutput = exports.getSubnet = exports.getSpotFleetOutput = exports.getSpotFleet = exports.getSnapshotBlockPublicAccessOutput = exports.getSnapshotBlockPublicAccess = exports.getSecurityGroupVpcAssociationOutput = exports.getSecurityGroupVpcAssociation = exports.getSecurityGroupIngressOutput = exports.getSecurityGroupIngress = exports.getSecurityGroupEgressOutput = exports.getSecurityGroupEgress = exports.getSecurityGroupOutput = exports.getSecurityGroup = exports.getRouteTableOutput = exports.getRouteTable = void 0;
|
|
22
|
+
exports.LocalGatewayRouteTable = exports.LocalGatewayRoute = exports.LaunchTemplate = exports.KeyPair = exports.IpamScope = exports.IpamResourceDiscoveryAssociation = exports.IpamResourceDiscovery = exports.IpamPoolCidr = exports.IpamPool = exports.IpamAllocation = exports.Ipam = exports.IpPoolRouteTableAssociation = exports.InternetGateway = exports.InstanceConnectEndpoint = exports.Instance = exports.Host = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getVpcPeeringConnectionOutput = exports.getVpcPeeringConnection = exports.getVpcGatewayAttachmentOutput = exports.getVpcGatewayAttachment = exports.getVpcEndpointServicePermissionsOutput = exports.getVpcEndpointServicePermissions = exports.getVpcEndpointServiceOutput = exports.getVpcEndpointService = exports.getVpcEndpointConnectionNotificationOutput = exports.getVpcEndpointConnectionNotification = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getVpcCidrBlockOutput = exports.getVpcCidrBlock = exports.getVpcBlockPublicAccessOptionsOutput = exports.getVpcBlockPublicAccessOptions = exports.getVpcBlockPublicAccessExclusionOutput = exports.getVpcBlockPublicAccessExclusion = exports.getVpcOutput = exports.getVpc = exports.getVolumeOutput = exports.getVolume = exports.getVerifiedAccessTrustProviderOutput = exports.getVerifiedAccessTrustProvider = exports.getVerifiedAccessInstanceOutput = exports.getVerifiedAccessInstance = exports.getVerifiedAccessGroupOutput = exports.getVerifiedAccessGroup = exports.getVerifiedAccessEndpointOutput = exports.getVerifiedAccessEndpoint = void 0;
|
|
23
|
+
exports.VerifiedAccessInstance = exports.VerifiedAccessGroup = exports.VerifiedAccessEndpoint = exports.TransitGatewayVpcAttachment = exports.TransitGatewayRouteTablePropagation = exports.TransitGatewayRouteTableAssociation = exports.TransitGatewayRouteTable = exports.TransitGatewayRoute = exports.TransitGatewayPeeringAttachment = exports.TransitGatewayMulticastGroupSource = exports.TransitGatewayMulticastGroupMember = exports.TransitGatewayMulticastDomainAssociation = exports.TransitGatewayMulticastDomain = exports.TransitGatewayConnect = exports.TransitGatewayAttachment = exports.TransitGateway = exports.TrafficMirrorTarget = exports.TrafficMirrorSession = exports.TrafficMirrorFilterRule = exports.TrafficMirrorFilter = exports.SubnetRouteTableAssociation = exports.SubnetNetworkAclAssociation = exports.SubnetCidrBlock = exports.Subnet = exports.SpotFleet = exports.SnapshotBlockPublicAccess = exports.SecurityGroupVpcAssociation = exports.SecurityGroupIngress = exports.SecurityGroupEgress = exports.SecurityGroup = exports.RouteTable = exports.RouteServerPropagation = exports.RouteServerPeer = exports.RouteServerEndpoint = exports.RouteServerAssociation = exports.RouteServer = exports.Route = exports.PrefixList = exports.PlacementGroup = exports.NetworkPerformanceMetricSubscription = exports.NetworkInterfaceAttachment = exports.NetworkInterface = exports.NetworkInsightsPath = exports.NetworkInsightsAnalysis = exports.NetworkInsightsAccessScopeAnalysis = exports.NetworkInsightsAccessScope = exports.NetworkAcl = exports.NatGateway = exports.LocalGatewayRouteTableVpcAssociation = exports.LocalGatewayRouteTableVirtualInterfaceGroupAssociation = void 0;
|
|
24
|
+
exports.VpnGateway = exports.VpnConnectionRoute = exports.VpnConnection = exports.VpcdhcpOptionsAssociation = exports.VpcPeeringConnection = exports.VpcGatewayAttachment = exports.VpcEndpointServicePermissions = exports.VpcEndpointService = exports.VpcEndpointConnectionNotification = exports.VpcEndpoint = exports.VpcCidrBlock = exports.VpcBlockPublicAccessOptions = exports.VpcBlockPublicAccessExclusion = exports.Vpc = exports.VolumeAttachment = exports.Volume = exports.VerifiedAccessTrustProvider = void 0;
|
|
25
25
|
const pulumi = require("@pulumi/pulumi");
|
|
26
26
|
const utilities = require("../utilities");
|
|
27
27
|
exports.CapacityReservation = null;
|
|
@@ -96,6 +96,9 @@ utilities.lazyLoad(exports, ["getInstanceConnectEndpoint", "getInstanceConnectEn
|
|
|
96
96
|
exports.getInternetGateway = null;
|
|
97
97
|
exports.getInternetGatewayOutput = null;
|
|
98
98
|
utilities.lazyLoad(exports, ["getInternetGateway", "getInternetGatewayOutput"], () => require("./getInternetGateway"));
|
|
99
|
+
exports.getIpPoolRouteTableAssociation = null;
|
|
100
|
+
exports.getIpPoolRouteTableAssociationOutput = null;
|
|
101
|
+
utilities.lazyLoad(exports, ["getIpPoolRouteTableAssociation", "getIpPoolRouteTableAssociationOutput"], () => require("./getIpPoolRouteTableAssociation"));
|
|
99
102
|
exports.getIpam = null;
|
|
100
103
|
exports.getIpamOutput = null;
|
|
101
104
|
utilities.lazyLoad(exports, ["getIpam", "getIpamOutput"], () => require("./getIpam"));
|
|
@@ -311,6 +314,8 @@ exports.InstanceConnectEndpoint = null;
|
|
|
311
314
|
utilities.lazyLoad(exports, ["InstanceConnectEndpoint"], () => require("./instanceConnectEndpoint"));
|
|
312
315
|
exports.InternetGateway = null;
|
|
313
316
|
utilities.lazyLoad(exports, ["InternetGateway"], () => require("./internetGateway"));
|
|
317
|
+
exports.IpPoolRouteTableAssociation = null;
|
|
318
|
+
utilities.lazyLoad(exports, ["IpPoolRouteTableAssociation"], () => require("./ipPoolRouteTableAssociation"));
|
|
314
319
|
exports.Ipam = null;
|
|
315
320
|
utilities.lazyLoad(exports, ["Ipam"], () => require("./ipam"));
|
|
316
321
|
exports.IpamAllocation = null;
|
|
@@ -505,6 +510,8 @@ const _module = {
|
|
|
505
510
|
return new exports.InstanceConnectEndpoint(name, undefined, { urn });
|
|
506
511
|
case "aws-native:ec2:InternetGateway":
|
|
507
512
|
return new exports.InternetGateway(name, undefined, { urn });
|
|
513
|
+
case "aws-native:ec2:IpPoolRouteTableAssociation":
|
|
514
|
+
return new exports.IpPoolRouteTableAssociation(name, undefined, { urn });
|
|
508
515
|
case "aws-native:ec2:Ipam":
|
|
509
516
|
return new exports.Ipam(name, undefined, { urn });
|
|
510
517
|
case "aws-native:ec2:IpamAllocation":
|