@pulumi/aws-native 1.36.0-alpha.1759361222 → 1.36.0-alpha.1759406604
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/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/bedrockagentcore/gateway.d.ts +68 -0
- package/bedrockagentcore/gateway.js +99 -0
- package/bedrockagentcore/gateway.js.map +1 -0
- package/bedrockagentcore/gatewayTarget.d.ts +52 -0
- package/bedrockagentcore/gatewayTarget.js +84 -0
- package/bedrockagentcore/gatewayTarget.js.map +1 -0
- package/bedrockagentcore/getGateway.d.ts +39 -0
- package/bedrockagentcore/getGateway.js +28 -0
- package/bedrockagentcore/getGateway.js.map +1 -0
- package/bedrockagentcore/getGatewayTarget.d.ts +31 -0
- package/bedrockagentcore/getGatewayTarget.js +30 -0
- package/bedrockagentcore/getGatewayTarget.js.map +1 -0
- package/bedrockagentcore/index.d.ts +12 -0
- package/bedrockagentcore/index.js +15 -1
- package/bedrockagentcore/index.js.map +1 -1
- package/cloudfront/getPublicKey.d.ts +2 -0
- package/cloudfront/getPublicKey.js +2 -0
- package/cloudfront/getPublicKey.js.map +1 -1
- package/cloudfront/publicKey.d.ts +1 -0
- package/cloudfront/publicKey.js +1 -0
- package/cloudfront/publicKey.js.map +1 -1
- package/cognito/userPoolUser.d.ts +6 -6
- package/ecs/capacityProvider.d.ts +6 -0
- package/ecs/capacityProvider.js.map +1 -1
- package/ecs/getCapacityProvider.d.ts +3 -0
- package/ecs/getCapacityProvider.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/servicecatalog/getPortfolioShare.d.ts +35 -0
- package/servicecatalog/getPortfolioShare.js +30 -0
- package/servicecatalog/getPortfolioShare.js.map +1 -0
- package/servicecatalog/index.d.ts +6 -0
- package/servicecatalog/index.js +8 -1
- package/servicecatalog/index.js.map +1 -1
- package/servicecatalog/portfolioShare.d.ts +65 -0
- package/servicecatalog/portfolioShare.js +70 -0
- package/servicecatalog/portfolioShare.js.map +1 -0
- package/types/enums/bedrockagentcore/index.d.ts +55 -0
- package/types/enums/bedrockagentcore/index.js +47 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cloudfront/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +12 -0
- package/types/enums/ecs/index.js.map +1 -1
- package/types/input.d.ts +279 -1
- package/types/output.d.ts +282 -1
- package/types/output.js.map +1 -1
|
@@ -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;AAsDD;;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"}
|
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["planHealthChecks"] = undefined /*out*/;
|
|
70
71
|
resourceInputs["route53HealthChecks"] = undefined /*out*/;
|
|
71
72
|
resourceInputs["version"] = undefined /*out*/;
|
|
72
73
|
}
|
|
@@ -78,6 +79,7 @@ class Plan extends pulumi.CustomResource {
|
|
|
78
79
|
resourceInputs["healthChecksForPlan"] = undefined /*out*/;
|
|
79
80
|
resourceInputs["name"] = undefined /*out*/;
|
|
80
81
|
resourceInputs["owner"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["planHealthChecks"] = undefined /*out*/;
|
|
81
83
|
resourceInputs["primaryRegion"] = undefined /*out*/;
|
|
82
84
|
resourceInputs["recoveryApproach"] = undefined /*out*/;
|
|
83
85
|
resourceInputs["recoveryTimeObjectiveMinutes"] = 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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"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
7
|
+
*/
|
|
8
|
+
export declare class Gateway extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Gateway resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Gateway;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Gateway. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Gateway;
|
|
23
|
+
readonly authorizerConfiguration: pulumi.Output<outputs.bedrockagentcore.GatewayAuthorizerConfigurationProperties | undefined>;
|
|
24
|
+
readonly authorizerType: pulumi.Output<enums.bedrockagentcore.GatewayAuthorizerType>;
|
|
25
|
+
readonly createdAt: pulumi.Output<string>;
|
|
26
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
27
|
+
readonly exceptionLevel: pulumi.Output<enums.bedrockagentcore.GatewayExceptionLevel | undefined>;
|
|
28
|
+
readonly gatewayArn: pulumi.Output<string>;
|
|
29
|
+
readonly gatewayIdentifier: pulumi.Output<string>;
|
|
30
|
+
readonly gatewayUrl: pulumi.Output<string>;
|
|
31
|
+
readonly kmsKeyArn: pulumi.Output<string | undefined>;
|
|
32
|
+
readonly name: pulumi.Output<string>;
|
|
33
|
+
readonly protocolConfiguration: pulumi.Output<outputs.bedrockagentcore.GatewayProtocolConfigurationProperties | undefined>;
|
|
34
|
+
readonly protocolType: pulumi.Output<enums.bedrockagentcore.GatewayProtocolType>;
|
|
35
|
+
readonly roleArn: pulumi.Output<string>;
|
|
36
|
+
readonly status: pulumi.Output<enums.bedrockagentcore.GatewayStatus>;
|
|
37
|
+
readonly statusReasons: pulumi.Output<string[]>;
|
|
38
|
+
readonly tags: pulumi.Output<{
|
|
39
|
+
[key: string]: string;
|
|
40
|
+
} | undefined>;
|
|
41
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
42
|
+
readonly workloadIdentityDetails: pulumi.Output<outputs.bedrockagentcore.GatewayWorkloadIdentityDetails>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a Gateway resource with the given unique name, arguments, and options.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resource.
|
|
47
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
48
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
49
|
+
*/
|
|
50
|
+
constructor(name: string, args: GatewayArgs, opts?: pulumi.CustomResourceOptions);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* The set of arguments for constructing a Gateway resource.
|
|
54
|
+
*/
|
|
55
|
+
export interface GatewayArgs {
|
|
56
|
+
authorizerConfiguration?: pulumi.Input<inputs.bedrockagentcore.GatewayAuthorizerConfigurationPropertiesArgs>;
|
|
57
|
+
authorizerType: pulumi.Input<enums.bedrockagentcore.GatewayAuthorizerType>;
|
|
58
|
+
description?: pulumi.Input<string>;
|
|
59
|
+
exceptionLevel?: pulumi.Input<enums.bedrockagentcore.GatewayExceptionLevel>;
|
|
60
|
+
kmsKeyArn?: pulumi.Input<string>;
|
|
61
|
+
name?: pulumi.Input<string>;
|
|
62
|
+
protocolConfiguration?: pulumi.Input<inputs.bedrockagentcore.GatewayProtocolConfigurationPropertiesArgs>;
|
|
63
|
+
protocolType: pulumi.Input<enums.bedrockagentcore.GatewayProtocolType>;
|
|
64
|
+
roleArn: pulumi.Input<string>;
|
|
65
|
+
tags?: pulumi.Input<{
|
|
66
|
+
[key: string]: pulumi.Input<string>;
|
|
67
|
+
}>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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.Gateway = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class Gateway extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Gateway 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 Gateway(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Gateway. 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'] === Gateway.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Gateway 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.authorizerType === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'authorizerType'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.protocolType === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'protocolType'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.roleArn === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'roleArn'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["authorizerConfiguration"] = args ? args.authorizerConfiguration : undefined;
|
|
54
|
+
resourceInputs["authorizerType"] = args ? args.authorizerType : undefined;
|
|
55
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
56
|
+
resourceInputs["exceptionLevel"] = args ? args.exceptionLevel : undefined;
|
|
57
|
+
resourceInputs["kmsKeyArn"] = args ? args.kmsKeyArn : undefined;
|
|
58
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
59
|
+
resourceInputs["protocolConfiguration"] = args ? args.protocolConfiguration : undefined;
|
|
60
|
+
resourceInputs["protocolType"] = args ? args.protocolType : undefined;
|
|
61
|
+
resourceInputs["roleArn"] = args ? args.roleArn : undefined;
|
|
62
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
63
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["gatewayArn"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["gatewayIdentifier"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["gatewayUrl"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["statusReasons"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["workloadIdentityDetails"] = undefined /*out*/;
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
resourceInputs["authorizerConfiguration"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["authorizerType"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["exceptionLevel"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["gatewayArn"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["gatewayIdentifier"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["gatewayUrl"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["kmsKeyArn"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["protocolConfiguration"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["protocolType"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["roleArn"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["statusReasons"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["workloadIdentityDetails"] = undefined /*out*/;
|
|
91
|
+
}
|
|
92
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
93
|
+
super(Gateway.__pulumiType, name, resourceInputs, opts);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.Gateway = Gateway;
|
|
97
|
+
/** @internal */
|
|
98
|
+
Gateway.__pulumiType = 'aws-native:bedrockagentcore:Gateway';
|
|
99
|
+
//# sourceMappingURL=gateway.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../bedrockagentcore/gateway.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
import * as enums from "../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
7
|
+
*/
|
|
8
|
+
export declare class GatewayTarget extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing GatewayTarget resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): GatewayTarget;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of GatewayTarget. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is GatewayTarget;
|
|
23
|
+
readonly createdAt: pulumi.Output<string>;
|
|
24
|
+
readonly credentialProviderConfigurations: pulumi.Output<outputs.bedrockagentcore.GatewayTargetCredentialProviderConfiguration[]>;
|
|
25
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
26
|
+
readonly gatewayArn: pulumi.Output<string>;
|
|
27
|
+
readonly gatewayIdentifier: pulumi.Output<string | undefined>;
|
|
28
|
+
readonly name: pulumi.Output<string>;
|
|
29
|
+
readonly status: pulumi.Output<enums.bedrockagentcore.GatewayTargetTargetStatus>;
|
|
30
|
+
readonly statusReasons: pulumi.Output<string[]>;
|
|
31
|
+
readonly targetConfiguration: pulumi.Output<outputs.bedrockagentcore.GatewayTargetTargetConfigurationProperties>;
|
|
32
|
+
readonly targetId: pulumi.Output<string>;
|
|
33
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Create a GatewayTarget resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name: string, args: GatewayTargetArgs, opts?: pulumi.CustomResourceOptions);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* The set of arguments for constructing a GatewayTarget resource.
|
|
45
|
+
*/
|
|
46
|
+
export interface GatewayTargetArgs {
|
|
47
|
+
credentialProviderConfigurations: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.GatewayTargetCredentialProviderConfigurationArgs>[]>;
|
|
48
|
+
description?: pulumi.Input<string>;
|
|
49
|
+
gatewayIdentifier?: pulumi.Input<string>;
|
|
50
|
+
name?: pulumi.Input<string>;
|
|
51
|
+
targetConfiguration: pulumi.Input<inputs.bedrockagentcore.GatewayTargetTargetConfigurationPropertiesArgs>;
|
|
52
|
+
}
|
|
@@ -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.GatewayTarget = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
10
|
+
*/
|
|
11
|
+
class GatewayTarget extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing GatewayTarget 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 GatewayTarget(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of GatewayTarget. 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'] === GatewayTarget.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a GatewayTarget 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.credentialProviderConfigurations === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'credentialProviderConfigurations'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.targetConfiguration === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'targetConfiguration'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["credentialProviderConfigurations"] = args ? args.credentialProviderConfigurations : undefined;
|
|
51
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
52
|
+
resourceInputs["gatewayIdentifier"] = args ? args.gatewayIdentifier : undefined;
|
|
53
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
54
|
+
resourceInputs["targetConfiguration"] = args ? args.targetConfiguration : undefined;
|
|
55
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["gatewayArn"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["statusReasons"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["targetId"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["credentialProviderConfigurations"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["description"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["gatewayArn"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["gatewayIdentifier"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["statusReasons"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["targetConfiguration"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["targetId"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
74
|
+
}
|
|
75
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
76
|
+
const replaceOnChanges = { replaceOnChanges: ["gatewayIdentifier"] };
|
|
77
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
78
|
+
super(GatewayTarget.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.GatewayTarget = GatewayTarget;
|
|
82
|
+
/** @internal */
|
|
83
|
+
GatewayTarget.__pulumiType = 'aws-native:bedrockagentcore:GatewayTarget';
|
|
84
|
+
//# sourceMappingURL=gatewayTarget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gatewayTarget.js","sourceRoot":"","sources":["../../bedrockagentcore/gatewayTarget.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare function getGateway(args: GetGatewayArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewayResult>;
|
|
8
|
+
export interface GetGatewayArgs {
|
|
9
|
+
gatewayIdentifier: string;
|
|
10
|
+
}
|
|
11
|
+
export interface GetGatewayResult {
|
|
12
|
+
readonly authorizerConfiguration?: outputs.bedrockagentcore.GatewayAuthorizerConfigurationProperties;
|
|
13
|
+
readonly authorizerType?: enums.bedrockagentcore.GatewayAuthorizerType;
|
|
14
|
+
readonly createdAt?: string;
|
|
15
|
+
readonly description?: string;
|
|
16
|
+
readonly exceptionLevel?: enums.bedrockagentcore.GatewayExceptionLevel;
|
|
17
|
+
readonly gatewayArn?: string;
|
|
18
|
+
readonly gatewayIdentifier?: string;
|
|
19
|
+
readonly gatewayUrl?: string;
|
|
20
|
+
readonly kmsKeyArn?: string;
|
|
21
|
+
readonly name?: string;
|
|
22
|
+
readonly protocolConfiguration?: outputs.bedrockagentcore.GatewayProtocolConfigurationProperties;
|
|
23
|
+
readonly protocolType?: enums.bedrockagentcore.GatewayProtocolType;
|
|
24
|
+
readonly roleArn?: string;
|
|
25
|
+
readonly status?: enums.bedrockagentcore.GatewayStatus;
|
|
26
|
+
readonly statusReasons?: string[];
|
|
27
|
+
readonly tags?: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
readonly updatedAt?: string;
|
|
31
|
+
readonly workloadIdentityDetails?: outputs.bedrockagentcore.GatewayWorkloadIdentityDetails;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
35
|
+
*/
|
|
36
|
+
export declare function getGatewayOutput(args: GetGatewayOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGatewayResult>;
|
|
37
|
+
export interface GetGatewayOutputArgs {
|
|
38
|
+
gatewayIdentifier: pulumi.Input<string>;
|
|
39
|
+
}
|
|
@@ -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.getGatewayOutput = exports.getGateway = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getGateway(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bedrockagentcore:getGateway", {
|
|
14
|
+
"gatewayIdentifier": args.gatewayIdentifier,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getGateway = getGateway;
|
|
18
|
+
/**
|
|
19
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
20
|
+
*/
|
|
21
|
+
function getGatewayOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("aws-native:bedrockagentcore:getGateway", {
|
|
24
|
+
"gatewayIdentifier": args.gatewayIdentifier,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getGatewayOutput = getGatewayOutput;
|
|
28
|
+
//# sourceMappingURL=getGateway.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGateway.js","sourceRoot":"","sources":["../../bedrockagentcore/getGateway.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,wCAAwC,EAAE;QACnE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA0BD;;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,wCAAwC,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
import * as enums from "../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
6
|
+
*/
|
|
7
|
+
export declare function getGatewayTarget(args: GetGatewayTargetArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewayTargetResult>;
|
|
8
|
+
export interface GetGatewayTargetArgs {
|
|
9
|
+
gatewayIdentifier: string;
|
|
10
|
+
targetId: string;
|
|
11
|
+
}
|
|
12
|
+
export interface GetGatewayTargetResult {
|
|
13
|
+
readonly createdAt?: string;
|
|
14
|
+
readonly credentialProviderConfigurations?: outputs.bedrockagentcore.GatewayTargetCredentialProviderConfiguration[];
|
|
15
|
+
readonly description?: string;
|
|
16
|
+
readonly gatewayArn?: string;
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
readonly status?: enums.bedrockagentcore.GatewayTargetTargetStatus;
|
|
19
|
+
readonly statusReasons?: string[];
|
|
20
|
+
readonly targetConfiguration?: outputs.bedrockagentcore.GatewayTargetTargetConfigurationProperties;
|
|
21
|
+
readonly targetId?: string;
|
|
22
|
+
readonly updatedAt?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
26
|
+
*/
|
|
27
|
+
export declare function getGatewayTargetOutput(args: GetGatewayTargetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGatewayTargetResult>;
|
|
28
|
+
export interface GetGatewayTargetOutputArgs {
|
|
29
|
+
gatewayIdentifier: pulumi.Input<string>;
|
|
30
|
+
targetId: pulumi.Input<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getGatewayTargetOutput = exports.getGatewayTarget = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
10
|
+
*/
|
|
11
|
+
function getGatewayTarget(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("aws-native:bedrockagentcore:getGatewayTarget", {
|
|
14
|
+
"gatewayIdentifier": args.gatewayIdentifier,
|
|
15
|
+
"targetId": args.targetId,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getGatewayTarget = getGatewayTarget;
|
|
19
|
+
/**
|
|
20
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
21
|
+
*/
|
|
22
|
+
function getGatewayTargetOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("aws-native:bedrockagentcore:getGatewayTarget", {
|
|
25
|
+
"gatewayIdentifier": args.gatewayIdentifier,
|
|
26
|
+
"targetId": args.targetId,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getGatewayTargetOutput = getGatewayTargetOutput;
|
|
30
|
+
//# sourceMappingURL=getGatewayTarget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGatewayTarget.js","sourceRoot":"","sources":["../../bedrockagentcore/getGatewayTarget.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAmBD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
|
|
@@ -4,12 +4,24 @@ export declare const BrowserCustom: typeof import("./browserCustom").BrowserCust
|
|
|
4
4
|
export { CodeInterpreterCustomArgs } from "./codeInterpreterCustom";
|
|
5
5
|
export type CodeInterpreterCustom = import("./codeInterpreterCustom").CodeInterpreterCustom;
|
|
6
6
|
export declare const CodeInterpreterCustom: typeof import("./codeInterpreterCustom").CodeInterpreterCustom;
|
|
7
|
+
export { GatewayArgs } from "./gateway";
|
|
8
|
+
export type Gateway = import("./gateway").Gateway;
|
|
9
|
+
export declare const Gateway: typeof import("./gateway").Gateway;
|
|
10
|
+
export { GatewayTargetArgs } from "./gatewayTarget";
|
|
11
|
+
export type GatewayTarget = import("./gatewayTarget").GatewayTarget;
|
|
12
|
+
export declare const GatewayTarget: typeof import("./gatewayTarget").GatewayTarget;
|
|
7
13
|
export { GetBrowserCustomArgs, GetBrowserCustomResult, GetBrowserCustomOutputArgs } from "./getBrowserCustom";
|
|
8
14
|
export declare const getBrowserCustom: typeof import("./getBrowserCustom").getBrowserCustom;
|
|
9
15
|
export declare const getBrowserCustomOutput: typeof import("./getBrowserCustom").getBrowserCustomOutput;
|
|
10
16
|
export { GetCodeInterpreterCustomArgs, GetCodeInterpreterCustomResult, GetCodeInterpreterCustomOutputArgs } from "./getCodeInterpreterCustom";
|
|
11
17
|
export declare const getCodeInterpreterCustom: typeof import("./getCodeInterpreterCustom").getCodeInterpreterCustom;
|
|
12
18
|
export declare const getCodeInterpreterCustomOutput: typeof import("./getCodeInterpreterCustom").getCodeInterpreterCustomOutput;
|
|
19
|
+
export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway";
|
|
20
|
+
export declare const getGateway: typeof import("./getGateway").getGateway;
|
|
21
|
+
export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput;
|
|
22
|
+
export { GetGatewayTargetArgs, GetGatewayTargetResult, GetGatewayTargetOutputArgs } from "./getGatewayTarget";
|
|
23
|
+
export declare const getGatewayTarget: typeof import("./getGatewayTarget").getGatewayTarget;
|
|
24
|
+
export declare const getGatewayTargetOutput: typeof import("./getGatewayTarget").getGatewayTargetOutput;
|
|
13
25
|
export { GetRuntimeArgs, GetRuntimeResult, GetRuntimeOutputArgs } from "./getRuntime";
|
|
14
26
|
export declare const getRuntime: typeof import("./getRuntime").getRuntime;
|
|
15
27
|
export declare const getRuntimeOutput: typeof import("./getRuntime").getRuntimeOutput;
|
|
@@ -16,19 +16,29 @@ 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.RuntimeEndpoint = exports.Runtime = exports.getRuntimeEndpointOutput = exports.getRuntimeEndpoint = exports.getRuntimeOutput = exports.getRuntime = exports.getCodeInterpreterCustomOutput = exports.getCodeInterpreterCustom = exports.getBrowserCustomOutput = exports.getBrowserCustom = exports.CodeInterpreterCustom = exports.BrowserCustom = void 0;
|
|
19
|
+
exports.RuntimeEndpoint = exports.Runtime = exports.getRuntimeEndpointOutput = exports.getRuntimeEndpoint = exports.getRuntimeOutput = exports.getRuntime = exports.getGatewayTargetOutput = exports.getGatewayTarget = exports.getGatewayOutput = exports.getGateway = exports.getCodeInterpreterCustomOutput = exports.getCodeInterpreterCustom = exports.getBrowserCustomOutput = exports.getBrowserCustom = exports.GatewayTarget = exports.Gateway = exports.CodeInterpreterCustom = exports.BrowserCustom = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
exports.BrowserCustom = null;
|
|
23
23
|
utilities.lazyLoad(exports, ["BrowserCustom"], () => require("./browserCustom"));
|
|
24
24
|
exports.CodeInterpreterCustom = null;
|
|
25
25
|
utilities.lazyLoad(exports, ["CodeInterpreterCustom"], () => require("./codeInterpreterCustom"));
|
|
26
|
+
exports.Gateway = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["Gateway"], () => require("./gateway"));
|
|
28
|
+
exports.GatewayTarget = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["GatewayTarget"], () => require("./gatewayTarget"));
|
|
26
30
|
exports.getBrowserCustom = null;
|
|
27
31
|
exports.getBrowserCustomOutput = null;
|
|
28
32
|
utilities.lazyLoad(exports, ["getBrowserCustom", "getBrowserCustomOutput"], () => require("./getBrowserCustom"));
|
|
29
33
|
exports.getCodeInterpreterCustom = null;
|
|
30
34
|
exports.getCodeInterpreterCustomOutput = null;
|
|
31
35
|
utilities.lazyLoad(exports, ["getCodeInterpreterCustom", "getCodeInterpreterCustomOutput"], () => require("./getCodeInterpreterCustom"));
|
|
36
|
+
exports.getGateway = null;
|
|
37
|
+
exports.getGatewayOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getGateway", "getGatewayOutput"], () => require("./getGateway"));
|
|
39
|
+
exports.getGatewayTarget = null;
|
|
40
|
+
exports.getGatewayTargetOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getGatewayTarget", "getGatewayTargetOutput"], () => require("./getGatewayTarget"));
|
|
32
42
|
exports.getRuntime = null;
|
|
33
43
|
exports.getRuntimeOutput = null;
|
|
34
44
|
utilities.lazyLoad(exports, ["getRuntime", "getRuntimeOutput"], () => require("./getRuntime"));
|
|
@@ -49,6 +59,10 @@ const _module = {
|
|
|
49
59
|
return new exports.BrowserCustom(name, undefined, { urn });
|
|
50
60
|
case "aws-native:bedrockagentcore:CodeInterpreterCustom":
|
|
51
61
|
return new exports.CodeInterpreterCustom(name, undefined, { urn });
|
|
62
|
+
case "aws-native:bedrockagentcore:Gateway":
|
|
63
|
+
return new exports.Gateway(name, undefined, { urn });
|
|
64
|
+
case "aws-native:bedrockagentcore:GatewayTarget":
|
|
65
|
+
return new exports.GatewayTarget(name, undefined, { urn });
|
|
52
66
|
case "aws-native:bedrockagentcore:Runtime":
|
|
53
67
|
return new exports.Runtime(name, undefined, { urn });
|
|
54
68
|
case "aws-native:bedrockagentcore:RuntimeEndpoint":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrockagentcore/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrockagentcore/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
4
|
* A public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
5
|
+
* CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
5
6
|
*/
|
|
6
7
|
export declare function getPublicKey(args: GetPublicKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetPublicKeyResult>;
|
|
7
8
|
export interface GetPublicKeyArgs {
|
|
@@ -26,6 +27,7 @@ export interface GetPublicKeyResult {
|
|
|
26
27
|
}
|
|
27
28
|
/**
|
|
28
29
|
* A public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html), or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html).
|
|
30
|
+
* CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.
|
|
29
31
|
*/
|
|
30
32
|
export declare function getPublicKeyOutput(args: GetPublicKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPublicKeyResult>;
|
|
31
33
|
export interface GetPublicKeyOutputArgs {
|