@pulumi/aws 7.45.0-alpha.1788847569 → 7.45.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/accountaccess/application.d.ts +172 -0
- package/accountaccess/application.d.ts.map +1 -0
- package/accountaccess/application.js +141 -0
- package/accountaccess/application.js.map +1 -0
- package/accountaccess/index.d.ts +4 -0
- package/accountaccess/index.d.ts.map +1 -0
- package/accountaccess/index.js +45 -0
- package/accountaccess/index.js.map +1 -0
- package/bedrock/agentcoreGateway.d.ts +3 -3
- package/bedrock/agentcoreGatewayTarget.d.ts +25 -50
- package/bedrock/agentcoreGatewayTarget.d.ts.map +1 -1
- package/bedrock/agentcoreGatewayTarget.js +13 -38
- package/bedrock/agentcoreGatewayTarget.js.map +1 -1
- package/datazone/index.d.ts +3 -0
- package/datazone/index.d.ts.map +1 -1
- package/datazone/index.js +6 -1
- package/datazone/index.js.map +1 -1
- package/datazone/policyGrant.d.ts +250 -0
- package/datazone/policyGrant.d.ts.map +1 -0
- package/datazone/policyGrant.js +205 -0
- package/datazone/policyGrant.js.map +1 -0
- package/directconnect/connection.d.ts +42 -0
- package/directconnect/connection.d.ts.map +1 -1
- package/directconnect/connection.js +10 -0
- package/directconnect/connection.js.map +1 -1
- package/directconnect/getConnection.d.ts +21 -0
- package/directconnect/getConnection.d.ts.map +1 -1
- package/directconnect/getConnection.js.map +1 -1
- package/directconnect/hostedPrivateVirtualInterface.d.ts +28 -0
- package/directconnect/hostedPrivateVirtualInterface.d.ts.map +1 -1
- package/directconnect/hostedPrivateVirtualInterface.js +6 -0
- package/directconnect/hostedPrivateVirtualInterface.js.map +1 -1
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.d.ts +24 -0
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.d.ts.map +1 -1
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.js +4 -0
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.js.map +1 -1
- package/directconnect/hostedPublicVirtualInterface.d.ts +12 -0
- package/directconnect/hostedPublicVirtualInterface.d.ts.map +1 -1
- package/directconnect/hostedPublicVirtualInterface.js +2 -0
- package/directconnect/hostedPublicVirtualInterface.js.map +1 -1
- package/directconnect/hostedTransitVirtualInterface.d.ts +28 -0
- package/directconnect/hostedTransitVirtualInterface.d.ts.map +1 -1
- package/directconnect/hostedTransitVirtualInterface.js +6 -0
- package/directconnect/hostedTransitVirtualInterface.js.map +1 -1
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.d.ts +24 -0
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.d.ts.map +1 -1
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.js +4 -0
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.js.map +1 -1
- package/directconnect/linkAggregationGroup.d.ts +10 -0
- package/directconnect/linkAggregationGroup.d.ts.map +1 -1
- package/directconnect/linkAggregationGroup.js +2 -0
- package/directconnect/linkAggregationGroup.js.map +1 -1
- package/directconnect/privateVirtualInterface.d.ts +36 -0
- package/directconnect/privateVirtualInterface.d.ts.map +1 -1
- package/directconnect/privateVirtualInterface.js +6 -0
- package/directconnect/privateVirtualInterface.js.map +1 -1
- package/directconnect/publicVirtualInterface.d.ts +12 -0
- package/directconnect/publicVirtualInterface.d.ts.map +1 -1
- package/directconnect/publicVirtualInterface.js +2 -0
- package/directconnect/publicVirtualInterface.js.map +1 -1
- package/directconnect/transitVirtualInterface.d.ts +36 -0
- package/directconnect/transitVirtualInterface.d.ts.map +1 -1
- package/directconnect/transitVirtualInterface.js +6 -0
- package/directconnect/transitVirtualInterface.js.map +1 -1
- package/ec2/keyPair.d.ts +11 -0
- package/ec2/keyPair.d.ts.map +1 -1
- package/ec2/keyPair.js +11 -0
- package/ec2/keyPair.js.map +1 -1
- package/eks/capability.d.ts +35 -0
- package/eks/capability.d.ts.map +1 -1
- package/eks/capability.js +35 -0
- package/eks/capability.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +3 -9
- package/elasticache/globalReplicationGroup.d.ts.map +1 -1
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +3 -3
- package/emr/cluster.d.ts +3 -3
- package/index.d.ts +3 -1
- package/index.d.ts.map +1 -1
- package/index.js +10 -6
- package/index.js.map +1 -1
- package/lambda/microvmsImage.d.ts +4 -1
- package/lambda/microvmsImage.d.ts.map +1 -1
- package/lambda/microvmsImage.js +6 -1
- package/lambda/microvmsImage.js.map +1 -1
- package/lambdamicrovms/image.d.ts +340 -0
- package/lambdamicrovms/image.d.ts.map +1 -0
- package/lambdamicrovms/image.js +191 -0
- package/lambdamicrovms/image.js.map +1 -0
- package/lambdamicrovms/index.d.ts +7 -0
- package/lambdamicrovms/index.d.ts.map +1 -0
- package/lambdamicrovms/index.js +50 -0
- package/lambdamicrovms/index.js.map +1 -0
- package/lambdamicrovms/microvm.d.ts +260 -0
- package/lambdamicrovms/microvm.d.ts.map +1 -0
- package/lambdamicrovms/microvm.js +163 -0
- package/lambdamicrovms/microvm.js.map +1 -0
- package/mailmanager/archive.d.ts +196 -0
- package/mailmanager/archive.d.ts.map +1 -0
- package/mailmanager/archive.js +125 -0
- package/mailmanager/archive.js.map +1 -0
- package/mailmanager/index.d.ts +3 -0
- package/mailmanager/index.d.ts.map +1 -1
- package/mailmanager/index.js +6 -1
- package/mailmanager/index.js.map +1 -1
- package/package.json +2 -2
- package/quicksight/accountSubscription.d.ts +9 -9
- package/s3/bucket.d.ts +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucketV2.d.ts +1 -1
- package/s3/bucketV2.js +1 -1
- package/sesv2/multiRegionEndpoint.d.ts +2 -2
- package/synthetics/canary.d.ts +12 -0
- package/synthetics/canary.d.ts.map +1 -1
- package/synthetics/canary.js +2 -0
- package/synthetics/canary.js.map +1 -1
- package/types/input.d.ts +658 -56
- package/types/input.d.ts.map +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +746 -56
- package/types/output.d.ts.map +1 -1
- package/types/output.js.map +1 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Manages an AWS Account Access Application bound to an IAM Identity Center instance.
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** AWS Account Access allows only one Application per Identity Center instance. Attempting to create a second Application for the same instance will fail. Use `pulumi import` to bring an existing Application under management.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ### Basic Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const example = aws.ssoadmin.getInstances({});
|
|
18
|
+
* const exampleApplication = new aws.accountaccess.Application("example", {identitySource: {
|
|
19
|
+
* identityCenter: {
|
|
20
|
+
* instanceArn: example.then(example => example.arns?.[0]),
|
|
21
|
+
* },
|
|
22
|
+
* }});
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ### With Tags
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as aws from "@pulumi/aws";
|
|
30
|
+
*
|
|
31
|
+
* const example = new aws.accountaccess.Application("example", {
|
|
32
|
+
* identitySource: {
|
|
33
|
+
* identityCenter: {
|
|
34
|
+
* instanceArn: exampleAwsSsoadminInstances.arns[0],
|
|
35
|
+
* },
|
|
36
|
+
* },
|
|
37
|
+
* tags: {
|
|
38
|
+
* Environment: "production",
|
|
39
|
+
* ManagedBy: "terraform",
|
|
40
|
+
* },
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* ## Import
|
|
45
|
+
*
|
|
46
|
+
* ### Identity Schema
|
|
47
|
+
*
|
|
48
|
+
* #### Required
|
|
49
|
+
*
|
|
50
|
+
* * `arn` (String) ARN of the Account Access Application.
|
|
51
|
+
*
|
|
52
|
+
* Using `pulumi import`, import Account Access Applications using the Application ARN. For example:
|
|
53
|
+
*
|
|
54
|
+
* ```sh
|
|
55
|
+
* $ pulumi import aws:accountaccess/application:Application example arn:aws:account-access:us-east-1:123456789012:application/aam-0123456789abcdef
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare class Application extends pulumi.CustomResource {
|
|
59
|
+
/**
|
|
60
|
+
* Get an existing Application resource's state with the given name, ID, and optional extra
|
|
61
|
+
* properties used to qualify the lookup.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resulting resource.
|
|
64
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
65
|
+
* @param state Any extra arguments used during the lookup.
|
|
66
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
+
*/
|
|
68
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApplicationState, opts?: pulumi.CustomResourceOptions): Application;
|
|
69
|
+
/**
|
|
70
|
+
* Returns true if the given object is an instance of Application. This is designed to work even
|
|
71
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
72
|
+
*/
|
|
73
|
+
static isInstance(obj: any): obj is Application;
|
|
74
|
+
/**
|
|
75
|
+
* ARN of the Application. Used as the resource ID.
|
|
76
|
+
*/
|
|
77
|
+
readonly arn: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Identity source for the application. Forces replacement when changed. See `identitySource` Block below.
|
|
80
|
+
*
|
|
81
|
+
* The following arguments are optional:
|
|
82
|
+
*/
|
|
83
|
+
readonly identitySource: pulumi.Output<outputs.accountaccess.ApplicationIdentitySource>;
|
|
84
|
+
/**
|
|
85
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
86
|
+
*/
|
|
87
|
+
readonly region: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Map of tags to assign to the Application. If configured with a provider `defaultTags` configuration block, tags with matching keys will overwrite those defined at the provider-level.
|
|
90
|
+
*/
|
|
91
|
+
readonly tags: pulumi.Output<{
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
} | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Map of tags assigned to the Application, including those inherited from the provider `defaultTags` configuration block.
|
|
96
|
+
*/
|
|
97
|
+
readonly tagsAll: pulumi.Output<{
|
|
98
|
+
[key: string]: string;
|
|
99
|
+
}>;
|
|
100
|
+
/**
|
|
101
|
+
* Internal tenant identifier returned by the service.
|
|
102
|
+
*/
|
|
103
|
+
readonly tenantId: pulumi.Output<string>;
|
|
104
|
+
readonly timeouts: pulumi.Output<outputs.accountaccess.ApplicationTimeouts | undefined>;
|
|
105
|
+
/**
|
|
106
|
+
* Create a Application resource with the given unique name, arguments, and options.
|
|
107
|
+
*
|
|
108
|
+
* @param name The _unique_ name of the resource.
|
|
109
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
110
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
111
|
+
*/
|
|
112
|
+
constructor(name: string, args: ApplicationArgs, opts?: pulumi.CustomResourceOptions);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Input properties used for looking up and filtering Application resources.
|
|
116
|
+
*/
|
|
117
|
+
export interface ApplicationState {
|
|
118
|
+
/**
|
|
119
|
+
* ARN of the Application. Used as the resource ID.
|
|
120
|
+
*/
|
|
121
|
+
arn?: pulumi.Input<string | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* Identity source for the application. Forces replacement when changed. See `identitySource` Block below.
|
|
124
|
+
*
|
|
125
|
+
* The following arguments are optional:
|
|
126
|
+
*/
|
|
127
|
+
identitySource?: pulumi.Input<inputs.accountaccess.ApplicationIdentitySource | undefined>;
|
|
128
|
+
/**
|
|
129
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
130
|
+
*/
|
|
131
|
+
region?: pulumi.Input<string | undefined>;
|
|
132
|
+
/**
|
|
133
|
+
* Map of tags to assign to the Application. If configured with a provider `defaultTags` configuration block, tags with matching keys will overwrite those defined at the provider-level.
|
|
134
|
+
*/
|
|
135
|
+
tags?: pulumi.Input<{
|
|
136
|
+
[key: string]: pulumi.Input<string>;
|
|
137
|
+
} | undefined>;
|
|
138
|
+
/**
|
|
139
|
+
* Map of tags assigned to the Application, including those inherited from the provider `defaultTags` configuration block.
|
|
140
|
+
*/
|
|
141
|
+
tagsAll?: pulumi.Input<{
|
|
142
|
+
[key: string]: pulumi.Input<string>;
|
|
143
|
+
} | undefined>;
|
|
144
|
+
/**
|
|
145
|
+
* Internal tenant identifier returned by the service.
|
|
146
|
+
*/
|
|
147
|
+
tenantId?: pulumi.Input<string | undefined>;
|
|
148
|
+
timeouts?: pulumi.Input<inputs.accountaccess.ApplicationTimeouts | undefined>;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* The set of arguments for constructing a Application resource.
|
|
152
|
+
*/
|
|
153
|
+
export interface ApplicationArgs {
|
|
154
|
+
/**
|
|
155
|
+
* Identity source for the application. Forces replacement when changed. See `identitySource` Block below.
|
|
156
|
+
*
|
|
157
|
+
* The following arguments are optional:
|
|
158
|
+
*/
|
|
159
|
+
identitySource: pulumi.Input<inputs.accountaccess.ApplicationIdentitySource>;
|
|
160
|
+
/**
|
|
161
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
162
|
+
*/
|
|
163
|
+
region?: pulumi.Input<string | undefined>;
|
|
164
|
+
/**
|
|
165
|
+
* Map of tags to assign to the Application. If configured with a provider `defaultTags` configuration block, tags with matching keys will overwrite those defined at the provider-level.
|
|
166
|
+
*/
|
|
167
|
+
tags?: pulumi.Input<{
|
|
168
|
+
[key: string]: pulumi.Input<string>;
|
|
169
|
+
} | undefined>;
|
|
170
|
+
timeouts?: pulumi.Input<inputs.accountaccess.ApplicationTimeouts | undefined>;
|
|
171
|
+
}
|
|
172
|
+
//# sourceMappingURL=application.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../accountaccess/application.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,141 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.Application = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("../utilities"));
|
|
31
|
+
/**
|
|
32
|
+
* Manages an AWS Account Access Application bound to an IAM Identity Center instance.
|
|
33
|
+
*
|
|
34
|
+
* > **NOTE:** AWS Account Access allows only one Application per Identity Center instance. Attempting to create a second Application for the same instance will fail. Use `pulumi import` to bring an existing Application under management.
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ### Basic Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as aws from "@pulumi/aws";
|
|
43
|
+
*
|
|
44
|
+
* const example = aws.ssoadmin.getInstances({});
|
|
45
|
+
* const exampleApplication = new aws.accountaccess.Application("example", {identitySource: {
|
|
46
|
+
* identityCenter: {
|
|
47
|
+
* instanceArn: example.then(example => example.arns?.[0]),
|
|
48
|
+
* },
|
|
49
|
+
* }});
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* ### With Tags
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as aws from "@pulumi/aws";
|
|
57
|
+
*
|
|
58
|
+
* const example = new aws.accountaccess.Application("example", {
|
|
59
|
+
* identitySource: {
|
|
60
|
+
* identityCenter: {
|
|
61
|
+
* instanceArn: exampleAwsSsoadminInstances.arns[0],
|
|
62
|
+
* },
|
|
63
|
+
* },
|
|
64
|
+
* tags: {
|
|
65
|
+
* Environment: "production",
|
|
66
|
+
* ManagedBy: "terraform",
|
|
67
|
+
* },
|
|
68
|
+
* });
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
71
|
+
* ## Import
|
|
72
|
+
*
|
|
73
|
+
* ### Identity Schema
|
|
74
|
+
*
|
|
75
|
+
* #### Required
|
|
76
|
+
*
|
|
77
|
+
* * `arn` (String) ARN of the Account Access Application.
|
|
78
|
+
*
|
|
79
|
+
* Using `pulumi import`, import Account Access Applications using the Application ARN. For example:
|
|
80
|
+
*
|
|
81
|
+
* ```sh
|
|
82
|
+
* $ pulumi import aws:accountaccess/application:Application example arn:aws:account-access:us-east-1:123456789012:application/aam-0123456789abcdef
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
class Application extends pulumi.CustomResource {
|
|
86
|
+
/**
|
|
87
|
+
* Get an existing Application resource's state with the given name, ID, and optional extra
|
|
88
|
+
* properties used to qualify the lookup.
|
|
89
|
+
*
|
|
90
|
+
* @param name The _unique_ name of the resulting resource.
|
|
91
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
92
|
+
* @param state Any extra arguments used during the lookup.
|
|
93
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
94
|
+
*/
|
|
95
|
+
static get(name, id, state, opts) {
|
|
96
|
+
return new Application(name, state, { ...opts, id: id });
|
|
97
|
+
}
|
|
98
|
+
/** @internal */
|
|
99
|
+
static __pulumiType = 'aws:accountaccess/application:Application';
|
|
100
|
+
/**
|
|
101
|
+
* Returns true if the given object is an instance of Application. This is designed to work even
|
|
102
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
103
|
+
*/
|
|
104
|
+
static isInstance(obj) {
|
|
105
|
+
if (obj === undefined || obj === null) {
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
return obj['__pulumiType'] === Application.__pulumiType;
|
|
109
|
+
}
|
|
110
|
+
constructor(name, argsOrState, opts) {
|
|
111
|
+
let resourceInputs = {};
|
|
112
|
+
opts = opts || {};
|
|
113
|
+
if (opts.id) {
|
|
114
|
+
const state = argsOrState;
|
|
115
|
+
resourceInputs["arn"] = state?.arn;
|
|
116
|
+
resourceInputs["identitySource"] = state?.identitySource;
|
|
117
|
+
resourceInputs["region"] = state?.region;
|
|
118
|
+
resourceInputs["tags"] = state?.tags;
|
|
119
|
+
resourceInputs["tagsAll"] = state?.tagsAll;
|
|
120
|
+
resourceInputs["tenantId"] = state?.tenantId;
|
|
121
|
+
resourceInputs["timeouts"] = state?.timeouts;
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
const args = argsOrState;
|
|
125
|
+
if (args?.identitySource === undefined && !opts.urn) {
|
|
126
|
+
throw new Error("Missing required property 'identitySource'");
|
|
127
|
+
}
|
|
128
|
+
resourceInputs["identitySource"] = args?.identitySource;
|
|
129
|
+
resourceInputs["region"] = args?.region;
|
|
130
|
+
resourceInputs["tags"] = args?.tags;
|
|
131
|
+
resourceInputs["timeouts"] = args?.timeouts;
|
|
132
|
+
resourceInputs["arn"] = undefined /*out*/;
|
|
133
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
134
|
+
resourceInputs["tenantId"] = undefined /*out*/;
|
|
135
|
+
}
|
|
136
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
137
|
+
super(Application.__pulumiType, name, resourceInputs, opts);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
exports.Application = Application;
|
|
141
|
+
//# sourceMappingURL=application.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.js","sourceRoot":"","sources":["../../accountaccess/application.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,2CAA2C,CAAC;IAElF;;;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;IAsCD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,IAAI,EAAE,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA3FL,kCA4FC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../accountaccess/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAClE,MAAM,MAAM,WAAW,GAAG,OAAO,eAAe,EAAE,WAAW,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,cAAc,eAAe,EAAE,WAAyB,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.Application = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("../utilities"));
|
|
31
|
+
exports.Application = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["Application"], () => require("./application"));
|
|
33
|
+
const _module = {
|
|
34
|
+
version: utilities.getVersion(),
|
|
35
|
+
construct: (name, type, urn) => {
|
|
36
|
+
switch (type) {
|
|
37
|
+
case "aws:accountaccess/application:Application":
|
|
38
|
+
return new exports.Application(name, undefined, { urn });
|
|
39
|
+
default:
|
|
40
|
+
throw new Error(`unknown resource type ${type}`);
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
pulumi.runtime.registerResourceModule("aws", "accountaccess/application", _module);
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../accountaccess/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;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;AAG7E,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,2CAA2C;gBAC5C,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -149,7 +149,7 @@ export declare class AgentcoreGateway extends pulumi.CustomResource {
|
|
|
149
149
|
*/
|
|
150
150
|
readonly authorizerConfiguration: pulumi.Output<outputs.bedrock.AgentcoreGatewayAuthorizerConfiguration | undefined>;
|
|
151
151
|
/**
|
|
152
|
-
* Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`. When set to `CUSTOM_JWT`, `authorizerConfiguration` block is required.
|
|
152
|
+
* Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`, `NONE`, `AUTHENTICATE_ONLY`. When set to `CUSTOM_JWT`, `authorizerConfiguration` block is required.
|
|
153
153
|
*/
|
|
154
154
|
readonly authorizerType: pulumi.Output<string>;
|
|
155
155
|
/**
|
|
@@ -241,7 +241,7 @@ export interface AgentcoreGatewayState {
|
|
|
241
241
|
*/
|
|
242
242
|
authorizerConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreGatewayAuthorizerConfiguration | undefined>;
|
|
243
243
|
/**
|
|
244
|
-
* Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`. When set to `CUSTOM_JWT`, `authorizerConfiguration` block is required.
|
|
244
|
+
* Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`, `NONE`, `AUTHENTICATE_ONLY`. When set to `CUSTOM_JWT`, `authorizerConfiguration` block is required.
|
|
245
245
|
*/
|
|
246
246
|
authorizerType?: pulumi.Input<string | undefined>;
|
|
247
247
|
/**
|
|
@@ -325,7 +325,7 @@ export interface AgentcoreGatewayArgs {
|
|
|
325
325
|
*/
|
|
326
326
|
authorizerConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreGatewayAuthorizerConfiguration | undefined>;
|
|
327
327
|
/**
|
|
328
|
-
* Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`. When set to `CUSTOM_JWT`, `authorizerConfiguration` block is required.
|
|
328
|
+
* Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`, `NONE`, `AUTHENTICATE_ONLY`. When set to `CUSTOM_JWT`, `authorizerConfiguration` block is required.
|
|
329
329
|
*/
|
|
330
330
|
authorizerType: pulumi.Input<string>;
|
|
331
331
|
/**
|
|
@@ -329,43 +329,6 @@ import * as outputs from "../types/output";
|
|
|
329
329
|
* });
|
|
330
330
|
* ```
|
|
331
331
|
*
|
|
332
|
-
* ### HTTP Target Routing to an AgentCore Runtime
|
|
333
|
-
*
|
|
334
|
-
* Routes gateway traffic directly to an AgentCore Runtime agent over HTTP, without MCP aggregation. The gateway must not have a `protocolType` set.
|
|
335
|
-
*
|
|
336
|
-
* ```typescript
|
|
337
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
338
|
-
* import * as aws from "@pulumi/aws";
|
|
339
|
-
*
|
|
340
|
-
* const example = new aws.bedrock.AgentcoreAgentRuntime("example", {
|
|
341
|
-
* agentRuntimeArtifact: {
|
|
342
|
-
* containerConfiguration: {
|
|
343
|
-
* containerUri: "111122223333.dkr.ecr.us-west-2.amazonaws.com/example-runtime:latest",
|
|
344
|
-
* },
|
|
345
|
-
* },
|
|
346
|
-
* networkConfiguration: {
|
|
347
|
-
* networkMode: "PUBLIC",
|
|
348
|
-
* },
|
|
349
|
-
* agentRuntimeName: "example-runtime",
|
|
350
|
-
* roleArn: runtimeRole.arn,
|
|
351
|
-
* });
|
|
352
|
-
* const runtime = new aws.bedrock.AgentcoreGatewayTarget("runtime", {
|
|
353
|
-
* credentialProviderConfiguration: {
|
|
354
|
-
* gatewayIamRole: {},
|
|
355
|
-
* },
|
|
356
|
-
* targetConfiguration: {
|
|
357
|
-
* http: {
|
|
358
|
-
* agentcoreRuntime: {
|
|
359
|
-
* arn: example.agentRuntimeArn,
|
|
360
|
-
* qualifier: "DEFAULT",
|
|
361
|
-
* },
|
|
362
|
-
* },
|
|
363
|
-
* },
|
|
364
|
-
* name: "runtime-target",
|
|
365
|
-
* gatewayIdentifier: exampleAwsBedrockagentcoreGateway.gatewayId,
|
|
366
|
-
* });
|
|
367
|
-
* ```
|
|
368
|
-
*
|
|
369
332
|
* ### Self-hosted MCP server in a VPC (managed Lattice)
|
|
370
333
|
*
|
|
371
334
|
* ```typescript
|
|
@@ -448,7 +411,19 @@ import * as outputs from "../types/output";
|
|
|
448
411
|
*
|
|
449
412
|
* ## Import
|
|
450
413
|
*
|
|
451
|
-
*
|
|
414
|
+
* ### Identity Schema
|
|
415
|
+
*
|
|
416
|
+
* #### Required
|
|
417
|
+
*
|
|
418
|
+
* * `gatewayIdentifier` (String) Gateway identifier.
|
|
419
|
+
* * `targetId` (String) Gateway target ID.
|
|
420
|
+
*
|
|
421
|
+
* #### Optional
|
|
422
|
+
*
|
|
423
|
+
* * `accountId` (String) Account ID where this resource is managed.
|
|
424
|
+
* * `region` (String) Region where this resource is managed.
|
|
425
|
+
*
|
|
426
|
+
* Using `pulumi import`, import gateway targets using `gatewayIdentifier` and `targetId` separated by a comma (`,`). For example:
|
|
452
427
|
*
|
|
453
428
|
* ```sh
|
|
454
429
|
* $ pulumi import aws:bedrock/agentcoreGatewayTarget:AgentcoreGatewayTarget example GATEWAY1234567890,TARGET0987654321
|
|
@@ -471,7 +446,7 @@ export declare class AgentcoreGatewayTarget extends pulumi.CustomResource {
|
|
|
471
446
|
*/
|
|
472
447
|
static isInstance(obj: any): obj is AgentcoreGatewayTarget;
|
|
473
448
|
/**
|
|
474
|
-
* Configuration for authenticating requests to the target. Required when using `lambda`, `openApiSchema` and `smithyModel` in `mcp` block. If using `mcpServer` in `mcp` block with no authorization, it should not be specified. See `credentialProviderConfiguration` below.
|
|
449
|
+
* Configuration for authenticating requests to the target. Required when using `lambda`, `openApiSchema` and `smithyModel` in `mcp` block. If using `mcpServer` in `mcp` block with no authorization, it should not be specified. See `credentialProviderConfiguration` Block below.
|
|
475
450
|
*/
|
|
476
451
|
readonly credentialProviderConfiguration: pulumi.Output<outputs.bedrock.AgentcoreGatewayTargetCredentialProviderConfiguration | undefined>;
|
|
477
452
|
/**
|
|
@@ -483,7 +458,7 @@ export declare class AgentcoreGatewayTarget extends pulumi.CustomResource {
|
|
|
483
458
|
*/
|
|
484
459
|
readonly gatewayIdentifier: pulumi.Output<string>;
|
|
485
460
|
/**
|
|
486
|
-
* Configuration for HTTP header and query parameter propagation between the gateway and target servers. See `metadataConfiguration` below.
|
|
461
|
+
* Configuration for HTTP header and query parameter propagation between the gateway and target servers. See `metadataConfiguration` Block below.
|
|
487
462
|
*/
|
|
488
463
|
readonly metadataConfiguration: pulumi.Output<outputs.bedrock.AgentcoreGatewayTargetMetadataConfiguration | undefined>;
|
|
489
464
|
/**
|
|
@@ -491,7 +466,7 @@ export declare class AgentcoreGatewayTarget extends pulumi.CustomResource {
|
|
|
491
466
|
*/
|
|
492
467
|
readonly name: pulumi.Output<string>;
|
|
493
468
|
/**
|
|
494
|
-
* Configuration for private connectivity from AgentCore Gateway to a resource inside your VPC. Traffic is routed through Amazon VPC Lattice and never traverses the public internet. See `privateEndpoint` below.
|
|
469
|
+
* Configuration for private connectivity from AgentCore Gateway to a resource inside your VPC. Traffic is routed through Amazon VPC Lattice and never traverses the public internet. See `privateEndpoint` Block below.
|
|
495
470
|
*/
|
|
496
471
|
readonly privateEndpoint: pulumi.Output<outputs.bedrock.AgentcoreGatewayTargetPrivateEndpoint | undefined>;
|
|
497
472
|
/**
|
|
@@ -499,7 +474,7 @@ export declare class AgentcoreGatewayTarget extends pulumi.CustomResource {
|
|
|
499
474
|
*/
|
|
500
475
|
readonly region: pulumi.Output<string>;
|
|
501
476
|
/**
|
|
502
|
-
* Configuration for the target endpoint. See `targetConfiguration` below.
|
|
477
|
+
* Configuration for the target endpoint. See `targetConfiguration` Block below.
|
|
503
478
|
*
|
|
504
479
|
* The following arguments are optional:
|
|
505
480
|
*/
|
|
@@ -523,7 +498,7 @@ export declare class AgentcoreGatewayTarget extends pulumi.CustomResource {
|
|
|
523
498
|
*/
|
|
524
499
|
export interface AgentcoreGatewayTargetState {
|
|
525
500
|
/**
|
|
526
|
-
* Configuration for authenticating requests to the target. Required when using `lambda`, `openApiSchema` and `smithyModel` in `mcp` block. If using `mcpServer` in `mcp` block with no authorization, it should not be specified. See `credentialProviderConfiguration` below.
|
|
501
|
+
* Configuration for authenticating requests to the target. Required when using `lambda`, `openApiSchema` and `smithyModel` in `mcp` block. If using `mcpServer` in `mcp` block with no authorization, it should not be specified. See `credentialProviderConfiguration` Block below.
|
|
527
502
|
*/
|
|
528
503
|
credentialProviderConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetCredentialProviderConfiguration | undefined>;
|
|
529
504
|
/**
|
|
@@ -535,7 +510,7 @@ export interface AgentcoreGatewayTargetState {
|
|
|
535
510
|
*/
|
|
536
511
|
gatewayIdentifier?: pulumi.Input<string | undefined>;
|
|
537
512
|
/**
|
|
538
|
-
* Configuration for HTTP header and query parameter propagation between the gateway and target servers. See `metadataConfiguration` below.
|
|
513
|
+
* Configuration for HTTP header and query parameter propagation between the gateway and target servers. See `metadataConfiguration` Block below.
|
|
539
514
|
*/
|
|
540
515
|
metadataConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetMetadataConfiguration | undefined>;
|
|
541
516
|
/**
|
|
@@ -543,7 +518,7 @@ export interface AgentcoreGatewayTargetState {
|
|
|
543
518
|
*/
|
|
544
519
|
name?: pulumi.Input<string | undefined>;
|
|
545
520
|
/**
|
|
546
|
-
* Configuration for private connectivity from AgentCore Gateway to a resource inside your VPC. Traffic is routed through Amazon VPC Lattice and never traverses the public internet. See `privateEndpoint` below.
|
|
521
|
+
* Configuration for private connectivity from AgentCore Gateway to a resource inside your VPC. Traffic is routed through Amazon VPC Lattice and never traverses the public internet. See `privateEndpoint` Block below.
|
|
547
522
|
*/
|
|
548
523
|
privateEndpoint?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetPrivateEndpoint | undefined>;
|
|
549
524
|
/**
|
|
@@ -551,7 +526,7 @@ export interface AgentcoreGatewayTargetState {
|
|
|
551
526
|
*/
|
|
552
527
|
region?: pulumi.Input<string | undefined>;
|
|
553
528
|
/**
|
|
554
|
-
* Configuration for the target endpoint. See `targetConfiguration` below.
|
|
529
|
+
* Configuration for the target endpoint. See `targetConfiguration` Block below.
|
|
555
530
|
*
|
|
556
531
|
* The following arguments are optional:
|
|
557
532
|
*/
|
|
@@ -567,7 +542,7 @@ export interface AgentcoreGatewayTargetState {
|
|
|
567
542
|
*/
|
|
568
543
|
export interface AgentcoreGatewayTargetArgs {
|
|
569
544
|
/**
|
|
570
|
-
* Configuration for authenticating requests to the target. Required when using `lambda`, `openApiSchema` and `smithyModel` in `mcp` block. If using `mcpServer` in `mcp` block with no authorization, it should not be specified. See `credentialProviderConfiguration` below.
|
|
545
|
+
* Configuration for authenticating requests to the target. Required when using `lambda`, `openApiSchema` and `smithyModel` in `mcp` block. If using `mcpServer` in `mcp` block with no authorization, it should not be specified. See `credentialProviderConfiguration` Block below.
|
|
571
546
|
*/
|
|
572
547
|
credentialProviderConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetCredentialProviderConfiguration | undefined>;
|
|
573
548
|
/**
|
|
@@ -579,7 +554,7 @@ export interface AgentcoreGatewayTargetArgs {
|
|
|
579
554
|
*/
|
|
580
555
|
gatewayIdentifier: pulumi.Input<string>;
|
|
581
556
|
/**
|
|
582
|
-
* Configuration for HTTP header and query parameter propagation between the gateway and target servers. See `metadataConfiguration` below.
|
|
557
|
+
* Configuration for HTTP header and query parameter propagation between the gateway and target servers. See `metadataConfiguration` Block below.
|
|
583
558
|
*/
|
|
584
559
|
metadataConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetMetadataConfiguration | undefined>;
|
|
585
560
|
/**
|
|
@@ -587,7 +562,7 @@ export interface AgentcoreGatewayTargetArgs {
|
|
|
587
562
|
*/
|
|
588
563
|
name?: pulumi.Input<string | undefined>;
|
|
589
564
|
/**
|
|
590
|
-
* Configuration for private connectivity from AgentCore Gateway to a resource inside your VPC. Traffic is routed through Amazon VPC Lattice and never traverses the public internet. See `privateEndpoint` below.
|
|
565
|
+
* Configuration for private connectivity from AgentCore Gateway to a resource inside your VPC. Traffic is routed through Amazon VPC Lattice and never traverses the public internet. See `privateEndpoint` Block below.
|
|
591
566
|
*/
|
|
592
567
|
privateEndpoint?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetPrivateEndpoint | undefined>;
|
|
593
568
|
/**
|
|
@@ -595,7 +570,7 @@ export interface AgentcoreGatewayTargetArgs {
|
|
|
595
570
|
*/
|
|
596
571
|
region?: pulumi.Input<string | undefined>;
|
|
597
572
|
/**
|
|
598
|
-
* Configuration for the target endpoint. See `targetConfiguration` below.
|
|
573
|
+
* Configuration for the target endpoint. See `targetConfiguration` Block below.
|
|
599
574
|
*
|
|
600
575
|
* The following arguments are optional:
|
|
601
576
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agentcoreGatewayTarget.d.ts","sourceRoot":"","sources":["../../bedrock/agentcoreGatewayTarget.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAI3C
|
|
1
|
+
{"version":3,"file":"agentcoreGatewayTarget.d.ts","sourceRoot":"","sources":["../../bedrock/agentcoreGatewayTarget.ts"],"names":[],"mappings":"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"}
|