@pulumi/aws-native 1.58.0 → 1.59.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/appstream/getStack.d.ts +68 -0
- package/appstream/getStack.js +28 -0
- package/appstream/getStack.js.map +1 -0
- package/appstream/index.d.ts +6 -0
- package/appstream/index.js +8 -1
- package/appstream/index.js.map +1 -1
- package/appstream/stack.d.ts +147 -0
- package/appstream/stack.js +84 -0
- package/appstream/stack.js.map +1 -0
- package/bcmdataexports/export.d.ts +49 -0
- package/bcmdataexports/export.js +65 -0
- package/bcmdataexports/export.js.map +1 -0
- package/bcmdataexports/getExport.d.ts +33 -0
- package/bcmdataexports/getExport.js +28 -0
- package/bcmdataexports/getExport.js.map +1 -0
- package/bcmdataexports/index.d.ts +7 -0
- package/bcmdataexports/index.js +41 -0
- package/bcmdataexports/index.js.map +1 -0
- package/bedrockagentcore/onlineEvaluationConfig.d.ts +5 -1
- package/bedrockagentcore/onlineEvaluationConfig.js +1 -1
- package/bedrockagentcore/onlineEvaluationConfig.js.map +1 -1
- package/customerprofiles/getRecommender.d.ts +46 -0
- package/customerprofiles/getRecommender.js +30 -0
- package/customerprofiles/getRecommender.js.map +1 -0
- package/customerprofiles/index.d.ts +6 -0
- package/customerprofiles/index.js +8 -1
- package/customerprofiles/index.js.map +1 -1
- package/customerprofiles/recommender.d.ts +73 -0
- package/customerprofiles/recommender.js +88 -0
- package/customerprofiles/recommender.js.map +1 -0
- package/devopsagent/agentSpace.d.ts +85 -0
- package/devopsagent/agentSpace.js +74 -0
- package/devopsagent/agentSpace.js.map +1 -0
- package/devopsagent/association.d.ts +79 -0
- package/devopsagent/association.js +79 -0
- package/devopsagent/association.js.map +1 -0
- package/devopsagent/getAgentSpace.d.ts +53 -0
- package/devopsagent/getAgentSpace.js +28 -0
- package/devopsagent/getAgentSpace.js.map +1 -0
- package/devopsagent/getAssociation.d.ts +52 -0
- package/devopsagent/getAssociation.js +30 -0
- package/devopsagent/getAssociation.js.map +1 -0
- package/devopsagent/getService.d.ts +44 -0
- package/devopsagent/getService.js +28 -0
- package/devopsagent/getService.js.map +1 -0
- package/devopsagent/index.d.ts +19 -0
- package/devopsagent/index.js +55 -0
- package/devopsagent/index.js.map +1 -0
- package/devopsagent/service.d.ts +84 -0
- package/devopsagent/service.js +75 -0
- package/devopsagent/service.js.map +1 -0
- package/ec2/ec2Fleet.d.ts +2 -0
- package/ec2/ec2Fleet.js +3 -1
- package/ec2/ec2Fleet.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +12 -6
- package/index.js.map +1 -1
- package/interconnect/connection.d.ts +124 -0
- package/interconnect/connection.js +89 -0
- package/interconnect/connection.js.map +1 -0
- package/interconnect/getConnection.d.ts +69 -0
- package/interconnect/getConnection.js +28 -0
- package/interconnect/getConnection.js.map +1 -0
- package/interconnect/index.d.ts +7 -0
- package/interconnect/index.js +41 -0
- package/interconnect/index.js.map +1 -0
- package/logs/getLogGroup.d.ts +1 -0
- package/logs/getLogGroup.js.map +1 -1
- package/logs/logGroup.d.ts +2 -0
- package/logs/logGroup.js +2 -0
- package/logs/logGroup.js.map +1 -1
- package/omics/configuration.d.ts +88 -0
- package/omics/configuration.js +75 -0
- package/omics/configuration.js.map +1 -0
- package/omics/getConfiguration.d.ts +50 -0
- package/omics/getConfiguration.js +28 -0
- package/omics/getConfiguration.js.map +1 -0
- package/omics/index.d.ts +6 -0
- package/omics/index.js +8 -1
- package/omics/index.js.map +1 -1
- package/opensearchserverless/collection.d.ts +1 -0
- package/opensearchserverless/collection.js +2 -0
- package/opensearchserverless/collection.js.map +1 -1
- package/opensearchserverless/getCollection.d.ts +2 -0
- package/opensearchserverless/getCollection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/servicediscovery/getService.d.ts +15 -11
- package/servicediscovery/getService.js.map +1 -1
- package/servicediscovery/service.d.ts +35 -23
- package/servicediscovery/service.js.map +1 -1
- package/types/enums/bcmdataexports/index.d.ts +23 -0
- package/types/enums/bcmdataexports/index.js +24 -0
- package/types/enums/bcmdataexports/index.js.map +1 -0
- package/types/enums/customerprofiles/index.d.ts +14 -0
- package/types/enums/customerprofiles/index.js +11 -1
- package/types/enums/customerprofiles/index.js.map +1 -1
- package/types/enums/devopsagent/index.d.ts +12 -0
- package/types/enums/devopsagent/index.js +14 -0
- package/types/enums/devopsagent/index.js.map +1 -0
- package/types/enums/ec2/index.d.ts +4 -0
- package/types/enums/ec2/index.js +6 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +4 -1
- package/types/enums/index.js +10 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/interconnect/index.d.ts +13 -0
- package/types/enums/interconnect/index.js +15 -0
- package/types/enums/interconnect/index.js.map +1 -0
- package/types/enums/omics/index.d.ts +12 -0
- package/types/enums/omics/index.js +9 -1
- package/types/enums/omics/index.js.map +1 -1
- package/types/input.d.ts +514 -22
- package/types/output.d.ts +576 -22
- package/types/output.js.map +1 -1
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::AppStream::Stack
|
|
5
|
+
*/
|
|
6
|
+
export declare function getStack(args: GetStackArgs, opts?: pulumi.InvokeOptions): Promise<GetStackResult>;
|
|
7
|
+
export interface GetStackArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the stack.
|
|
10
|
+
*/
|
|
11
|
+
name: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetStackResult {
|
|
14
|
+
/**
|
|
15
|
+
* The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
|
|
16
|
+
*/
|
|
17
|
+
readonly accessEndpoints?: outputs.appstream.StackAccessEndpoint[];
|
|
18
|
+
/**
|
|
19
|
+
* The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
|
|
20
|
+
*/
|
|
21
|
+
readonly applicationSettings?: outputs.appstream.StackApplicationSettings;
|
|
22
|
+
/**
|
|
23
|
+
* The description to display.
|
|
24
|
+
*/
|
|
25
|
+
readonly description?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The stack name to display.
|
|
28
|
+
*/
|
|
29
|
+
readonly displayName?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
|
32
|
+
*/
|
|
33
|
+
readonly embedHostDomains?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
|
|
36
|
+
*/
|
|
37
|
+
readonly feedbackUrl?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The URL that users are redirected to after their streaming session ends.
|
|
40
|
+
*/
|
|
41
|
+
readonly redirectUrl?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The storage connectors to enable.
|
|
44
|
+
*/
|
|
45
|
+
readonly storageConnectors?: outputs.appstream.StackStorageConnector[];
|
|
46
|
+
/**
|
|
47
|
+
* The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
|
48
|
+
*/
|
|
49
|
+
readonly streamingExperienceSettings?: outputs.appstream.StackStreamingExperienceSettings;
|
|
50
|
+
/**
|
|
51
|
+
* An array of key-value pairs.
|
|
52
|
+
*/
|
|
53
|
+
readonly tags?: outputs.Tag[];
|
|
54
|
+
/**
|
|
55
|
+
* The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
|
|
56
|
+
*/
|
|
57
|
+
readonly userSettings?: outputs.appstream.StackUserSetting[];
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Resource Type definition for AWS::AppStream::Stack
|
|
61
|
+
*/
|
|
62
|
+
export declare function getStackOutput(args: GetStackOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetStackResult>;
|
|
63
|
+
export interface GetStackOutputArgs {
|
|
64
|
+
/**
|
|
65
|
+
* The name of the stack.
|
|
66
|
+
*/
|
|
67
|
+
name: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -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.getStackOutput = exports.getStack = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::AppStream::Stack
|
|
10
|
+
*/
|
|
11
|
+
function getStack(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:appstream:getStack", {
|
|
14
|
+
"name": args.name,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getStack = getStack;
|
|
18
|
+
/**
|
|
19
|
+
* Resource Type definition for AWS::AppStream::Stack
|
|
20
|
+
*/
|
|
21
|
+
function getStackOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:appstream:getStack", {
|
|
24
|
+
"name": args.name,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getStackOutput = getStackOutput;
|
|
28
|
+
//# sourceMappingURL=getStack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStack.js","sourceRoot":"","sources":["../../appstream/getStack.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAuDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
package/appstream/index.d.ts
CHANGED
|
@@ -37,6 +37,12 @@ export declare const getEntitlementOutput: typeof import("./getEntitlement").get
|
|
|
37
37
|
export { GetImageBuilderArgs, GetImageBuilderResult, GetImageBuilderOutputArgs } from "./getImageBuilder";
|
|
38
38
|
export declare const getImageBuilder: typeof import("./getImageBuilder").getImageBuilder;
|
|
39
39
|
export declare const getImageBuilderOutput: typeof import("./getImageBuilder").getImageBuilderOutput;
|
|
40
|
+
export { GetStackArgs, GetStackResult, GetStackOutputArgs } from "./getStack";
|
|
41
|
+
export declare const getStack: typeof import("./getStack").getStack;
|
|
42
|
+
export declare const getStackOutput: typeof import("./getStack").getStackOutput;
|
|
40
43
|
export { ImageBuilderArgs } from "./imageBuilder";
|
|
41
44
|
export type ImageBuilder = import("./imageBuilder").ImageBuilder;
|
|
42
45
|
export declare const ImageBuilder: typeof import("./imageBuilder").ImageBuilder;
|
|
46
|
+
export { StackArgs } from "./stack";
|
|
47
|
+
export type Stack = import("./stack").Stack;
|
|
48
|
+
export declare const Stack: typeof import("./stack").Stack;
|
package/appstream/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.ImageBuilder = exports.getImageBuilderOutput = exports.getImageBuilder = exports.getEntitlementOutput = exports.getEntitlement = exports.getDirectoryConfigOutput = exports.getDirectoryConfig = exports.getApplicationOutput = exports.getApplication = exports.getAppBlockBuilderOutput = exports.getAppBlockBuilder = exports.getAppBlockOutput = exports.getAppBlock = exports.Entitlement = exports.DirectoryConfig = exports.ApplicationFleetAssociation = exports.ApplicationEntitlementAssociation = exports.Application = exports.AppBlockBuilder = exports.AppBlock = void 0;
|
|
5
|
+
exports.Stack = exports.ImageBuilder = exports.getStackOutput = exports.getStack = exports.getImageBuilderOutput = exports.getImageBuilder = exports.getEntitlementOutput = exports.getEntitlement = exports.getDirectoryConfigOutput = exports.getDirectoryConfig = exports.getApplicationOutput = exports.getApplication = exports.getAppBlockBuilderOutput = exports.getAppBlockBuilder = exports.getAppBlockOutput = exports.getAppBlock = exports.Entitlement = exports.DirectoryConfig = exports.ApplicationFleetAssociation = exports.ApplicationEntitlementAssociation = exports.Application = exports.AppBlockBuilder = exports.AppBlock = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AppBlock = null;
|
|
@@ -37,8 +37,13 @@ utilities.lazyLoad(exports, ["getEntitlement", "getEntitlementOutput"], () => re
|
|
|
37
37
|
exports.getImageBuilder = null;
|
|
38
38
|
exports.getImageBuilderOutput = null;
|
|
39
39
|
utilities.lazyLoad(exports, ["getImageBuilder", "getImageBuilderOutput"], () => require("./getImageBuilder"));
|
|
40
|
+
exports.getStack = null;
|
|
41
|
+
exports.getStackOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getStack", "getStackOutput"], () => require("./getStack"));
|
|
40
43
|
exports.ImageBuilder = null;
|
|
41
44
|
utilities.lazyLoad(exports, ["ImageBuilder"], () => require("./imageBuilder"));
|
|
45
|
+
exports.Stack = null;
|
|
46
|
+
utilities.lazyLoad(exports, ["Stack"], () => require("./stack"));
|
|
42
47
|
const _module = {
|
|
43
48
|
version: utilities.getVersion(),
|
|
44
49
|
construct: (name, type, urn) => {
|
|
@@ -59,6 +64,8 @@ const _module = {
|
|
|
59
64
|
return new exports.Entitlement(name, undefined, { urn });
|
|
60
65
|
case "aws-native:appstream:ImageBuilder":
|
|
61
66
|
return new exports.ImageBuilder(name, undefined, { urn });
|
|
67
|
+
case "aws-native:appstream:Stack":
|
|
68
|
+
return new exports.Stack(name, undefined, { urn });
|
|
62
69
|
default:
|
|
63
70
|
throw new Error(`unknown resource type ${type}`);
|
|
64
71
|
}
|
package/appstream/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../appstream/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,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,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,iCAAiC,GAA2F,IAAW,CAAC;AACrJ,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mCAAmC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qCAAqC,CAAC,CAAC,CAAC;AAI5G,QAAA,2BAA2B,GAA+E,IAAW,CAAC;AACnI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,+BAA+B,CAAC,CAAC,CAAC;AAIhG,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,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;AAGhE,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,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,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,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,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;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../appstream/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,147 @@
|
|
|
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::AppStream::Stack
|
|
6
|
+
*/
|
|
7
|
+
export declare class Stack extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Stack 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): Stack;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of Stack. 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 Stack;
|
|
22
|
+
/**
|
|
23
|
+
* The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
|
|
24
|
+
*/
|
|
25
|
+
readonly accessEndpoints: pulumi.Output<outputs.appstream.StackAccessEndpoint[] | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
|
|
28
|
+
*/
|
|
29
|
+
readonly applicationSettings: pulumi.Output<outputs.appstream.StackApplicationSettings | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* The stack attributes to delete.
|
|
32
|
+
*/
|
|
33
|
+
readonly attributesToDelete: pulumi.Output<string[] | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
|
|
36
|
+
*/
|
|
37
|
+
readonly deleteStorageConnectors: pulumi.Output<boolean | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* The description to display.
|
|
40
|
+
*/
|
|
41
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* The stack name to display.
|
|
44
|
+
*/
|
|
45
|
+
readonly displayName: pulumi.Output<string | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
|
48
|
+
*/
|
|
49
|
+
readonly embedHostDomains: pulumi.Output<string[] | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
|
|
52
|
+
*/
|
|
53
|
+
readonly feedbackUrl: pulumi.Output<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the stack.
|
|
56
|
+
*/
|
|
57
|
+
readonly name: pulumi.Output<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* The URL that users are redirected to after their streaming session ends.
|
|
60
|
+
*/
|
|
61
|
+
readonly redirectUrl: pulumi.Output<string | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* The storage connectors to enable.
|
|
64
|
+
*/
|
|
65
|
+
readonly storageConnectors: pulumi.Output<outputs.appstream.StackStorageConnector[] | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
|
68
|
+
*/
|
|
69
|
+
readonly streamingExperienceSettings: pulumi.Output<outputs.appstream.StackStreamingExperienceSettings | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* An array of key-value pairs.
|
|
72
|
+
*/
|
|
73
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
|
|
76
|
+
*/
|
|
77
|
+
readonly userSettings: pulumi.Output<outputs.appstream.StackUserSetting[] | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* Create a Stack resource with the given unique name, arguments, and options.
|
|
80
|
+
*
|
|
81
|
+
* @param name The _unique_ name of the resource.
|
|
82
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
83
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
84
|
+
*/
|
|
85
|
+
constructor(name: string, args?: StackArgs, opts?: pulumi.CustomResourceOptions);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* The set of arguments for constructing a Stack resource.
|
|
89
|
+
*/
|
|
90
|
+
export interface StackArgs {
|
|
91
|
+
/**
|
|
92
|
+
* The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
|
|
93
|
+
*/
|
|
94
|
+
accessEndpoints?: pulumi.Input<pulumi.Input<inputs.appstream.StackAccessEndpointArgs>[]>;
|
|
95
|
+
/**
|
|
96
|
+
* The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
|
|
97
|
+
*/
|
|
98
|
+
applicationSettings?: pulumi.Input<inputs.appstream.StackApplicationSettingsArgs>;
|
|
99
|
+
/**
|
|
100
|
+
* The stack attributes to delete.
|
|
101
|
+
*/
|
|
102
|
+
attributesToDelete?: pulumi.Input<pulumi.Input<string>[]>;
|
|
103
|
+
/**
|
|
104
|
+
* This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
|
|
105
|
+
*/
|
|
106
|
+
deleteStorageConnectors?: pulumi.Input<boolean>;
|
|
107
|
+
/**
|
|
108
|
+
* The description to display.
|
|
109
|
+
*/
|
|
110
|
+
description?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The stack name to display.
|
|
113
|
+
*/
|
|
114
|
+
displayName?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
|
|
117
|
+
*/
|
|
118
|
+
embedHostDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
119
|
+
/**
|
|
120
|
+
* The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
|
|
121
|
+
*/
|
|
122
|
+
feedbackUrl?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The name of the stack.
|
|
125
|
+
*/
|
|
126
|
+
name?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The URL that users are redirected to after their streaming session ends.
|
|
129
|
+
*/
|
|
130
|
+
redirectUrl?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The storage connectors to enable.
|
|
133
|
+
*/
|
|
134
|
+
storageConnectors?: pulumi.Input<pulumi.Input<inputs.appstream.StackStorageConnectorArgs>[]>;
|
|
135
|
+
/**
|
|
136
|
+
* The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
|
|
137
|
+
*/
|
|
138
|
+
streamingExperienceSettings?: pulumi.Input<inputs.appstream.StackStreamingExperienceSettingsArgs>;
|
|
139
|
+
/**
|
|
140
|
+
* An array of key-value pairs.
|
|
141
|
+
*/
|
|
142
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
143
|
+
/**
|
|
144
|
+
* The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
|
|
145
|
+
*/
|
|
146
|
+
userSettings?: pulumi.Input<pulumi.Input<inputs.appstream.StackUserSettingArgs>[]>;
|
|
147
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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.Stack = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::AppStream::Stack
|
|
10
|
+
*/
|
|
11
|
+
class Stack extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Stack 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 Stack(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Stack. 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'] === Stack.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Stack 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
|
+
resourceInputs["accessEndpoints"] = args?.accessEndpoints;
|
|
45
|
+
resourceInputs["applicationSettings"] = args?.applicationSettings;
|
|
46
|
+
resourceInputs["attributesToDelete"] = args?.attributesToDelete;
|
|
47
|
+
resourceInputs["deleteStorageConnectors"] = args?.deleteStorageConnectors;
|
|
48
|
+
resourceInputs["description"] = args?.description;
|
|
49
|
+
resourceInputs["displayName"] = args?.displayName;
|
|
50
|
+
resourceInputs["embedHostDomains"] = args?.embedHostDomains;
|
|
51
|
+
resourceInputs["feedbackUrl"] = args?.feedbackUrl;
|
|
52
|
+
resourceInputs["name"] = args?.name;
|
|
53
|
+
resourceInputs["redirectUrl"] = args?.redirectUrl;
|
|
54
|
+
resourceInputs["storageConnectors"] = args?.storageConnectors;
|
|
55
|
+
resourceInputs["streamingExperienceSettings"] = args?.streamingExperienceSettings;
|
|
56
|
+
resourceInputs["tags"] = args?.tags;
|
|
57
|
+
resourceInputs["userSettings"] = args?.userSettings;
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
resourceInputs["accessEndpoints"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["applicationSettings"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["attributesToDelete"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["deleteStorageConnectors"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["displayName"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["embedHostDomains"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["feedbackUrl"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["redirectUrl"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["storageConnectors"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["streamingExperienceSettings"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["userSettings"] = undefined /*out*/;
|
|
74
|
+
}
|
|
75
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
76
|
+
const replaceOnChanges = { replaceOnChanges: ["name"] };
|
|
77
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
78
|
+
super(Stack.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.Stack = Stack;
|
|
82
|
+
/** @internal */
|
|
83
|
+
Stack.__pulumiType = 'aws-native:appstream:Stack';
|
|
84
|
+
//# sourceMappingURL=stack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack.js","sourceRoot":"","sources":["../../appstream/stack.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,KAAK,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA2DD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgB,EAAE,IAAmC;QAC3E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,EAAE,2BAA2B,CAAC;YAClF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;SACvD;aAAM;YACH,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,6BAA6B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAjIL,sBAkIC;AArHG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Definition of AWS::BCMDataExports::Export Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare class Export extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Export 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): Export;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of Export. 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 Export;
|
|
22
|
+
/**
|
|
23
|
+
* The details that are available for an export.
|
|
24
|
+
*/
|
|
25
|
+
readonly export: pulumi.Output<outputs.bcmdataexports.Export>;
|
|
26
|
+
/**
|
|
27
|
+
* The Amazon Resource Name (ARN) for this export.
|
|
28
|
+
*/
|
|
29
|
+
readonly exportArn: pulumi.Output<string>;
|
|
30
|
+
readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Create a Export 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: ExportArgs, opts?: pulumi.CustomResourceOptions);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* The set of arguments for constructing a Export resource.
|
|
42
|
+
*/
|
|
43
|
+
export interface ExportArgs {
|
|
44
|
+
/**
|
|
45
|
+
* The details that are available for an export.
|
|
46
|
+
*/
|
|
47
|
+
export: pulumi.Input<inputs.bcmdataexports.ExportArgs>;
|
|
48
|
+
tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.Export = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::BCMDataExports::Export Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class Export extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Export 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 Export(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Export. 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'] === Export.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Export 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?.export === undefined && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'export'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["export"] = args?.export;
|
|
48
|
+
resourceInputs["tags"] = args?.tags;
|
|
49
|
+
resourceInputs["exportArn"] = undefined /*out*/;
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
resourceInputs["export"] = undefined /*out*/;
|
|
53
|
+
resourceInputs["exportArn"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
55
|
+
}
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
57
|
+
const replaceOnChanges = { replaceOnChanges: ["export.dataQuery.tableConfigurations.*", "export.name", "export.refreshCadence"] };
|
|
58
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
59
|
+
super(Export.__pulumiType, name, resourceInputs, opts);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.Export = Export;
|
|
63
|
+
/** @internal */
|
|
64
|
+
Export.__pulumiType = 'aws-native:bcmdataexports:Export';
|
|
65
|
+
//# sourceMappingURL=export.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.js","sourceRoot":"","sources":["../../bcmdataexports/export.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IAYD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgB,EAAE,IAAmC;QAC3E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;aAAM;YACH,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,wCAAwC,EAAE,aAAa,EAAE,uBAAuB,CAAC,EAAE,CAAC;QAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA/DL,wBAgEC;AAnDG,gBAAgB;AACO,mBAAY,GAAG,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of AWS::BCMDataExports::Export Resource Type
|
|
5
|
+
*/
|
|
6
|
+
export declare function getExport(args: GetExportArgs, opts?: pulumi.InvokeOptions): Promise<GetExportResult>;
|
|
7
|
+
export interface GetExportArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The Amazon Resource Name (ARN) for this export.
|
|
10
|
+
*/
|
|
11
|
+
exportArn: string;
|
|
12
|
+
}
|
|
13
|
+
export interface GetExportResult {
|
|
14
|
+
/**
|
|
15
|
+
* The details that are available for an export.
|
|
16
|
+
*/
|
|
17
|
+
readonly export?: outputs.bcmdataexports.Export;
|
|
18
|
+
/**
|
|
19
|
+
* The Amazon Resource Name (ARN) for this export.
|
|
20
|
+
*/
|
|
21
|
+
readonly exportArn?: string;
|
|
22
|
+
readonly tags?: outputs.Tag[];
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Definition of AWS::BCMDataExports::Export Resource Type
|
|
26
|
+
*/
|
|
27
|
+
export declare function getExportOutput(args: GetExportOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetExportResult>;
|
|
28
|
+
export interface GetExportOutputArgs {
|
|
29
|
+
/**
|
|
30
|
+
* The Amazon Resource Name (ARN) for this export.
|
|
31
|
+
*/
|
|
32
|
+
exportArn: pulumi.Input<string>;
|
|
33
|
+
}
|
|
@@ -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.getExportOutput = exports.getExport = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::BCMDataExports::Export Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getExport(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bcmdataexports:getExport", {
|
|
14
|
+
"exportArn": args.exportArn,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getExport = getExport;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::BCMDataExports::Export Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getExportOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:bcmdataexports:getExport", {
|
|
24
|
+
"exportArn": args.exportArn,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getExportOutput = getExportOutput;
|
|
28
|
+
//# sourceMappingURL=getExport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getExport.js","sourceRoot":"","sources":["../../bcmdataexports/getExport.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAoBD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ExportArgs } from "./export";
|
|
2
|
+
export type Export = import("./export").Export;
|
|
3
|
+
export declare const Export: typeof import("./export").Export;
|
|
4
|
+
export { GetExportArgs, GetExportResult, GetExportOutputArgs } from "./getExport";
|
|
5
|
+
export declare const getExport: typeof import("./getExport").getExport;
|
|
6
|
+
export declare const getExportOutput: typeof import("./getExport").getExportOutput;
|
|
7
|
+
export * from "../types/enums/bcmdataexports";
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
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
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.getExportOutput = exports.getExport = exports.Export = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../utilities");
|
|
22
|
+
exports.Export = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["Export"], () => require("./export"));
|
|
24
|
+
exports.getExport = null;
|
|
25
|
+
exports.getExportOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getExport", "getExportOutput"], () => require("./getExport"));
|
|
27
|
+
// Export enums:
|
|
28
|
+
__exportStar(require("../types/enums/bcmdataexports"), exports);
|
|
29
|
+
const _module = {
|
|
30
|
+
version: utilities.getVersion(),
|
|
31
|
+
construct: (name, type, urn) => {
|
|
32
|
+
switch (type) {
|
|
33
|
+
case "aws-native:bcmdataexports:Export":
|
|
34
|
+
return new exports.Export(name, undefined, { urn });
|
|
35
|
+
default:
|
|
36
|
+
throw new Error(`unknown resource type ${type}`);
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
pulumi.runtime.registerResourceModule("aws-native", "bcmdataexports", _module);
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bcmdataexports/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGtD,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG3F,gBAAgB;AAChB,gEAA8C;AAE9C,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,kCAAkC;gBACnC,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA"}
|