@propulsionworks/cloudformation 0.1.28 → 0.1.29
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/out/exports/resources.generated/aws-amazonmq-broker.d.ts +15 -3
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +8 -0
- package/out/exports/resources.generated/aws-applicationsignals-groupingconfiguration.d.ts +48 -0
- package/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +4 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +54 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +57 -19
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +50 -15
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +170 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +260 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +63 -25
- package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +28 -16
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-user.d.ts +1 -1
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +1 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +16 -8
- package/out/exports/resources.generated/aws-datazone-formtype.d.ts +14 -14
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +2 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +1 -3
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +5 -4
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterface.d.ts +9 -7
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterfacegroup.d.ts +11 -9
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +375 -6
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +2 -2
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +26 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +40 -2
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +5 -0
- package/out/exports/resources.generated/aws-lightsail-disksnapshot.d.ts +86 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +4 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +4 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +24 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +1 -1
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +15 -10
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +3 -1
- package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts +146 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +26 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +2 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +12 -1
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +5 -1
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +2 -2
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +3 -11
- package/package.json +1 -1
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html}
|
|
5
|
+
*/
|
|
6
|
+
export type BedrockAgentCoreGateway = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::Gateway", BedrockAgentCoreGatewayProps, BedrockAgentCoreGatewayAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Definition of AWS::BedrockAgentCore::Gateway Resource Type
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html}
|
|
10
|
+
*/
|
|
11
|
+
export type BedrockAgentCoreGatewayProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-authorizerconfiguration}
|
|
14
|
+
*/
|
|
15
|
+
AuthorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-authorizertype}
|
|
18
|
+
*/
|
|
19
|
+
AuthorizerType: AuthorizerType;
|
|
20
|
+
/**
|
|
21
|
+
* @minLength 1
|
|
22
|
+
* @maxLength 200
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-description}
|
|
24
|
+
*/
|
|
25
|
+
Description?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-exceptionlevel}
|
|
28
|
+
*/
|
|
29
|
+
ExceptionLevel?: ExceptionLevel | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* @minLength 1
|
|
32
|
+
* @maxLength 2048
|
|
33
|
+
* @pattern ^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-kmskeyarn}
|
|
35
|
+
*/
|
|
36
|
+
KmsKeyArn?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* @pattern ^([0-9a-zA-Z][-]?){1,100}$
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-name}
|
|
40
|
+
*/
|
|
41
|
+
Name: string;
|
|
42
|
+
/**
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-protocolconfiguration}
|
|
44
|
+
*/
|
|
45
|
+
ProtocolConfiguration?: GatewayProtocolConfiguration | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-protocoltype}
|
|
48
|
+
*/
|
|
49
|
+
ProtocolType: GatewayProtocolType;
|
|
50
|
+
/**
|
|
51
|
+
* @minLength 1
|
|
52
|
+
* @maxLength 2048
|
|
53
|
+
* @pattern ^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-rolearn}
|
|
55
|
+
*/
|
|
56
|
+
RoleArn: string;
|
|
57
|
+
/**
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-tags}
|
|
59
|
+
*/
|
|
60
|
+
Tags?: Record<string, string> | undefined;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#aws-resource-bedrockagentcore-gateway-return-values}
|
|
64
|
+
*/
|
|
65
|
+
export type BedrockAgentCoreGatewayAttribs = {
|
|
66
|
+
/**
|
|
67
|
+
* @format date-time
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-createdat}
|
|
69
|
+
*/
|
|
70
|
+
CreatedAt: string;
|
|
71
|
+
/**
|
|
72
|
+
* @pattern ^arn:aws(|-cn|-us-gov):bedrock-agentcore:[a-z0-9-]{1,20}:[0-9]{12}:gateway/([0-9a-z][-]?){1,100}-[a-z0-9]{10}$
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-gatewayarn}
|
|
74
|
+
*/
|
|
75
|
+
GatewayArn: string;
|
|
76
|
+
/**
|
|
77
|
+
* @pattern ^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$
|
|
78
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-gatewayidentifier}
|
|
79
|
+
*/
|
|
80
|
+
GatewayIdentifier: string;
|
|
81
|
+
/**
|
|
82
|
+
* @minLength 1
|
|
83
|
+
* @maxLength 1024
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-gatewayurl}
|
|
85
|
+
*/
|
|
86
|
+
GatewayUrl: string;
|
|
87
|
+
/**
|
|
88
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-status}
|
|
89
|
+
*/
|
|
90
|
+
Status: GatewayStatus;
|
|
91
|
+
/**
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-statusreasons}
|
|
93
|
+
*/
|
|
94
|
+
StatusReasons: string[];
|
|
95
|
+
/**
|
|
96
|
+
* @format date-time
|
|
97
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html#cfn-bedrockagentcore-gateway-updatedat}
|
|
98
|
+
*/
|
|
99
|
+
UpdatedAt: string;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizerconfiguration.html}
|
|
103
|
+
*/
|
|
104
|
+
export type AuthorizerConfiguration = {
|
|
105
|
+
CustomJWTAuthorizer: CustomJWTAuthorizerConfiguration;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-authorizertype.html}
|
|
109
|
+
*/
|
|
110
|
+
export type AuthorizerType = "CUSTOM_JWT" | "AWS_IAM";
|
|
111
|
+
/**
|
|
112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html}
|
|
113
|
+
*/
|
|
114
|
+
export type CustomJWTAuthorizerConfiguration = {
|
|
115
|
+
/**
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-allowedaudience}
|
|
117
|
+
*/
|
|
118
|
+
AllowedAudience?: string[] | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-allowedclients}
|
|
121
|
+
*/
|
|
122
|
+
AllowedClients?: string[] | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* @pattern ^.+/\.well-known/openid-configuration$
|
|
125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-gateway-customjwtauthorizerconfiguration-discoveryurl}
|
|
126
|
+
*/
|
|
127
|
+
DiscoveryUrl: string;
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-exceptionlevel.html}
|
|
131
|
+
*/
|
|
132
|
+
export type ExceptionLevel = "DEBUG";
|
|
133
|
+
/**
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewayprotocolconfiguration.html}
|
|
135
|
+
*/
|
|
136
|
+
export type GatewayProtocolConfiguration = {
|
|
137
|
+
Mcp: MCPGatewayConfiguration;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewayprotocoltype.html}
|
|
141
|
+
*/
|
|
142
|
+
export type GatewayProtocolType = "MCP";
|
|
143
|
+
/**
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-gatewaystatus.html}
|
|
145
|
+
*/
|
|
146
|
+
export type GatewayStatus = "CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED";
|
|
147
|
+
/**
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-mcpgatewayconfiguration.html}
|
|
149
|
+
*/
|
|
150
|
+
export type MCPGatewayConfiguration = {
|
|
151
|
+
/**
|
|
152
|
+
* @minLength 1
|
|
153
|
+
* @maxLength 2048
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-mcpgatewayconfiguration.html#cfn-bedrockagentcore-gateway-mcpgatewayconfiguration-instructions}
|
|
155
|
+
*/
|
|
156
|
+
Instructions?: string | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-mcpgatewayconfiguration.html#cfn-bedrockagentcore-gateway-mcpgatewayconfiguration-searchtype}
|
|
159
|
+
*/
|
|
160
|
+
SearchType?: SearchType | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-mcpgatewayconfiguration.html#cfn-bedrockagentcore-gateway-mcpgatewayconfiguration-supportedversions}
|
|
163
|
+
*/
|
|
164
|
+
SupportedVersions?: string[] | undefined;
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-searchtype.html}
|
|
168
|
+
*/
|
|
169
|
+
export type SearchType = "SEMANTIC";
|
|
170
|
+
//# sourceMappingURL=aws-bedrockagentcore-gateway.d.ts.map
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
|
|
5
|
+
*/
|
|
6
|
+
export type BedrockAgentCoreGatewayTarget = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::GatewayTarget", BedrockAgentCoreGatewayTargetProps, BedrockAgentCoreGatewayTargetAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
|
|
10
|
+
*/
|
|
11
|
+
export type BedrockAgentCoreGatewayTargetProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-credentialproviderconfigurations}
|
|
14
|
+
*/
|
|
15
|
+
CredentialProviderConfigurations: CredentialProviderConfiguration[];
|
|
16
|
+
/**
|
|
17
|
+
* @minLength 1
|
|
18
|
+
* @maxLength 200
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-description}
|
|
20
|
+
*/
|
|
21
|
+
Description?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* @pattern ^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-gatewayidentifier}
|
|
25
|
+
*/
|
|
26
|
+
GatewayIdentifier?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @pattern ^([0-9a-zA-Z][-]?){1,100}$
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-name}
|
|
30
|
+
*/
|
|
31
|
+
Name: string;
|
|
32
|
+
/**
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-targetconfiguration}
|
|
34
|
+
*/
|
|
35
|
+
TargetConfiguration: TargetConfiguration;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#aws-resource-bedrockagentcore-gatewaytarget-return-values}
|
|
39
|
+
*/
|
|
40
|
+
export type BedrockAgentCoreGatewayTargetAttribs = {
|
|
41
|
+
/**
|
|
42
|
+
* @format date-time
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-createdat}
|
|
44
|
+
*/
|
|
45
|
+
CreatedAt: string;
|
|
46
|
+
/**
|
|
47
|
+
* @pattern ^arn:aws(|-cn|-us-gov):bedrock-agentcore:[a-z0-9-]{1,20}:[0-9]{12}:gateway/([0-9a-z][-]?){1,100}-[a-z0-9]{10}$
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-gatewayarn}
|
|
49
|
+
*/
|
|
50
|
+
GatewayArn: string;
|
|
51
|
+
/**
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-status}
|
|
53
|
+
*/
|
|
54
|
+
Status: TargetStatus;
|
|
55
|
+
/**
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-statusreasons}
|
|
57
|
+
*/
|
|
58
|
+
StatusReasons: string[];
|
|
59
|
+
/**
|
|
60
|
+
* @pattern ^[0-9a-zA-Z]{10}$
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-targetid}
|
|
62
|
+
*/
|
|
63
|
+
TargetId: string;
|
|
64
|
+
/**
|
|
65
|
+
* @format date-time
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-updatedat}
|
|
67
|
+
*/
|
|
68
|
+
UpdatedAt: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentiallocation.html}
|
|
72
|
+
*/
|
|
73
|
+
export type ApiKeyCredentialLocation = "HEADER" | "QUERY_PARAMETER";
|
|
74
|
+
/**
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentialprovider.html}
|
|
76
|
+
*/
|
|
77
|
+
export type ApiKeyCredentialProvider = {
|
|
78
|
+
/**
|
|
79
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-apikeycredentialprovider-credentiallocation}
|
|
80
|
+
*/
|
|
81
|
+
CredentialLocation?: ApiKeyCredentialLocation | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* @minLength 1
|
|
84
|
+
* @maxLength 64
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-apikeycredentialprovider-credentialparametername}
|
|
86
|
+
*/
|
|
87
|
+
CredentialParameterName?: string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* @minLength 1
|
|
90
|
+
* @maxLength 64
|
|
91
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-apikeycredentialprovider-credentialprefix}
|
|
92
|
+
*/
|
|
93
|
+
CredentialPrefix?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* @pattern ^arn:([^:]*):([^:]*):([^:]*):([0-9]{12})?:(.+)$
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-apikeycredentialprovider-providerarn}
|
|
97
|
+
*/
|
|
98
|
+
ProviderArn: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apischemaconfiguration.html}
|
|
102
|
+
*/
|
|
103
|
+
export type ApiSchemaConfiguration = {
|
|
104
|
+
S3: S3Configuration;
|
|
105
|
+
} | {
|
|
106
|
+
InlinePayload: string;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.html}
|
|
110
|
+
*/
|
|
111
|
+
export type CredentialProvider = {
|
|
112
|
+
OauthCredentialProvider: OAuthCredentialProvider;
|
|
113
|
+
} | {
|
|
114
|
+
ApiKeyCredentialProvider: ApiKeyCredentialProvider;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-credentialproviderconfiguration.html}
|
|
118
|
+
*/
|
|
119
|
+
export type CredentialProviderConfiguration = {
|
|
120
|
+
/**
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-credentialproviderconfiguration.html#cfn-bedrockagentcore-gatewaytarget-credentialproviderconfiguration-credentialprovider}
|
|
122
|
+
*/
|
|
123
|
+
CredentialProvider?: CredentialProvider | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-credentialproviderconfiguration.html#cfn-bedrockagentcore-gatewaytarget-credentialproviderconfiguration-credentialprovidertype}
|
|
126
|
+
*/
|
|
127
|
+
CredentialProviderType: CredentialProviderType;
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-credentialprovidertype.html}
|
|
131
|
+
*/
|
|
132
|
+
export type CredentialProviderType = "GATEWAY_IAM_ROLE" | "OAUTH" | "API_KEY";
|
|
133
|
+
/**
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-mcplambdatargetconfiguration.html}
|
|
135
|
+
*/
|
|
136
|
+
export type McpLambdaTargetConfiguration = {
|
|
137
|
+
/**
|
|
138
|
+
* @minLength 1
|
|
139
|
+
* @maxLength 170
|
|
140
|
+
* @pattern ^arn:(aws[a-zA-Z-]*)?:lambda:([a-z]{2}(-gov)?-[a-z]+-\d{1}):(\d{12}):function:([a-zA-Z0-9-_.]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-mcplambdatargetconfiguration.html#cfn-bedrockagentcore-gatewaytarget-mcplambdatargetconfiguration-lambdaarn}
|
|
142
|
+
*/
|
|
143
|
+
LambdaArn: string;
|
|
144
|
+
/**
|
|
145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-mcplambdatargetconfiguration.html#cfn-bedrockagentcore-gatewaytarget-mcplambdatargetconfiguration-toolschema}
|
|
146
|
+
*/
|
|
147
|
+
ToolSchema: ToolSchema;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-mcptargetconfiguration.html}
|
|
151
|
+
*/
|
|
152
|
+
export type McpTargetConfiguration = {
|
|
153
|
+
OpenApiSchema: ApiSchemaConfiguration;
|
|
154
|
+
} | {
|
|
155
|
+
SmithyModel: ApiSchemaConfiguration;
|
|
156
|
+
} | {
|
|
157
|
+
Lambda: McpLambdaTargetConfiguration;
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcredentialprovider.html}
|
|
161
|
+
*/
|
|
162
|
+
export type OAuthCredentialProvider = {
|
|
163
|
+
/**
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-oauthcredentialprovider-customparameters}
|
|
165
|
+
*/
|
|
166
|
+
CustomParameters?: Record<string, string> | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* @pattern ^arn:([^:]*):([^:]*):([^:]*):([0-9]{12})?:(.+)$
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-oauthcredentialprovider-providerarn}
|
|
170
|
+
*/
|
|
171
|
+
ProviderArn: string;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcredentialprovider.html#cfn-bedrockagentcore-gatewaytarget-oauthcredentialprovider-scopes}
|
|
174
|
+
*/
|
|
175
|
+
Scopes: string[];
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html}
|
|
179
|
+
*/
|
|
180
|
+
export type S3Configuration = {
|
|
181
|
+
/**
|
|
182
|
+
* @pattern ^[0-9]{12}$
|
|
183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html#cfn-bedrockagentcore-gatewaytarget-s3configuration-bucketowneraccountid}
|
|
184
|
+
*/
|
|
185
|
+
BucketOwnerAccountId?: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* @pattern ^s3://.{1,2043}$
|
|
188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html#cfn-bedrockagentcore-gatewaytarget-s3configuration-uri}
|
|
189
|
+
*/
|
|
190
|
+
Uri?: string | undefined;
|
|
191
|
+
};
|
|
192
|
+
/**
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schemadefinition.html}
|
|
194
|
+
*/
|
|
195
|
+
export type SchemaDefinition = {
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schemadefinition.html#cfn-bedrockagentcore-gatewaytarget-schemadefinition-description}
|
|
198
|
+
*/
|
|
199
|
+
Description?: string | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schemadefinition.html#cfn-bedrockagentcore-gatewaytarget-schemadefinition-items}
|
|
202
|
+
*/
|
|
203
|
+
Items?: SchemaDefinition | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schemadefinition.html#cfn-bedrockagentcore-gatewaytarget-schemadefinition-properties}
|
|
206
|
+
*/
|
|
207
|
+
Properties?: Record<string, SchemaDefinition> | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schemadefinition.html#cfn-bedrockagentcore-gatewaytarget-schemadefinition-required}
|
|
210
|
+
*/
|
|
211
|
+
Required?: string[] | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schemadefinition.html#cfn-bedrockagentcore-gatewaytarget-schemadefinition-type}
|
|
214
|
+
*/
|
|
215
|
+
Type: SchemaType;
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-schematype.html}
|
|
219
|
+
*/
|
|
220
|
+
export type SchemaType = "string" | "number" | "object" | "array" | "boolean" | "integer";
|
|
221
|
+
/**
|
|
222
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-targetconfiguration.html}
|
|
223
|
+
*/
|
|
224
|
+
export type TargetConfiguration = {
|
|
225
|
+
Mcp: McpTargetConfiguration;
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-targetstatus.html}
|
|
229
|
+
*/
|
|
230
|
+
export type TargetStatus = "CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED";
|
|
231
|
+
/**
|
|
232
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-tooldefinition.html}
|
|
233
|
+
*/
|
|
234
|
+
export type ToolDefinition = {
|
|
235
|
+
/**
|
|
236
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-tooldefinition.html#cfn-bedrockagentcore-gatewaytarget-tooldefinition-description}
|
|
237
|
+
*/
|
|
238
|
+
Description: string;
|
|
239
|
+
/**
|
|
240
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-tooldefinition.html#cfn-bedrockagentcore-gatewaytarget-tooldefinition-inputschema}
|
|
241
|
+
*/
|
|
242
|
+
InputSchema: SchemaDefinition;
|
|
243
|
+
/**
|
|
244
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-tooldefinition.html#cfn-bedrockagentcore-gatewaytarget-tooldefinition-name}
|
|
245
|
+
*/
|
|
246
|
+
Name: string;
|
|
247
|
+
/**
|
|
248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-tooldefinition.html#cfn-bedrockagentcore-gatewaytarget-tooldefinition-outputschema}
|
|
249
|
+
*/
|
|
250
|
+
OutputSchema?: SchemaDefinition | undefined;
|
|
251
|
+
};
|
|
252
|
+
/**
|
|
253
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-toolschema.html}
|
|
254
|
+
*/
|
|
255
|
+
export type ToolSchema = {
|
|
256
|
+
S3: S3Configuration;
|
|
257
|
+
} | {
|
|
258
|
+
InlinePayload: ToolDefinition[];
|
|
259
|
+
};
|
|
260
|
+
//# sourceMappingURL=aws-bedrockagentcore-gatewaytarget.d.ts.map
|
|
@@ -1,56 +1,72 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* > Amazon Bedrock AgentCore is in preview release and is subject to change.
|
|
4
|
+
*
|
|
5
|
+
* Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.
|
|
6
|
+
*
|
|
7
|
+
* AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.
|
|
8
|
+
*
|
|
9
|
+
* For more information about using agent runtime in Amazon Bedrock AgentCore, see [Host agent or tools with Amazon Bedrock AgentCore Runtime](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agents-tools-runtime.html) .
|
|
10
|
+
*
|
|
11
|
+
* See the *Properties* section below for descriptions of both the required and optional properties.
|
|
4
12
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html}
|
|
5
13
|
*/
|
|
6
14
|
export type BedrockAgentCoreRuntime = ResourceDefinitionWithAttributes<"AWS::BedrockAgentCore::Runtime", BedrockAgentCoreRuntimeProps, BedrockAgentCoreRuntimeAttribs>;
|
|
7
15
|
/**
|
|
8
|
-
*
|
|
16
|
+
* > Amazon Bedrock AgentCore is in preview release and is subject to change.
|
|
17
|
+
*
|
|
18
|
+
* Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.
|
|
19
|
+
*
|
|
20
|
+
* AgentCore Runtime is a secure, serverless runtime purpose-built for deploying and scaling dynamic AI agents and tools using any open-source framework including LangGraph, CrewAI, and Strands Agents, any protocol, and any model.
|
|
21
|
+
*
|
|
22
|
+
* For more information about using agent runtime in Amazon Bedrock AgentCore, see [Host agent or tools with Amazon Bedrock AgentCore Runtime](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agents-tools-runtime.html) .
|
|
23
|
+
*
|
|
24
|
+
* See the *Properties* section below for descriptions of both the required and optional properties.
|
|
9
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html}
|
|
10
26
|
*/
|
|
11
27
|
export type BedrockAgentCoreRuntimeProps = {
|
|
12
28
|
/**
|
|
13
|
-
* The artifact of the agent
|
|
29
|
+
* The artifact of the agent.
|
|
14
30
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimeartifact}
|
|
15
31
|
*/
|
|
16
32
|
AgentRuntimeArtifact: AgentRuntimeArtifact;
|
|
17
33
|
/**
|
|
18
|
-
*
|
|
34
|
+
* The name of the AgentCore Runtime endpoint.
|
|
19
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimename}
|
|
20
36
|
*/
|
|
21
37
|
AgentRuntimeName: string;
|
|
22
38
|
/**
|
|
23
|
-
*
|
|
39
|
+
* Represents inbound authorization configuration options used to authenticate incoming requests.
|
|
24
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-authorizerconfiguration}
|
|
25
41
|
*/
|
|
26
42
|
AuthorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
27
43
|
/**
|
|
28
|
-
*
|
|
44
|
+
* The agent runtime description.
|
|
29
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-description}
|
|
30
46
|
*/
|
|
31
47
|
Description?: string | undefined;
|
|
32
48
|
/**
|
|
33
|
-
*
|
|
49
|
+
* The environment variables for the agent.
|
|
34
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-environmentvariables}
|
|
35
51
|
*/
|
|
36
52
|
EnvironmentVariables?: Record<string, string> | undefined;
|
|
37
53
|
/**
|
|
38
|
-
*
|
|
54
|
+
* The network configuration.
|
|
39
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-networkconfiguration}
|
|
40
56
|
*/
|
|
41
57
|
NetworkConfiguration: NetworkConfiguration;
|
|
42
58
|
/**
|
|
43
|
-
*
|
|
59
|
+
* The protocol configuration for an agent runtime. This structure defines how the agent runtime communicates with clients.
|
|
44
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-protocolconfiguration}
|
|
45
61
|
*/
|
|
46
62
|
ProtocolConfiguration?: ProtocolConfiguration | undefined;
|
|
47
63
|
/**
|
|
48
|
-
* Amazon Resource Name (ARN)
|
|
64
|
+
* The Amazon Resource Name (ARN) for for the role.
|
|
49
65
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-rolearn}
|
|
50
66
|
*/
|
|
51
67
|
RoleArn: string;
|
|
52
68
|
/**
|
|
53
|
-
*
|
|
69
|
+
* The tags for the agent.
|
|
54
70
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-tags}
|
|
55
71
|
*/
|
|
56
72
|
Tags?: Record<string, string> | undefined;
|
|
@@ -60,41 +76,43 @@ export type BedrockAgentCoreRuntimeProps = {
|
|
|
60
76
|
*/
|
|
61
77
|
export type BedrockAgentCoreRuntimeAttribs = {
|
|
62
78
|
/**
|
|
63
|
-
* The
|
|
79
|
+
* The agent runtime ARN.
|
|
64
80
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimearn}
|
|
65
81
|
*/
|
|
66
82
|
AgentRuntimeArn: string;
|
|
67
83
|
/**
|
|
68
|
-
*
|
|
84
|
+
* The ID for the agent runtime.
|
|
69
85
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimeid}
|
|
70
86
|
*/
|
|
71
87
|
AgentRuntimeId: string;
|
|
72
88
|
/**
|
|
73
|
-
*
|
|
89
|
+
* The version for the agent runtime.
|
|
74
90
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-agentruntimeversion}
|
|
75
91
|
*/
|
|
76
92
|
AgentRuntimeVersion: string;
|
|
77
93
|
/**
|
|
78
|
-
*
|
|
94
|
+
* The time at which the runtime was created.
|
|
79
95
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-createdat}
|
|
80
96
|
*/
|
|
81
97
|
CreatedAt: string;
|
|
82
98
|
/**
|
|
83
|
-
*
|
|
99
|
+
* The time at which the runtime was last updated.
|
|
84
100
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-lastupdatedat}
|
|
85
101
|
*/
|
|
86
102
|
LastUpdatedAt: string;
|
|
87
103
|
/**
|
|
88
|
-
*
|
|
104
|
+
* The status for the agent runtime.
|
|
89
105
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-runtime.html#cfn-bedrockagentcore-runtime-status}
|
|
90
106
|
*/
|
|
91
107
|
Status: AgentStatus;
|
|
92
108
|
};
|
|
93
109
|
/**
|
|
110
|
+
* The artifact of the agent.
|
|
94
111
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-agentruntimeartifact.html}
|
|
95
112
|
*/
|
|
96
113
|
export type AgentRuntimeArtifact = {
|
|
97
114
|
/**
|
|
115
|
+
* Representation of a container configuration.
|
|
98
116
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-agentruntimeartifact.html#cfn-bedrockagentcore-runtime-agentruntimeartifact-containerconfiguration}
|
|
99
117
|
*/
|
|
100
118
|
ContainerConfiguration?: ContainerConfiguration | undefined;
|
|
@@ -104,22 +122,23 @@ export type AgentRuntimeArtifact = {
|
|
|
104
122
|
*/
|
|
105
123
|
export type AgentStatus = "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING";
|
|
106
124
|
/**
|
|
107
|
-
*
|
|
125
|
+
* The authorizer configuration.
|
|
108
126
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-authorizerconfiguration.html}
|
|
109
127
|
*/
|
|
110
128
|
export type AuthorizerConfiguration = {
|
|
111
129
|
/**
|
|
112
|
-
*
|
|
130
|
+
* Represents inbound authorization configuration options used to authenticate incoming requests.
|
|
113
131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-authorizerconfiguration.html#cfn-bedrockagentcore-runtime-authorizerconfiguration-customjwtauthorizer}
|
|
114
132
|
*/
|
|
115
133
|
CustomJWTAuthorizer?: CustomJWTAuthorizerConfiguration | undefined;
|
|
116
134
|
};
|
|
117
135
|
/**
|
|
136
|
+
* The container configuration.
|
|
118
137
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html}
|
|
119
138
|
*/
|
|
120
139
|
export type ContainerConfiguration = {
|
|
121
140
|
/**
|
|
122
|
-
* The
|
|
141
|
+
* The container Uri.
|
|
123
142
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html#cfn-bedrockagentcore-runtime-containerconfiguration-containeruri}
|
|
124
143
|
*/
|
|
125
144
|
ContainerUri: string;
|
|
@@ -130,38 +149,57 @@ export type ContainerConfiguration = {
|
|
|
130
149
|
*/
|
|
131
150
|
export type CustomJWTAuthorizerConfiguration = {
|
|
132
151
|
/**
|
|
133
|
-
*
|
|
152
|
+
* Represents inbound authorization configuration options used to authenticate incoming requests.
|
|
134
153
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-allowedaudience}
|
|
135
154
|
*/
|
|
136
155
|
AllowedAudience?: string[] | undefined;
|
|
137
156
|
/**
|
|
138
|
-
*
|
|
157
|
+
* Represents individual client IDs that are validated in the incoming JWT token validation process.
|
|
139
158
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-allowedclients}
|
|
140
159
|
*/
|
|
141
160
|
AllowedClients?: string[] | undefined;
|
|
142
161
|
/**
|
|
143
|
-
*
|
|
162
|
+
* The configuration authorization.
|
|
144
163
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-customjwtauthorizerconfiguration.html#cfn-bedrockagentcore-runtime-customjwtauthorizerconfiguration-discoveryurl}
|
|
145
164
|
*/
|
|
146
165
|
DiscoveryUrl: string;
|
|
147
166
|
};
|
|
148
167
|
/**
|
|
168
|
+
* The network configuration for the agent.
|
|
149
169
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkconfiguration.html}
|
|
150
170
|
*/
|
|
151
171
|
export type NetworkConfiguration = {
|
|
152
172
|
/**
|
|
153
|
-
*
|
|
173
|
+
* The network mode.
|
|
154
174
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkconfiguration.html#cfn-bedrockagentcore-runtime-networkconfiguration-networkmode}
|
|
155
175
|
*/
|
|
156
176
|
NetworkMode: NetworkMode;
|
|
177
|
+
/**
|
|
178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkconfiguration.html#cfn-bedrockagentcore-runtime-networkconfiguration-networkmodeconfig}
|
|
179
|
+
*/
|
|
180
|
+
NetworkModeConfig?: VpcConfig | undefined;
|
|
157
181
|
};
|
|
158
182
|
/**
|
|
159
183
|
* Network mode configuration type
|
|
160
184
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-networkmode.html}
|
|
161
185
|
*/
|
|
162
|
-
export type NetworkMode = "PUBLIC";
|
|
186
|
+
export type NetworkMode = "PUBLIC" | "VPC";
|
|
163
187
|
/**
|
|
164
188
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-protocolconfiguration.html}
|
|
165
189
|
*/
|
|
166
190
|
export type ProtocolConfiguration = "MCP" | "HTTP";
|
|
191
|
+
/**
|
|
192
|
+
* Network mode configuration for VPC
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-vpcconfig.html}
|
|
194
|
+
*/
|
|
195
|
+
export type VpcConfig = {
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-vpcconfig.html#cfn-bedrockagentcore-runtime-vpcconfig-securitygroups}
|
|
198
|
+
*/
|
|
199
|
+
SecurityGroups: string[];
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-vpcconfig.html#cfn-bedrockagentcore-runtime-vpcconfig-subnets}
|
|
202
|
+
*/
|
|
203
|
+
Subnets: string[];
|
|
204
|
+
};
|
|
167
205
|
//# sourceMappingURL=aws-bedrockagentcore-runtime.d.ts.map
|