@pulumi/aws 6.81.0-alpha.1747381163 → 6.81.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.
Files changed (254) hide show
  1. package/account/getPrimaryContact.d.ts +103 -0
  2. package/account/getPrimaryContact.js +48 -0
  3. package/account/getPrimaryContact.js.map +1 -0
  4. package/account/index.d.ts +3 -0
  5. package/account/index.js +4 -1
  6. package/account/index.js.map +1 -1
  7. package/apigateway/usagePlan.d.ts +15 -6
  8. package/apigateway/usagePlan.js.map +1 -1
  9. package/appmesh/getRoute.d.ts +26 -0
  10. package/appmesh/getRoute.js +26 -0
  11. package/appmesh/getRoute.js.map +1 -1
  12. package/appstream/getImage.d.ts +26 -0
  13. package/appstream/getImage.js +26 -0
  14. package/appstream/getImage.js.map +1 -1
  15. package/autoscaling/group.d.ts +12 -0
  16. package/autoscaling/group.js +2 -0
  17. package/autoscaling/group.js.map +1 -1
  18. package/bedrock/agentAgent.d.ts +11 -3
  19. package/bedrock/agentAgent.js +2 -0
  20. package/bedrock/agentAgent.js.map +1 -1
  21. package/bedrock/agentPrompt.d.ts +231 -0
  22. package/bedrock/agentPrompt.js +130 -0
  23. package/bedrock/agentPrompt.js.map +1 -0
  24. package/bedrock/index.d.ts +3 -0
  25. package/bedrock/index.js +6 -1
  26. package/bedrock/index.js.map +1 -1
  27. package/cloudfront/distribution.d.ts +183 -3
  28. package/cloudfront/distribution.js.map +1 -1
  29. package/cloudfront/index.d.ts +3 -0
  30. package/cloudfront/index.js +6 -1
  31. package/cloudfront/index.js.map +1 -1
  32. package/cloudfront/keyvaluestoreKey.d.ts +0 -2
  33. package/cloudfront/keyvaluestoreKey.js +0 -2
  34. package/cloudfront/keyvaluestoreKey.js.map +1 -1
  35. package/cloudfront/keyvaluestoreKeysExclusive.d.ts +88 -0
  36. package/cloudfront/keyvaluestoreKeysExclusive.js +65 -0
  37. package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -0
  38. package/cloudfront/vpcOrigin.d.ts +24 -0
  39. package/cloudfront/vpcOrigin.js.map +1 -1
  40. package/cloudwatch/eventBus.d.ts +14 -0
  41. package/cloudwatch/eventBus.js +2 -0
  42. package/cloudwatch/eventBus.js.map +1 -1
  43. package/cloudwatch/eventConnection.d.ts +86 -12
  44. package/cloudwatch/eventConnection.js +64 -0
  45. package/cloudwatch/eventConnection.js.map +1 -1
  46. package/cloudwatch/getContributorManagedInsightRules.d.ts +0 -8
  47. package/cloudwatch/getContributorManagedInsightRules.js.map +1 -1
  48. package/cloudwatch/getEventBus.d.ts +6 -1
  49. package/cloudwatch/getEventBus.js.map +1 -1
  50. package/cloudwatch/getEventConnection.d.ts +5 -4
  51. package/cloudwatch/getEventConnection.js.map +1 -1
  52. package/cloudwatch/metricAlarm.d.ts +4 -3
  53. package/cloudwatch/metricAlarm.js +1 -0
  54. package/cloudwatch/metricAlarm.js.map +1 -1
  55. package/cognito/getUserPool.d.ts +2 -0
  56. package/cognito/getUserPool.js.map +1 -1
  57. package/cognito/getUserPoolClient.d.ts +4 -0
  58. package/cognito/getUserPoolClient.js.map +1 -1
  59. package/cognito/managedUserPoolClient.d.ts +12 -0
  60. package/cognito/managedUserPoolClient.js +2 -0
  61. package/cognito/managedUserPoolClient.js.map +1 -1
  62. package/cognito/userPoolClient.d.ts +30 -0
  63. package/cognito/userPoolClient.js +20 -0
  64. package/cognito/userPoolClient.js.map +1 -1
  65. package/costexplorer/getTags.d.ts +0 -4
  66. package/costexplorer/getTags.js.map +1 -1
  67. package/dataexchange/index.d.ts +3 -0
  68. package/dataexchange/index.js +6 -1
  69. package/dataexchange/index.js.map +1 -1
  70. package/dataexchange/revisionAssets.d.ts +175 -0
  71. package/dataexchange/revisionAssets.js +100 -0
  72. package/dataexchange/revisionAssets.js.map +1 -0
  73. package/docdb/cluster.d.ts +17 -3
  74. package/docdb/cluster.js +4 -0
  75. package/docdb/cluster.js.map +1 -1
  76. package/dynamodb/getTables.d.ts +46 -0
  77. package/dynamodb/getTables.js +48 -0
  78. package/dynamodb/getTables.js.map +1 -0
  79. package/dynamodb/index.d.ts +3 -0
  80. package/dynamodb/index.js +4 -1
  81. package/dynamodb/index.js.map +1 -1
  82. package/ec2/getAmiIds.d.ts +3 -0
  83. package/ec2/getAmiIds.js.map +1 -1
  84. package/ec2/getDedicatedHost.d.ts +6 -0
  85. package/ec2/getDedicatedHost.js.map +1 -1
  86. package/ec2/getElasticIp.d.ts +10 -2
  87. package/ec2/getElasticIp.js.map +1 -1
  88. package/ec2/getKeyPair.d.ts +8 -0
  89. package/ec2/getKeyPair.js.map +1 -1
  90. package/ec2/getLocalGateway.d.ts +6 -4
  91. package/ec2/getLocalGateway.js.map +1 -1
  92. package/ec2/getLocalGatewayRouteTable.d.ts +6 -4
  93. package/ec2/getLocalGatewayRouteTable.js.map +1 -1
  94. package/ec2/getManagedPrefixList.d.ts +8 -0
  95. package/ec2/getManagedPrefixList.js.map +1 -1
  96. package/ec2/getNatGateway.d.ts +6 -4
  97. package/ec2/getNatGateway.js.map +1 -1
  98. package/ec2/getNatGateways.d.ts +0 -6
  99. package/ec2/getNatGateways.js.map +1 -1
  100. package/ec2/getNetworkAcls.d.ts +0 -6
  101. package/ec2/getNetworkAcls.js.map +1 -1
  102. package/ec2/getNetworkInsightsAnalysis.d.ts +8 -0
  103. package/ec2/getNetworkInsightsAnalysis.js.map +1 -1
  104. package/ec2/getNetworkInsightsPath.d.ts +8 -0
  105. package/ec2/getNetworkInsightsPath.js.map +1 -1
  106. package/ec2/getNetworkInterfaces.d.ts +0 -6
  107. package/ec2/getNetworkInterfaces.js.map +1 -1
  108. package/ec2/getPrefixList.d.ts +8 -0
  109. package/ec2/getPrefixList.js.map +1 -1
  110. package/ec2/getRoute.d.ts +4 -4
  111. package/ec2/getRouteTables.d.ts +0 -6
  112. package/ec2/getRouteTables.js.map +1 -1
  113. package/ec2/getSubnets.d.ts +0 -6
  114. package/ec2/getSubnets.js.map +1 -1
  115. package/ec2/getVpcEndpoint.d.ts +4 -4
  116. package/ec2/getVpcIamPools.d.ts +4 -0
  117. package/ec2/getVpcIamPools.js.map +1 -1
  118. package/ec2/getVpcIpamPools.d.ts +4 -0
  119. package/ec2/getVpcIpamPools.js.map +1 -1
  120. package/ec2/getVpcIpams.d.ts +2 -4
  121. package/ec2/getVpcIpams.js.map +1 -1
  122. package/ec2/getVpcPeeringConnection.d.ts +4 -4
  123. package/ec2/getVpcPeeringConnections.d.ts +2 -4
  124. package/ec2/getVpcPeeringConnections.js.map +1 -1
  125. package/ec2/getVpcs.d.ts +0 -6
  126. package/ec2/getVpcs.js.map +1 -1
  127. package/ec2/getVpnGateway.d.ts +4 -4
  128. package/ec2clientvpn/endpoint.d.ts +12 -0
  129. package/ec2clientvpn/endpoint.js +2 -0
  130. package/ec2clientvpn/endpoint.js.map +1 -1
  131. package/ec2clientvpn/getEndpoint.d.ts +4 -0
  132. package/ec2clientvpn/getEndpoint.js.map +1 -1
  133. package/ec2transitgateway/getRouteTablePropagations.d.ts +0 -4
  134. package/ec2transitgateway/getRouteTablePropagations.js.map +1 -1
  135. package/ecs/accountSettingDefault.d.ts +14 -0
  136. package/ecs/accountSettingDefault.js +14 -0
  137. package/ecs/accountSettingDefault.js.map +1 -1
  138. package/fsx/getOntapStorageVirtualMachine.d.ts +4 -0
  139. package/fsx/getOntapStorageVirtualMachine.js.map +1 -1
  140. package/getAvailabilityZone.d.ts +8 -0
  141. package/getAvailabilityZone.js.map +1 -1
  142. package/getRegion.d.ts +0 -6
  143. package/getRegion.js.map +1 -1
  144. package/glue/partition.d.ts +13 -0
  145. package/glue/partition.js +13 -0
  146. package/glue/partition.js.map +1 -1
  147. package/inspector2/filter.d.ts +177 -0
  148. package/inspector2/filter.js +97 -0
  149. package/inspector2/filter.js.map +1 -0
  150. package/inspector2/index.d.ts +3 -0
  151. package/inspector2/index.js +6 -1
  152. package/inspector2/index.js.map +1 -1
  153. package/iot/domainConfiguration.d.ts +24 -0
  154. package/iot/domainConfiguration.js +4 -0
  155. package/iot/domainConfiguration.js.map +1 -1
  156. package/kinesis/getFirehoseDeliveryStream.d.ts +3 -3
  157. package/kinesis/getStream.d.ts +1 -1
  158. package/lambda/eventSourceMapping.d.ts +36 -0
  159. package/lambda/eventSourceMapping.js +36 -0
  160. package/lambda/eventSourceMapping.js.map +1 -1
  161. package/licensemanager/getLicenseGrants.d.ts +0 -6
  162. package/licensemanager/getLicenseGrants.js.map +1 -1
  163. package/licensemanager/getReceivedLicenses.d.ts +0 -6
  164. package/licensemanager/getReceivedLicenses.js.map +1 -1
  165. package/msk/serverlessCluster.d.ts +8 -0
  166. package/msk/serverlessCluster.js +2 -0
  167. package/msk/serverlessCluster.js.map +1 -1
  168. package/neptunegraph/graph.d.ts +31 -28
  169. package/neptunegraph/graph.js +1 -1
  170. package/neptunegraph/graph.js.map +1 -1
  171. package/networkfirewall/getFirewall.d.ts +4 -0
  172. package/networkfirewall/getFirewall.js.map +1 -1
  173. package/networkfirewall/getFirewallPolicy.d.ts +4 -0
  174. package/networkfirewall/getFirewallPolicy.js.map +1 -1
  175. package/package.json +2 -2
  176. package/quicksight/getAnalysis.d.ts +0 -4
  177. package/quicksight/getAnalysis.js.map +1 -1
  178. package/quicksight/getDataSet.d.ts +0 -4
  179. package/quicksight/getDataSet.js.map +1 -1
  180. package/quicksight/getQuicksightAnalysis.d.ts +0 -4
  181. package/quicksight/getQuicksightAnalysis.js.map +1 -1
  182. package/rds/certificate.d.ts +2 -2
  183. package/rds/certificate.js +2 -2
  184. package/redshiftserverless/getWorkgroup.d.ts +4 -0
  185. package/redshiftserverless/getWorkgroup.js.map +1 -1
  186. package/redshiftserverless/workgroup.d.ts +12 -0
  187. package/redshiftserverless/workgroup.js +2 -0
  188. package/redshiftserverless/workgroup.js.map +1 -1
  189. package/route53/getDelegationSet.d.ts +9 -4
  190. package/route53/getDelegationSet.js.map +1 -1
  191. package/route53/getQueryLogConfig.d.ts +18 -8
  192. package/route53/getQueryLogConfig.js.map +1 -1
  193. package/route53/getResolverEndpoint.d.ts +21 -4
  194. package/route53/getResolverEndpoint.js.map +1 -1
  195. package/route53/getResolverFirewallConfig.d.ts +6 -4
  196. package/route53/getResolverFirewallConfig.js.map +1 -1
  197. package/route53/getResolverFirewallDomainList.d.ts +27 -4
  198. package/route53/getResolverFirewallDomainList.js.map +1 -1
  199. package/route53/getResolverFirewallRuleGroup.d.ts +30 -4
  200. package/route53/getResolverFirewallRuleGroup.js.map +1 -1
  201. package/route53/getResolverFirewallRuleGroupAssociation.d.ts +36 -4
  202. package/route53/getResolverFirewallRuleGroupAssociation.js.map +1 -1
  203. package/route53/getZone.d.ts +8 -0
  204. package/route53/getZone.js.map +1 -1
  205. package/rum/appMonitor.d.ts +9 -15
  206. package/rum/appMonitor.js +2 -3
  207. package/rum/appMonitor.js.map +1 -1
  208. package/s3tables/table.d.ts +18 -3
  209. package/s3tables/table.js +2 -0
  210. package/s3tables/table.js.map +1 -1
  211. package/s3tables/tableBucket.d.ts +18 -3
  212. package/s3tables/tableBucket.js +2 -0
  213. package/s3tables/tableBucket.js.map +1 -1
  214. package/securityhub/findingAggregator.d.ts +17 -3
  215. package/securityhub/findingAggregator.js +14 -0
  216. package/securityhub/findingAggregator.js.map +1 -1
  217. package/servicequotas/getServiceQuota.d.ts +4 -0
  218. package/servicequotas/getServiceQuota.js.map +1 -1
  219. package/sns/topic.d.ts +12 -0
  220. package/sns/topic.js +2 -0
  221. package/sns/topic.js.map +1 -1
  222. package/ssm/getParameter.d.ts +18 -4
  223. package/ssm/getParameter.js.map +1 -1
  224. package/transfer/getConnector.d.ts +22 -0
  225. package/transfer/getConnector.js +22 -0
  226. package/transfer/getConnector.js.map +1 -1
  227. package/transfer/tag.d.ts +2 -2
  228. package/transfer/tag.js +2 -2
  229. package/types/input.d.ts +1550 -46
  230. package/types/input.js.map +1 -1
  231. package/types/output.d.ts +1608 -38
  232. package/types/output.js.map +1 -1
  233. package/vpc/getSecurityGroupRule.d.ts +8 -0
  234. package/vpc/getSecurityGroupRule.js.map +1 -1
  235. package/vpc/getSecurityGroupRules.d.ts +0 -6
  236. package/vpc/getSecurityGroupRules.js.map +1 -1
  237. package/waf/getSubscribedRuleGroup.d.ts +4 -0
  238. package/waf/getSubscribedRuleGroup.js.map +1 -1
  239. package/wafregional/getSubscribedRuleGroup.d.ts +4 -0
  240. package/wafregional/getSubscribedRuleGroup.js.map +1 -1
  241. package/wafv2/apiKey.d.ts +91 -0
  242. package/wafv2/apiKey.js +84 -0
  243. package/wafv2/apiKey.js.map +1 -0
  244. package/wafv2/index.d.ts +3 -0
  245. package/wafv2/index.js +6 -1
  246. package/wafv2/index.js.map +1 -1
  247. package/wafv2/webAcl.d.ts +12 -0
  248. package/wafv2/webAcl.js +2 -0
  249. package/wafv2/webAcl.js.map +1 -1
  250. package/workspaces/directory.d.ts +113 -5
  251. package/workspaces/directory.js +52 -3
  252. package/workspaces/directory.js.map +1 -1
  253. package/workspaces/getDirectory.d.ts +23 -3
  254. package/workspaces/getDirectory.js.map +1 -1
@@ -0,0 +1,231 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource for managing an AWS Bedrock Agents Prompt.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ### Basic Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as aws from "@pulumi/aws";
14
+ *
15
+ * const example = new aws.bedrock.AgentPrompt("example", {
16
+ * name: "MyPrompt",
17
+ * description: "My prompt description.",
18
+ * });
19
+ * ```
20
+ *
21
+ * ### With Variants
22
+ *
23
+ * ```typescript
24
+ * import * as pulumi from "@pulumi/pulumi";
25
+ * import * as aws from "@pulumi/aws";
26
+ *
27
+ * const example = new aws.bedrock.AgentPrompt("example", {
28
+ * name: "MakePlaylist",
29
+ * description: "My first prompt.",
30
+ * defaultVariant: "Variant1",
31
+ * variants: [{
32
+ * name: "Variant1",
33
+ * modelId: "amazon.titan-text-express-v1",
34
+ * inferenceConfiguration: {
35
+ * text: {
36
+ * temperature: 0.8,
37
+ * },
38
+ * },
39
+ * templateType: "TEXT",
40
+ * templateConfiguration: {
41
+ * text: {
42
+ * text: "Make me a {{genre}} playlist consisting of the following number of songs: {{number}}.",
43
+ * inputVariables: [
44
+ * {
45
+ * name: "genre",
46
+ * },
47
+ * {
48
+ * name: "number",
49
+ * },
50
+ * ],
51
+ * },
52
+ * },
53
+ * }],
54
+ * });
55
+ * ```
56
+ *
57
+ * ## Import
58
+ *
59
+ * Using `pulumi import`, import Bedrock Agents Prompt using the `id`. For example:
60
+ *
61
+ * ```sh
62
+ * $ pulumi import aws:bedrock/agentPrompt:AgentPrompt example 1A2BC3DEFG
63
+ * ```
64
+ */
65
+ export declare class AgentPrompt extends pulumi.CustomResource {
66
+ /**
67
+ * Get an existing AgentPrompt resource's state with the given name, ID, and optional extra
68
+ * properties used to qualify the lookup.
69
+ *
70
+ * @param name The _unique_ name of the resulting resource.
71
+ * @param id The _unique_ provider ID of the resource to lookup.
72
+ * @param state Any extra arguments used during the lookup.
73
+ * @param opts Optional settings to control the behavior of the CustomResource.
74
+ */
75
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AgentPromptState, opts?: pulumi.CustomResourceOptions): AgentPrompt;
76
+ /**
77
+ * Returns true if the given object is an instance of AgentPrompt. This is designed to work even
78
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
79
+ */
80
+ static isInstance(obj: any): obj is AgentPrompt;
81
+ /**
82
+ * Amazon Resource Name (ARN) of the prompt.
83
+ */
84
+ readonly arn: pulumi.Output<string>;
85
+ /**
86
+ * Time at which the prompt was created.
87
+ */
88
+ readonly createdAt: pulumi.Output<string>;
89
+ /**
90
+ * Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
91
+ */
92
+ readonly customerEncryptionKeyArn: pulumi.Output<string | undefined>;
93
+ /**
94
+ * Name of the default variant for your prompt.
95
+ */
96
+ readonly defaultVariant: pulumi.Output<string | undefined>;
97
+ /**
98
+ * Description of the prompt.
99
+ */
100
+ readonly description: pulumi.Output<string | undefined>;
101
+ /**
102
+ * Name of the prompt.
103
+ *
104
+ * The following arguments are optional:
105
+ */
106
+ readonly name: pulumi.Output<string>;
107
+ /**
108
+ * Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
109
+ */
110
+ readonly tags: pulumi.Output<{
111
+ [key: string]: string;
112
+ } | undefined>;
113
+ /**
114
+ * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
115
+ *
116
+ * @deprecated Please use `tags` instead.
117
+ */
118
+ readonly tagsAll: pulumi.Output<{
119
+ [key: string]: string;
120
+ }>;
121
+ /**
122
+ * Time at which the prompt was last updated.
123
+ */
124
+ readonly updatedAt: pulumi.Output<string>;
125
+ /**
126
+ * A list of objects, each containing details about a variant of the prompt. See Variant for more information.
127
+ */
128
+ readonly variants: pulumi.Output<outputs.bedrock.AgentPromptVariant[] | undefined>;
129
+ /**
130
+ * Version of the prompt. When you create a prompt, the version created is the `DRAFT` version.
131
+ */
132
+ readonly version: pulumi.Output<string>;
133
+ /**
134
+ * Create a AgentPrompt resource with the given unique name, arguments, and options.
135
+ *
136
+ * @param name The _unique_ name of the resource.
137
+ * @param args The arguments to use to populate this resource's properties.
138
+ * @param opts A bag of options that control this resource's behavior.
139
+ */
140
+ constructor(name: string, args?: AgentPromptArgs, opts?: pulumi.CustomResourceOptions);
141
+ }
142
+ /**
143
+ * Input properties used for looking up and filtering AgentPrompt resources.
144
+ */
145
+ export interface AgentPromptState {
146
+ /**
147
+ * Amazon Resource Name (ARN) of the prompt.
148
+ */
149
+ arn?: pulumi.Input<string>;
150
+ /**
151
+ * Time at which the prompt was created.
152
+ */
153
+ createdAt?: pulumi.Input<string>;
154
+ /**
155
+ * Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
156
+ */
157
+ customerEncryptionKeyArn?: pulumi.Input<string>;
158
+ /**
159
+ * Name of the default variant for your prompt.
160
+ */
161
+ defaultVariant?: pulumi.Input<string>;
162
+ /**
163
+ * Description of the prompt.
164
+ */
165
+ description?: pulumi.Input<string>;
166
+ /**
167
+ * Name of the prompt.
168
+ *
169
+ * The following arguments are optional:
170
+ */
171
+ name?: pulumi.Input<string>;
172
+ /**
173
+ * Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
174
+ */
175
+ tags?: pulumi.Input<{
176
+ [key: string]: pulumi.Input<string>;
177
+ }>;
178
+ /**
179
+ * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
180
+ *
181
+ * @deprecated Please use `tags` instead.
182
+ */
183
+ tagsAll?: pulumi.Input<{
184
+ [key: string]: pulumi.Input<string>;
185
+ }>;
186
+ /**
187
+ * Time at which the prompt was last updated.
188
+ */
189
+ updatedAt?: pulumi.Input<string>;
190
+ /**
191
+ * A list of objects, each containing details about a variant of the prompt. See Variant for more information.
192
+ */
193
+ variants?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariant>[]>;
194
+ /**
195
+ * Version of the prompt. When you create a prompt, the version created is the `DRAFT` version.
196
+ */
197
+ version?: pulumi.Input<string>;
198
+ }
199
+ /**
200
+ * The set of arguments for constructing a AgentPrompt resource.
201
+ */
202
+ export interface AgentPromptArgs {
203
+ /**
204
+ * Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
205
+ */
206
+ customerEncryptionKeyArn?: pulumi.Input<string>;
207
+ /**
208
+ * Name of the default variant for your prompt.
209
+ */
210
+ defaultVariant?: pulumi.Input<string>;
211
+ /**
212
+ * Description of the prompt.
213
+ */
214
+ description?: pulumi.Input<string>;
215
+ /**
216
+ * Name of the prompt.
217
+ *
218
+ * The following arguments are optional:
219
+ */
220
+ name?: pulumi.Input<string>;
221
+ /**
222
+ * Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
223
+ */
224
+ tags?: pulumi.Input<{
225
+ [key: string]: pulumi.Input<string>;
226
+ }>;
227
+ /**
228
+ * A list of objects, each containing details about a variant of the prompt. See Variant for more information.
229
+ */
230
+ variants?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariant>[]>;
231
+ }
@@ -0,0 +1,130 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.AgentPrompt = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS Bedrock Agents Prompt.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Basic Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const example = new aws.bedrock.AgentPrompt("example", {
20
+ * name: "MyPrompt",
21
+ * description: "My prompt description.",
22
+ * });
23
+ * ```
24
+ *
25
+ * ### With Variants
26
+ *
27
+ * ```typescript
28
+ * import * as pulumi from "@pulumi/pulumi";
29
+ * import * as aws from "@pulumi/aws";
30
+ *
31
+ * const example = new aws.bedrock.AgentPrompt("example", {
32
+ * name: "MakePlaylist",
33
+ * description: "My first prompt.",
34
+ * defaultVariant: "Variant1",
35
+ * variants: [{
36
+ * name: "Variant1",
37
+ * modelId: "amazon.titan-text-express-v1",
38
+ * inferenceConfiguration: {
39
+ * text: {
40
+ * temperature: 0.8,
41
+ * },
42
+ * },
43
+ * templateType: "TEXT",
44
+ * templateConfiguration: {
45
+ * text: {
46
+ * text: "Make me a {{genre}} playlist consisting of the following number of songs: {{number}}.",
47
+ * inputVariables: [
48
+ * {
49
+ * name: "genre",
50
+ * },
51
+ * {
52
+ * name: "number",
53
+ * },
54
+ * ],
55
+ * },
56
+ * },
57
+ * }],
58
+ * });
59
+ * ```
60
+ *
61
+ * ## Import
62
+ *
63
+ * Using `pulumi import`, import Bedrock Agents Prompt using the `id`. For example:
64
+ *
65
+ * ```sh
66
+ * $ pulumi import aws:bedrock/agentPrompt:AgentPrompt example 1A2BC3DEFG
67
+ * ```
68
+ */
69
+ class AgentPrompt extends pulumi.CustomResource {
70
+ /**
71
+ * Get an existing AgentPrompt resource's state with the given name, ID, and optional extra
72
+ * properties used to qualify the lookup.
73
+ *
74
+ * @param name The _unique_ name of the resulting resource.
75
+ * @param id The _unique_ provider ID of the resource to lookup.
76
+ * @param state Any extra arguments used during the lookup.
77
+ * @param opts Optional settings to control the behavior of the CustomResource.
78
+ */
79
+ static get(name, id, state, opts) {
80
+ return new AgentPrompt(name, state, Object.assign(Object.assign({}, opts), { id: id }));
81
+ }
82
+ /**
83
+ * Returns true if the given object is an instance of AgentPrompt. This is designed to work even
84
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
85
+ */
86
+ static isInstance(obj) {
87
+ if (obj === undefined || obj === null) {
88
+ return false;
89
+ }
90
+ return obj['__pulumiType'] === AgentPrompt.__pulumiType;
91
+ }
92
+ constructor(name, argsOrState, opts) {
93
+ let resourceInputs = {};
94
+ opts = opts || {};
95
+ if (opts.id) {
96
+ const state = argsOrState;
97
+ resourceInputs["arn"] = state ? state.arn : undefined;
98
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
99
+ resourceInputs["customerEncryptionKeyArn"] = state ? state.customerEncryptionKeyArn : undefined;
100
+ resourceInputs["defaultVariant"] = state ? state.defaultVariant : undefined;
101
+ resourceInputs["description"] = state ? state.description : undefined;
102
+ resourceInputs["name"] = state ? state.name : undefined;
103
+ resourceInputs["tags"] = state ? state.tags : undefined;
104
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
105
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
106
+ resourceInputs["variants"] = state ? state.variants : undefined;
107
+ resourceInputs["version"] = state ? state.version : undefined;
108
+ }
109
+ else {
110
+ const args = argsOrState;
111
+ resourceInputs["customerEncryptionKeyArn"] = args ? args.customerEncryptionKeyArn : undefined;
112
+ resourceInputs["defaultVariant"] = args ? args.defaultVariant : undefined;
113
+ resourceInputs["description"] = args ? args.description : undefined;
114
+ resourceInputs["name"] = args ? args.name : undefined;
115
+ resourceInputs["tags"] = args ? args.tags : undefined;
116
+ resourceInputs["variants"] = args ? args.variants : undefined;
117
+ resourceInputs["arn"] = undefined /*out*/;
118
+ resourceInputs["createdAt"] = undefined /*out*/;
119
+ resourceInputs["tagsAll"] = undefined /*out*/;
120
+ resourceInputs["updatedAt"] = undefined /*out*/;
121
+ resourceInputs["version"] = undefined /*out*/;
122
+ }
123
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
124
+ super(AgentPrompt.__pulumiType, name, resourceInputs, opts);
125
+ }
126
+ }
127
+ exports.AgentPrompt = AgentPrompt;
128
+ /** @internal */
129
+ AgentPrompt.__pulumiType = 'aws:bedrock/agentPrompt:AgentPrompt';
130
+ //# sourceMappingURL=agentPrompt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPrompt.js","sourceRoot":"","sources":["../../bedrock/agentPrompt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;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,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA2DD,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,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;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;;AArHL,kCAsHC;AAxGG,gBAAgB;AACO,wBAAY,GAAG,qCAAqC,CAAC"}
@@ -19,6 +19,9 @@ export declare const AgentDataSource: typeof import("./agentDataSource").AgentDa
19
19
  export { AgentKnowledgeBaseArgs, AgentKnowledgeBaseState } from "./agentKnowledgeBase";
20
20
  export type AgentKnowledgeBase = import("./agentKnowledgeBase").AgentKnowledgeBase;
21
21
  export declare const AgentKnowledgeBase: typeof import("./agentKnowledgeBase").AgentKnowledgeBase;
22
+ export { AgentPromptArgs, AgentPromptState } from "./agentPrompt";
23
+ export type AgentPrompt = import("./agentPrompt").AgentPrompt;
24
+ export declare const AgentPrompt: typeof import("./agentPrompt").AgentPrompt;
22
25
  export { CustomModelArgs, CustomModelState } from "./customModel";
23
26
  export type CustomModel = import("./customModel").CustomModel;
24
27
  export declare const CustomModel: typeof import("./customModel").CustomModel;
package/bedrock/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.ProvisionedModelThroughput = exports.InferenceProfile = exports.GuardrailVersion = exports.Guardrail = exports.getInferenceProfilesOutput = exports.getInferenceProfiles = exports.getInferenceProfileOutput = exports.getInferenceProfile = exports.getCustomModelsOutput = exports.getCustomModels = exports.getCustomModelOutput = exports.getCustomModel = exports.getAgentAgentVersionsOutput = exports.getAgentAgentVersions = exports.CustomModel = exports.AgentKnowledgeBase = exports.AgentDataSource = exports.AgentAgentKnowledgeBaseAssociation = exports.AgentAgentCollaborator = exports.AgentAgentAlias = exports.AgentAgentActionGroup = exports.AgentAgent = void 0;
5
+ exports.ProvisionedModelThroughput = exports.InferenceProfile = exports.GuardrailVersion = exports.Guardrail = exports.getInferenceProfilesOutput = exports.getInferenceProfiles = exports.getInferenceProfileOutput = exports.getInferenceProfile = exports.getCustomModelsOutput = exports.getCustomModels = exports.getCustomModelOutput = exports.getCustomModel = exports.getAgentAgentVersionsOutput = exports.getAgentAgentVersions = exports.CustomModel = exports.AgentPrompt = exports.AgentKnowledgeBase = exports.AgentDataSource = exports.AgentAgentKnowledgeBaseAssociation = exports.AgentAgentCollaborator = exports.AgentAgentAlias = exports.AgentAgentActionGroup = exports.AgentAgent = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.AgentAgent = null;
@@ -19,6 +19,8 @@ exports.AgentDataSource = null;
19
19
  utilities.lazyLoad(exports, ["AgentDataSource"], () => require("./agentDataSource"));
20
20
  exports.AgentKnowledgeBase = null;
21
21
  utilities.lazyLoad(exports, ["AgentKnowledgeBase"], () => require("./agentKnowledgeBase"));
22
+ exports.AgentPrompt = null;
23
+ utilities.lazyLoad(exports, ["AgentPrompt"], () => require("./agentPrompt"));
22
24
  exports.CustomModel = null;
23
25
  utilities.lazyLoad(exports, ["CustomModel"], () => require("./customModel"));
24
26
  exports.getAgentAgentVersions = null;
@@ -62,6 +64,8 @@ const _module = {
62
64
  return new exports.AgentDataSource(name, undefined, { urn });
63
65
  case "aws:bedrock/agentKnowledgeBase:AgentKnowledgeBase":
64
66
  return new exports.AgentKnowledgeBase(name, undefined, { urn });
67
+ case "aws:bedrock/agentPrompt:AgentPrompt":
68
+ return new exports.AgentPrompt(name, undefined, { urn });
65
69
  case "aws:bedrock/customModel:CustomModel":
66
70
  return new exports.CustomModel(name, undefined, { urn });
67
71
  case "aws:bedrock/guardrail:Guardrail":
@@ -84,6 +88,7 @@ pulumi.runtime.registerResourceModule("aws", "bedrock/agentAgentCollaborator", _
84
88
  pulumi.runtime.registerResourceModule("aws", "bedrock/agentAgentKnowledgeBaseAssociation", _module);
85
89
  pulumi.runtime.registerResourceModule("aws", "bedrock/agentDataSource", _module);
86
90
  pulumi.runtime.registerResourceModule("aws", "bedrock/agentKnowledgeBase", _module);
91
+ pulumi.runtime.registerResourceModule("aws", "bedrock/agentPrompt", _module);
87
92
  pulumi.runtime.registerResourceModule("aws", "bedrock/customModel", _module);
88
93
  pulumi.runtime.registerResourceModule("aws", "bedrock/guardrail", _module);
89
94
  pulumi.runtime.registerResourceModule("aws", "bedrock/guardrailVersion", _module);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrock/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrock/index.ts"],"names":[],"mappings":"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"}