@pulumi/aws 7.9.0-alpha.1760704543 → 7.9.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 (140) hide show
  1. package/amp/index.d.ts +3 -0
  2. package/amp/index.js +6 -1
  3. package/amp/index.js.map +1 -1
  4. package/amp/resourcePolicy.d.ts +214 -0
  5. package/amp/resourcePolicy.js +182 -0
  6. package/amp/resourcePolicy.js.map +1 -0
  7. package/bedrock/agentcoreAgentRuntime.d.ts +356 -0
  8. package/bedrock/agentcoreAgentRuntime.js +198 -0
  9. package/bedrock/agentcoreAgentRuntime.js.map +1 -0
  10. package/bedrock/agentcoreAgentRuntimeEndpoint.d.ts +173 -0
  11. package/bedrock/agentcoreAgentRuntimeEndpoint.js +96 -0
  12. package/bedrock/agentcoreAgentRuntimeEndpoint.js.map +1 -0
  13. package/bedrock/agentcoreApiKeyCredentialProvider.d.ts +133 -0
  14. package/bedrock/agentcoreApiKeyCredentialProvider.js +84 -0
  15. package/bedrock/agentcoreApiKeyCredentialProvider.js.map +1 -0
  16. package/bedrock/agentcoreBrowser.d.ts +231 -0
  17. package/bedrock/agentcoreBrowser.js +135 -0
  18. package/bedrock/agentcoreBrowser.js.map +1 -0
  19. package/bedrock/agentcoreCodeInterpreter.d.ts +211 -0
  20. package/bedrock/agentcoreCodeInterpreter.js +125 -0
  21. package/bedrock/agentcoreCodeInterpreter.js.map +1 -0
  22. package/bedrock/agentcoreGateway.d.ts +317 -0
  23. package/bedrock/agentcoreGateway.js +178 -0
  24. package/bedrock/agentcoreGateway.js.map +1 -0
  25. package/bedrock/agentcoreGatewayTarget.d.ts +294 -0
  26. package/bedrock/agentcoreGatewayTarget.js +233 -0
  27. package/bedrock/agentcoreGatewayTarget.js.map +1 -0
  28. package/bedrock/index.d.ts +21 -0
  29. package/bedrock/index.js +36 -1
  30. package/bedrock/index.js.map +1 -1
  31. package/cloudwatch/metricAlarm.d.ts +39 -7
  32. package/cloudwatch/metricAlarm.js +36 -4
  33. package/cloudwatch/metricAlarm.js.map +1 -1
  34. package/codebuild/project.d.ts +15 -0
  35. package/codebuild/project.js +2 -0
  36. package/codebuild/project.js.map +1 -1
  37. package/datazone/environment.d.ts +10 -6
  38. package/datazone/environment.js +1 -3
  39. package/datazone/environment.js.map +1 -1
  40. package/dms/endpoint.d.ts +3 -3
  41. package/ec2/getVpnConnection.d.ts +173 -0
  42. package/ec2/getVpnConnection.js +92 -0
  43. package/ec2/getVpnConnection.js.map +1 -0
  44. package/ec2/index.d.ts +3 -0
  45. package/ec2/index.js +6 -3
  46. package/ec2/index.js.map +1 -1
  47. package/ec2/route.d.ts +0 -8
  48. package/ec2/route.js +0 -8
  49. package/ec2/route.js.map +1 -1
  50. package/ec2/routeTable.d.ts +6 -6
  51. package/ec2/routeTable.js +0 -6
  52. package/ec2/routeTable.js.map +1 -1
  53. package/ec2transitgateway/getDirectConnectGatewayAttachment.d.ts +4 -0
  54. package/ec2transitgateway/getDirectConnectGatewayAttachment.js +4 -0
  55. package/ec2transitgateway/getDirectConnectGatewayAttachment.js.map +1 -1
  56. package/ec2transitgateway/getVpcAttachment.d.ts +4 -0
  57. package/ec2transitgateway/getVpcAttachment.js +4 -0
  58. package/ec2transitgateway/getVpcAttachment.js.map +1 -1
  59. package/ec2transitgateway/routeTableAssociation.d.ts +57 -0
  60. package/ec2transitgateway/routeTableAssociation.js +57 -0
  61. package/ec2transitgateway/routeTableAssociation.js.map +1 -1
  62. package/ec2transitgateway/routeTablePropagation.d.ts +57 -0
  63. package/ec2transitgateway/routeTablePropagation.js +57 -0
  64. package/ec2transitgateway/routeTablePropagation.js.map +1 -1
  65. package/emrserverless/application.d.ts +12 -0
  66. package/emrserverless/application.js +2 -0
  67. package/emrserverless/application.js.map +1 -1
  68. package/index.d.ts +2 -1
  69. package/index.js +3 -1
  70. package/index.js.map +1 -1
  71. package/lakeformation/permissions.d.ts +14 -10
  72. package/lakeformation/permissions.js +14 -10
  73. package/lakeformation/permissions.js.map +1 -1
  74. package/odb/cloudAutonomousVmCluster.d.ts +6 -6
  75. package/odb/cloudAutonomousVmCluster.js +6 -6
  76. package/odb/cloudExadataInfrastructure.d.ts +2 -2
  77. package/odb/cloudVmCluster.d.ts +6 -6
  78. package/odb/cloudVmCluster.js +6 -6
  79. package/odb/getCloudAutonomousVmClusters.d.ts +68 -0
  80. package/odb/getCloudAutonomousVmClusters.js +56 -0
  81. package/odb/getCloudAutonomousVmClusters.js.map +1 -0
  82. package/odb/getCloudExadataInfrastructures.d.ts +68 -0
  83. package/odb/getCloudExadataInfrastructures.js +56 -0
  84. package/odb/getCloudExadataInfrastructures.js.map +1 -0
  85. package/odb/getCloudVmClusters.d.ts +68 -0
  86. package/odb/getCloudVmClusters.js +56 -0
  87. package/odb/getCloudVmClusters.js.map +1 -0
  88. package/odb/getDbSystemShapes.d.ts +1 -1
  89. package/odb/getNetworkPeeringConnection.d.ts +3 -3
  90. package/odb/getNetworkPeeringConnections.d.ts +77 -0
  91. package/odb/getNetworkPeeringConnections.js +58 -0
  92. package/odb/getNetworkPeeringConnections.js.map +1 -0
  93. package/odb/getNetworks.d.ts +64 -0
  94. package/odb/getNetworks.js +52 -0
  95. package/odb/getNetworks.js.map +1 -0
  96. package/odb/index.d.ts +15 -0
  97. package/odb/index.js +16 -1
  98. package/odb/index.js.map +1 -1
  99. package/package.json +2 -2
  100. package/quicksight/accountSubscription.d.ts +37 -1
  101. package/quicksight/accountSubscription.js +7 -1
  102. package/quicksight/accountSubscription.js.map +1 -1
  103. package/rds/getGlobalCluster.d.ts +123 -0
  104. package/rds/getGlobalCluster.js +56 -0
  105. package/rds/getGlobalCluster.js.map +1 -0
  106. package/rds/index.d.ts +3 -0
  107. package/rds/index.js +5 -2
  108. package/rds/index.js.map +1 -1
  109. package/servicediscovery/service.d.ts +4 -4
  110. package/servicediscovery/service.js +1 -1
  111. package/ssm/defaultPatchBaseline.d.ts +3 -0
  112. package/ssm/defaultPatchBaseline.js.map +1 -1
  113. package/ssmcontacts/contact.d.ts +9 -3
  114. package/ssmcontacts/contact.js +9 -3
  115. package/ssmcontacts/contact.js.map +1 -1
  116. package/transfer/hostKey.d.ts +151 -0
  117. package/transfer/hostKey.js +83 -0
  118. package/transfer/hostKey.js.map +1 -0
  119. package/transfer/index.d.ts +9 -0
  120. package/transfer/index.js +16 -1
  121. package/transfer/index.js.map +1 -1
  122. package/transfer/webApp.d.ts +239 -0
  123. package/transfer/webApp.js +157 -0
  124. package/transfer/webApp.js.map +1 -0
  125. package/transfer/webAppCustomization.d.ts +97 -0
  126. package/transfer/webAppCustomization.js +73 -0
  127. package/transfer/webAppCustomization.js.map +1 -0
  128. package/types/input.d.ts +997 -2
  129. package/types/input.js.map +1 -1
  130. package/types/output.d.ts +1342 -160
  131. package/types/output.js.map +1 -1
  132. package/vpclattice/resourceGateway.d.ts +12 -0
  133. package/vpclattice/resourceGateway.js +2 -0
  134. package/vpclattice/resourceGateway.js.map +1 -1
  135. package/vpn/getConnection.d.ts +175 -0
  136. package/vpn/getConnection.js +96 -0
  137. package/vpn/getConnection.js.map +1 -0
  138. package/vpn/index.d.ts +3 -0
  139. package/vpn/index.js +10 -0
  140. package/vpn/index.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -2312,6 +2312,20 @@ export declare namespace amp {
2312
2312
  */
2313
2313
  update?: pulumi.Input<string>;
2314
2314
  }
2315
+ interface ResourcePolicyTimeouts {
2316
+ /**
2317
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
2318
+ */
2319
+ create?: pulumi.Input<string>;
2320
+ /**
2321
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
2322
+ */
2323
+ delete?: pulumi.Input<string>;
2324
+ /**
2325
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
2326
+ */
2327
+ update?: pulumi.Input<string>;
2328
+ }
2315
2329
  interface ScraperDestination {
2316
2330
  /**
2317
2331
  * Configuration block for an Amazon Managed Prometheus workspace destination. See `amp`.
@@ -11894,6 +11908,793 @@ export declare namespace bedrock {
11894
11908
  */
11895
11909
  name: pulumi.Input<string>;
11896
11910
  }
11911
+ interface AgentcoreAgentRuntimeAgentRuntimeArtifact {
11912
+ /**
11913
+ * Container configuration block. See `containerConfiguration` below.
11914
+ */
11915
+ containerConfiguration?: pulumi.Input<inputs.bedrock.AgentcoreAgentRuntimeAgentRuntimeArtifactContainerConfiguration>;
11916
+ }
11917
+ interface AgentcoreAgentRuntimeAgentRuntimeArtifactContainerConfiguration {
11918
+ /**
11919
+ * URI of the container image in Amazon ECR.
11920
+ */
11921
+ containerUri: pulumi.Input<string>;
11922
+ }
11923
+ interface AgentcoreAgentRuntimeAuthorizerConfiguration {
11924
+ /**
11925
+ * JWT-based authorization configuration block. See `customJwtAuthorizer` below.
11926
+ */
11927
+ customJwtAuthorizer?: pulumi.Input<inputs.bedrock.AgentcoreAgentRuntimeAuthorizerConfigurationCustomJwtAuthorizer>;
11928
+ }
11929
+ interface AgentcoreAgentRuntimeAuthorizerConfigurationCustomJwtAuthorizer {
11930
+ /**
11931
+ * Set of allowed audience values for JWT token validation.
11932
+ */
11933
+ allowedAudiences?: pulumi.Input<pulumi.Input<string>[]>;
11934
+ /**
11935
+ * Set of allowed client IDs for JWT token validation.
11936
+ */
11937
+ allowedClients?: pulumi.Input<pulumi.Input<string>[]>;
11938
+ /**
11939
+ * URL used to fetch OpenID Connect configuration or authorization server metadata. Must end with `.well-known/openid-configuration`.
11940
+ */
11941
+ discoveryUrl: pulumi.Input<string>;
11942
+ }
11943
+ interface AgentcoreAgentRuntimeEndpointTimeouts {
11944
+ /**
11945
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
11946
+ */
11947
+ create?: pulumi.Input<string>;
11948
+ /**
11949
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
11950
+ */
11951
+ delete?: pulumi.Input<string>;
11952
+ /**
11953
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
11954
+ */
11955
+ update?: pulumi.Input<string>;
11956
+ }
11957
+ interface AgentcoreAgentRuntimeLifecycleConfiguration {
11958
+ /**
11959
+ * Timeout in seconds for idle runtime sessions.
11960
+ */
11961
+ idleRuntimeSessionTimeout: pulumi.Input<number>;
11962
+ /**
11963
+ * Maximum lifetime for the instance in seconds.
11964
+ */
11965
+ maxLifetime: pulumi.Input<number>;
11966
+ }
11967
+ interface AgentcoreAgentRuntimeNetworkConfiguration {
11968
+ /**
11969
+ * Network mode for the agent runtime. Valid values: `PUBLIC`, `VPC`.
11970
+ */
11971
+ networkMode: pulumi.Input<string>;
11972
+ /**
11973
+ * Network mode configuration. See `networkModeConfig` below.
11974
+ */
11975
+ networkModeConfig?: pulumi.Input<inputs.bedrock.AgentcoreAgentRuntimeNetworkConfigurationNetworkModeConfig>;
11976
+ }
11977
+ interface AgentcoreAgentRuntimeNetworkConfigurationNetworkModeConfig {
11978
+ /**
11979
+ * Security groups associated with the VPC configuration.
11980
+ */
11981
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
11982
+ /**
11983
+ * Subnets associated with the VPC configuration.
11984
+ */
11985
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
11986
+ }
11987
+ interface AgentcoreAgentRuntimeProtocolConfiguration {
11988
+ /**
11989
+ * Server protocol for the agent runtime. Valid values: `HTTP`, `MCP`, `A2A`.
11990
+ */
11991
+ serverProtocol?: pulumi.Input<string>;
11992
+ }
11993
+ interface AgentcoreAgentRuntimeRequestHeaderConfiguration {
11994
+ /**
11995
+ * A list of HTTP request headers that are allowed to be passed through to the runtime.
11996
+ */
11997
+ requestHeaderAllowlists?: pulumi.Input<pulumi.Input<string>[]>;
11998
+ }
11999
+ interface AgentcoreAgentRuntimeTimeouts {
12000
+ /**
12001
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12002
+ */
12003
+ create?: pulumi.Input<string>;
12004
+ /**
12005
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
12006
+ */
12007
+ delete?: pulumi.Input<string>;
12008
+ /**
12009
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12010
+ */
12011
+ update?: pulumi.Input<string>;
12012
+ }
12013
+ interface AgentcoreAgentRuntimeWorkloadIdentityDetail {
12014
+ /**
12015
+ * ARN of the workload identity.
12016
+ */
12017
+ workloadIdentityArn: pulumi.Input<string>;
12018
+ }
12019
+ interface AgentcoreApiKeyCredentialProviderApiKeySecretArn {
12020
+ /**
12021
+ * ARN of the secret in AWS Secrets Manager.
12022
+ */
12023
+ secretArn: pulumi.Input<string>;
12024
+ }
12025
+ interface AgentcoreBrowserNetworkConfiguration {
12026
+ /**
12027
+ * Network mode for the browser. Valid values: `PUBLIC`, `SANDBOX`.
12028
+ */
12029
+ networkMode: pulumi.Input<string>;
12030
+ networkModeConfig?: pulumi.Input<inputs.bedrock.AgentcoreBrowserNetworkConfigurationNetworkModeConfig>;
12031
+ }
12032
+ interface AgentcoreBrowserNetworkConfigurationNetworkModeConfig {
12033
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
12034
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
12035
+ }
12036
+ interface AgentcoreBrowserRecording {
12037
+ /**
12038
+ * Whether to enable recording for browser sessions. Defaults to `false`.
12039
+ */
12040
+ enabled?: pulumi.Input<boolean>;
12041
+ /**
12042
+ * S3 location where browser session recordings are stored. See `s3Location` below.
12043
+ */
12044
+ s3Location?: pulumi.Input<inputs.bedrock.AgentcoreBrowserRecordingS3Location>;
12045
+ }
12046
+ interface AgentcoreBrowserRecordingS3Location {
12047
+ /**
12048
+ * Name of the S3 bucket where recordings are stored.
12049
+ */
12050
+ bucket: pulumi.Input<string>;
12051
+ /**
12052
+ * S3 key prefix for recording files.
12053
+ */
12054
+ prefix: pulumi.Input<string>;
12055
+ }
12056
+ interface AgentcoreBrowserTimeouts {
12057
+ /**
12058
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12059
+ */
12060
+ create?: pulumi.Input<string>;
12061
+ /**
12062
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
12063
+ */
12064
+ delete?: pulumi.Input<string>;
12065
+ }
12066
+ interface AgentcoreCodeInterpreterNetworkConfiguration {
12067
+ /**
12068
+ * Network mode for the code interpreter. Valid values: `PUBLIC`, `SANDBOX`, `VPC`.
12069
+ */
12070
+ networkMode: pulumi.Input<string>;
12071
+ /**
12072
+ * VPC configuration. See `vpcConfig` below.
12073
+ */
12074
+ vpcConfig?: pulumi.Input<inputs.bedrock.AgentcoreCodeInterpreterNetworkConfigurationVpcConfig>;
12075
+ }
12076
+ interface AgentcoreCodeInterpreterNetworkConfigurationVpcConfig {
12077
+ /**
12078
+ * Security groups associated with the VPC configuration.
12079
+ */
12080
+ securityGroups: pulumi.Input<pulumi.Input<string>[]>;
12081
+ /**
12082
+ * Subnets associated with the VPC configuration.
12083
+ */
12084
+ subnets: pulumi.Input<pulumi.Input<string>[]>;
12085
+ }
12086
+ interface AgentcoreCodeInterpreterTimeouts {
12087
+ /**
12088
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12089
+ */
12090
+ create?: pulumi.Input<string>;
12091
+ /**
12092
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
12093
+ */
12094
+ delete?: pulumi.Input<string>;
12095
+ }
12096
+ interface AgentcoreGatewayAuthorizerConfiguration {
12097
+ /**
12098
+ * JWT-based authorization configuration block. See `customJwtAuthorizer` below.
12099
+ */
12100
+ customJwtAuthorizer?: pulumi.Input<inputs.bedrock.AgentcoreGatewayAuthorizerConfigurationCustomJwtAuthorizer>;
12101
+ }
12102
+ interface AgentcoreGatewayAuthorizerConfigurationCustomJwtAuthorizer {
12103
+ /**
12104
+ * Set of allowed audience values for JWT token validation.
12105
+ */
12106
+ allowedAudiences?: pulumi.Input<pulumi.Input<string>[]>;
12107
+ /**
12108
+ * Set of allowed client IDs for JWT token validation.
12109
+ */
12110
+ allowedClients?: pulumi.Input<pulumi.Input<string>[]>;
12111
+ /**
12112
+ * URL used to fetch OpenID Connect configuration or authorization server metadata. Must end with `.well-known/openid-configuration`.
12113
+ */
12114
+ discoveryUrl: pulumi.Input<string>;
12115
+ }
12116
+ interface AgentcoreGatewayProtocolConfiguration {
12117
+ /**
12118
+ * Model Context Protocol (MCP) configuration block. See `mcp` below.
12119
+ */
12120
+ mcp?: pulumi.Input<inputs.bedrock.AgentcoreGatewayProtocolConfigurationMcp>;
12121
+ }
12122
+ interface AgentcoreGatewayProtocolConfigurationMcp {
12123
+ /**
12124
+ * Instructions for the MCP protocol configuration.
12125
+ */
12126
+ instructions?: pulumi.Input<string>;
12127
+ /**
12128
+ * Search type for MCP. Valid values: `SEMANTIC`, `HYBRID`.
12129
+ */
12130
+ searchType?: pulumi.Input<string>;
12131
+ /**
12132
+ * Set of supported MCP protocol versions.
12133
+ */
12134
+ supportedVersions?: pulumi.Input<pulumi.Input<string>[]>;
12135
+ }
12136
+ interface AgentcoreGatewayTargetCredentialProviderConfiguration {
12137
+ /**
12138
+ * API key-based authentication configuration. See `apiKey` below.
12139
+ */
12140
+ apiKey?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetCredentialProviderConfigurationApiKey>;
12141
+ /**
12142
+ * Use the gateway's IAM role for authentication. This is an empty configuration block.
12143
+ */
12144
+ gatewayIamRole?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetCredentialProviderConfigurationGatewayIamRole>;
12145
+ /**
12146
+ * OAuth-based authentication configuration. See `oauth` below.
12147
+ */
12148
+ oauth?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetCredentialProviderConfigurationOauth>;
12149
+ }
12150
+ interface AgentcoreGatewayTargetCredentialProviderConfigurationApiKey {
12151
+ /**
12152
+ * Location where the API key credential is provided. Valid values: `HEADER`, `QUERY_PARAMETER`.
12153
+ */
12154
+ credentialLocation?: pulumi.Input<string>;
12155
+ /**
12156
+ * Name of the parameter containing the API key credential.
12157
+ */
12158
+ credentialParameterName?: pulumi.Input<string>;
12159
+ /**
12160
+ * Prefix to add to the API key credential value.
12161
+ */
12162
+ credentialPrefix?: pulumi.Input<string>;
12163
+ /**
12164
+ * ARN of the OIDC provider for API key authentication.
12165
+ */
12166
+ providerArn: pulumi.Input<string>;
12167
+ }
12168
+ interface AgentcoreGatewayTargetCredentialProviderConfigurationGatewayIamRole {
12169
+ }
12170
+ interface AgentcoreGatewayTargetCredentialProviderConfigurationOauth {
12171
+ /**
12172
+ * Map of custom parameters to include in OAuth requests.
12173
+ */
12174
+ customParameters?: pulumi.Input<{
12175
+ [key: string]: pulumi.Input<string>;
12176
+ }>;
12177
+ /**
12178
+ * ARN of the OIDC provider for OAuth authentication.
12179
+ */
12180
+ providerArn: pulumi.Input<string>;
12181
+ /**
12182
+ * Set of OAuth scopes to request.
12183
+ */
12184
+ scopes: pulumi.Input<pulumi.Input<string>[]>;
12185
+ }
12186
+ interface AgentcoreGatewayTargetTargetConfiguration {
12187
+ /**
12188
+ * Model Context Protocol (MCP) configuration. See `mcp` below.
12189
+ */
12190
+ mcp?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcp>;
12191
+ }
12192
+ interface AgentcoreGatewayTargetTargetConfigurationMcp {
12193
+ /**
12194
+ * Lambda function target configuration. See `lambda` below.
12195
+ */
12196
+ lambda?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambda>;
12197
+ /**
12198
+ * OpenAPI schema-based target configuration. See `apiSchemaConfiguration` below.
12199
+ */
12200
+ openApiSchema?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchema>;
12201
+ /**
12202
+ * Smithy model-based target configuration. See `apiSchemaConfiguration` below.
12203
+ */
12204
+ smithyModel?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpSmithyModel>;
12205
+ }
12206
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambda {
12207
+ /**
12208
+ * ARN of the Lambda function to invoke.
12209
+ */
12210
+ lambdaArn: pulumi.Input<string>;
12211
+ /**
12212
+ * Schema definition for the tool. See `toolSchema` below.
12213
+ */
12214
+ toolSchema?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchema>;
12215
+ }
12216
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchema {
12217
+ /**
12218
+ * Inline tool definition. See `inlinePayload` below.
12219
+ */
12220
+ inlinePayloads?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayload>[]>;
12221
+ /**
12222
+ * S3-based tool definition. See `s3` below.
12223
+ */
12224
+ s3?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaS3>;
12225
+ }
12226
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayload {
12227
+ /**
12228
+ * Description of what the tool does.
12229
+ */
12230
+ description: pulumi.Input<string>;
12231
+ /**
12232
+ * Schema for the tool's input. See `schemaDefinition` below.
12233
+ */
12234
+ inputSchema?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchema>;
12235
+ /**
12236
+ * Name of the tool.
12237
+ */
12238
+ name: pulumi.Input<string>;
12239
+ /**
12240
+ * Schema for the tool's output. See `schemaDefinition` below.
12241
+ */
12242
+ outputSchema?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchema>;
12243
+ }
12244
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchema {
12245
+ /**
12246
+ * Description of the gateway target.
12247
+ */
12248
+ description?: pulumi.Input<string>;
12249
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaItems>;
12250
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaProperty>[]>;
12251
+ type: pulumi.Input<string>;
12252
+ }
12253
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaItems {
12254
+ /**
12255
+ * Description of the array items.
12256
+ */
12257
+ description?: pulumi.Input<string>;
12258
+ /**
12259
+ * Nested items definition for arrays of arrays.
12260
+ */
12261
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaItemsItems>;
12262
+ /**
12263
+ * Set of property definitions for arrays of objects. See `property` below.
12264
+ */
12265
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaItemsProperty>[]>;
12266
+ /**
12267
+ * Data type of the array items.
12268
+ */
12269
+ type: pulumi.Input<string>;
12270
+ }
12271
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaItemsItems {
12272
+ /**
12273
+ * Description of the array items.
12274
+ */
12275
+ description?: pulumi.Input<string>;
12276
+ /**
12277
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12278
+ */
12279
+ itemsJson?: pulumi.Input<string>;
12280
+ /**
12281
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12282
+ */
12283
+ propertiesJson?: pulumi.Input<string>;
12284
+ /**
12285
+ * Data type of the array items.
12286
+ */
12287
+ type: pulumi.Input<string>;
12288
+ }
12289
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaItemsProperty {
12290
+ /**
12291
+ * Description of the property.
12292
+ */
12293
+ description?: pulumi.Input<string>;
12294
+ /**
12295
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12296
+ */
12297
+ itemsJson?: pulumi.Input<string>;
12298
+ /**
12299
+ * Name of the property.
12300
+ */
12301
+ name: pulumi.Input<string>;
12302
+ /**
12303
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12304
+ */
12305
+ propertiesJson?: pulumi.Input<string>;
12306
+ /**
12307
+ * Whether this property is required. Defaults to `false`.
12308
+ */
12309
+ required?: pulumi.Input<boolean>;
12310
+ /**
12311
+ * Data type of the property.
12312
+ */
12313
+ type: pulumi.Input<string>;
12314
+ }
12315
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaProperty {
12316
+ /**
12317
+ * Description of the property.
12318
+ */
12319
+ description?: pulumi.Input<string>;
12320
+ /**
12321
+ * Items definition for array properties. See `items` above.
12322
+ */
12323
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyItems>;
12324
+ /**
12325
+ * Name of the property.
12326
+ */
12327
+ name: pulumi.Input<string>;
12328
+ /**
12329
+ * Set of nested property definitions for object properties.
12330
+ */
12331
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyProperty>[]>;
12332
+ /**
12333
+ * Whether this property is required. Defaults to `false`.
12334
+ */
12335
+ required?: pulumi.Input<boolean>;
12336
+ /**
12337
+ * Data type of the property.
12338
+ */
12339
+ type: pulumi.Input<string>;
12340
+ }
12341
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyItems {
12342
+ /**
12343
+ * Description of the array items.
12344
+ */
12345
+ description?: pulumi.Input<string>;
12346
+ /**
12347
+ * Nested items definition for arrays of arrays.
12348
+ */
12349
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyItemsItems>;
12350
+ /**
12351
+ * Set of property definitions for arrays of objects. See `property` below.
12352
+ */
12353
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyItemsProperty>[]>;
12354
+ /**
12355
+ * Data type of the array items.
12356
+ */
12357
+ type: pulumi.Input<string>;
12358
+ }
12359
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyItemsItems {
12360
+ /**
12361
+ * Description of the array items.
12362
+ */
12363
+ description?: pulumi.Input<string>;
12364
+ /**
12365
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12366
+ */
12367
+ itemsJson?: pulumi.Input<string>;
12368
+ /**
12369
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12370
+ */
12371
+ propertiesJson?: pulumi.Input<string>;
12372
+ /**
12373
+ * Data type of the array items.
12374
+ */
12375
+ type: pulumi.Input<string>;
12376
+ }
12377
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyItemsProperty {
12378
+ /**
12379
+ * Description of the property.
12380
+ */
12381
+ description?: pulumi.Input<string>;
12382
+ /**
12383
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12384
+ */
12385
+ itemsJson?: pulumi.Input<string>;
12386
+ /**
12387
+ * Name of the property.
12388
+ */
12389
+ name: pulumi.Input<string>;
12390
+ /**
12391
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12392
+ */
12393
+ propertiesJson?: pulumi.Input<string>;
12394
+ /**
12395
+ * Whether this property is required. Defaults to `false`.
12396
+ */
12397
+ required?: pulumi.Input<boolean>;
12398
+ /**
12399
+ * Data type of the property.
12400
+ */
12401
+ type: pulumi.Input<string>;
12402
+ }
12403
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadInputSchemaPropertyProperty {
12404
+ /**
12405
+ * Description of the property.
12406
+ */
12407
+ description?: pulumi.Input<string>;
12408
+ /**
12409
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12410
+ */
12411
+ itemsJson?: pulumi.Input<string>;
12412
+ /**
12413
+ * Name of the property.
12414
+ */
12415
+ name: pulumi.Input<string>;
12416
+ /**
12417
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12418
+ */
12419
+ propertiesJson?: pulumi.Input<string>;
12420
+ /**
12421
+ * Whether this property is required. Defaults to `false`.
12422
+ */
12423
+ required?: pulumi.Input<boolean>;
12424
+ /**
12425
+ * Data type of the property.
12426
+ */
12427
+ type: pulumi.Input<string>;
12428
+ }
12429
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchema {
12430
+ /**
12431
+ * Description of the gateway target.
12432
+ */
12433
+ description?: pulumi.Input<string>;
12434
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaItems>;
12435
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaProperty>[]>;
12436
+ type: pulumi.Input<string>;
12437
+ }
12438
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaItems {
12439
+ /**
12440
+ * Description of the array items.
12441
+ */
12442
+ description?: pulumi.Input<string>;
12443
+ /**
12444
+ * Nested items definition for arrays of arrays.
12445
+ */
12446
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaItemsItems>;
12447
+ /**
12448
+ * Set of property definitions for arrays of objects. See `property` below.
12449
+ */
12450
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaItemsProperty>[]>;
12451
+ /**
12452
+ * Data type of the array items.
12453
+ */
12454
+ type: pulumi.Input<string>;
12455
+ }
12456
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaItemsItems {
12457
+ /**
12458
+ * Description of the array items.
12459
+ */
12460
+ description?: pulumi.Input<string>;
12461
+ /**
12462
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12463
+ */
12464
+ itemsJson?: pulumi.Input<string>;
12465
+ /**
12466
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12467
+ */
12468
+ propertiesJson?: pulumi.Input<string>;
12469
+ /**
12470
+ * Data type of the array items.
12471
+ */
12472
+ type: pulumi.Input<string>;
12473
+ }
12474
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaItemsProperty {
12475
+ /**
12476
+ * Description of the property.
12477
+ */
12478
+ description?: pulumi.Input<string>;
12479
+ /**
12480
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12481
+ */
12482
+ itemsJson?: pulumi.Input<string>;
12483
+ /**
12484
+ * Name of the property.
12485
+ */
12486
+ name: pulumi.Input<string>;
12487
+ /**
12488
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12489
+ */
12490
+ propertiesJson?: pulumi.Input<string>;
12491
+ /**
12492
+ * Whether this property is required. Defaults to `false`.
12493
+ */
12494
+ required?: pulumi.Input<boolean>;
12495
+ /**
12496
+ * Data type of the property.
12497
+ */
12498
+ type: pulumi.Input<string>;
12499
+ }
12500
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaProperty {
12501
+ /**
12502
+ * Description of the property.
12503
+ */
12504
+ description?: pulumi.Input<string>;
12505
+ /**
12506
+ * Items definition for array properties. See `items` above.
12507
+ */
12508
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyItems>;
12509
+ /**
12510
+ * Name of the property.
12511
+ */
12512
+ name: pulumi.Input<string>;
12513
+ /**
12514
+ * Set of nested property definitions for object properties.
12515
+ */
12516
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyProperty>[]>;
12517
+ /**
12518
+ * Whether this property is required. Defaults to `false`.
12519
+ */
12520
+ required?: pulumi.Input<boolean>;
12521
+ /**
12522
+ * Data type of the property.
12523
+ */
12524
+ type: pulumi.Input<string>;
12525
+ }
12526
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyItems {
12527
+ /**
12528
+ * Description of the array items.
12529
+ */
12530
+ description?: pulumi.Input<string>;
12531
+ /**
12532
+ * Nested items definition for arrays of arrays.
12533
+ */
12534
+ items?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyItemsItems>;
12535
+ /**
12536
+ * Set of property definitions for arrays of objects. See `property` below.
12537
+ */
12538
+ properties?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyItemsProperty>[]>;
12539
+ /**
12540
+ * Data type of the array items.
12541
+ */
12542
+ type: pulumi.Input<string>;
12543
+ }
12544
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyItemsItems {
12545
+ /**
12546
+ * Description of the array items.
12547
+ */
12548
+ description?: pulumi.Input<string>;
12549
+ /**
12550
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12551
+ */
12552
+ itemsJson?: pulumi.Input<string>;
12553
+ /**
12554
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12555
+ */
12556
+ propertiesJson?: pulumi.Input<string>;
12557
+ /**
12558
+ * Data type of the array items.
12559
+ */
12560
+ type: pulumi.Input<string>;
12561
+ }
12562
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyItemsProperty {
12563
+ /**
12564
+ * Description of the property.
12565
+ */
12566
+ description?: pulumi.Input<string>;
12567
+ /**
12568
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12569
+ */
12570
+ itemsJson?: pulumi.Input<string>;
12571
+ /**
12572
+ * Name of the property.
12573
+ */
12574
+ name: pulumi.Input<string>;
12575
+ /**
12576
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12577
+ */
12578
+ propertiesJson?: pulumi.Input<string>;
12579
+ /**
12580
+ * Whether this property is required. Defaults to `false`.
12581
+ */
12582
+ required?: pulumi.Input<boolean>;
12583
+ /**
12584
+ * Data type of the property.
12585
+ */
12586
+ type: pulumi.Input<string>;
12587
+ }
12588
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaInlinePayloadOutputSchemaPropertyProperty {
12589
+ /**
12590
+ * Description of the property.
12591
+ */
12592
+ description?: pulumi.Input<string>;
12593
+ /**
12594
+ * JSON-encoded schema definition for array items. Used for complex nested structures. Cannot be used with `propertiesJson`.
12595
+ */
12596
+ itemsJson?: pulumi.Input<string>;
12597
+ /**
12598
+ * Name of the property.
12599
+ */
12600
+ name: pulumi.Input<string>;
12601
+ /**
12602
+ * JSON-encoded schema definition for object properties. Used for complex nested structures. Cannot be used with `itemsJson`.
12603
+ */
12604
+ propertiesJson?: pulumi.Input<string>;
12605
+ /**
12606
+ * Whether this property is required. Defaults to `false`.
12607
+ */
12608
+ required?: pulumi.Input<boolean>;
12609
+ /**
12610
+ * Data type of the property.
12611
+ */
12612
+ type: pulumi.Input<string>;
12613
+ }
12614
+ interface AgentcoreGatewayTargetTargetConfigurationMcpLambdaToolSchemaS3 {
12615
+ /**
12616
+ * Account ID of the S3 bucket owner.
12617
+ */
12618
+ bucketOwnerAccountId?: pulumi.Input<string>;
12619
+ /**
12620
+ * S3 URI where the schema is stored.
12621
+ */
12622
+ uri?: pulumi.Input<string>;
12623
+ }
12624
+ interface AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchema {
12625
+ inlinePayload?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaInlinePayload>;
12626
+ s3?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaS3>;
12627
+ }
12628
+ interface AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaInlinePayload {
12629
+ /**
12630
+ * The inline schema payload content.
12631
+ */
12632
+ payload: pulumi.Input<string>;
12633
+ }
12634
+ interface AgentcoreGatewayTargetTargetConfigurationMcpOpenApiSchemaS3 {
12635
+ /**
12636
+ * Account ID of the S3 bucket owner.
12637
+ */
12638
+ bucketOwnerAccountId?: pulumi.Input<string>;
12639
+ /**
12640
+ * S3 URI where the schema is stored.
12641
+ */
12642
+ uri?: pulumi.Input<string>;
12643
+ }
12644
+ interface AgentcoreGatewayTargetTargetConfigurationMcpSmithyModel {
12645
+ inlinePayload?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpSmithyModelInlinePayload>;
12646
+ s3?: pulumi.Input<inputs.bedrock.AgentcoreGatewayTargetTargetConfigurationMcpSmithyModelS3>;
12647
+ }
12648
+ interface AgentcoreGatewayTargetTargetConfigurationMcpSmithyModelInlinePayload {
12649
+ /**
12650
+ * The inline schema payload content.
12651
+ */
12652
+ payload: pulumi.Input<string>;
12653
+ }
12654
+ interface AgentcoreGatewayTargetTargetConfigurationMcpSmithyModelS3 {
12655
+ /**
12656
+ * Account ID of the S3 bucket owner.
12657
+ */
12658
+ bucketOwnerAccountId?: pulumi.Input<string>;
12659
+ /**
12660
+ * S3 URI where the schema is stored.
12661
+ */
12662
+ uri?: pulumi.Input<string>;
12663
+ }
12664
+ interface AgentcoreGatewayTargetTimeouts {
12665
+ /**
12666
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12667
+ */
12668
+ create?: pulumi.Input<string>;
12669
+ /**
12670
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
12671
+ */
12672
+ delete?: pulumi.Input<string>;
12673
+ /**
12674
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12675
+ */
12676
+ update?: pulumi.Input<string>;
12677
+ }
12678
+ interface AgentcoreGatewayTimeouts {
12679
+ /**
12680
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12681
+ */
12682
+ create?: pulumi.Input<string>;
12683
+ /**
12684
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
12685
+ */
12686
+ delete?: pulumi.Input<string>;
12687
+ /**
12688
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
12689
+ */
12690
+ update?: pulumi.Input<string>;
12691
+ }
12692
+ interface AgentcoreGatewayWorkloadIdentityDetail {
12693
+ /**
12694
+ * ARN of the workload identity.
12695
+ */
12696
+ workloadIdentityArn: pulumi.Input<string>;
12697
+ }
11897
12698
  interface CustomModelOutputDataConfig {
11898
12699
  /**
11899
12700
  * The S3 URI where the output data is stored.
@@ -15359,7 +16160,9 @@ export declare namespace cloudwatch {
15359
16160
  */
15360
16161
  accountId?: pulumi.Input<string>;
15361
16162
  /**
15362
- * The math expression to be performed on the returned data, if this object is performing a math expression. This expression can use the id of the other metrics to refer to those metrics, and can also use the id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the [Amazon CloudWatch User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax).
16163
+ * A Metrics Insights query or a metric math expression to be evaluated on the returned data.
16164
+ * For details about Metrics Insights queries, see [Metrics Insights query components and syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch-metrics-insights-querylanguage) in the AWS documentation.
16165
+ * For details about metric math expressions, see [Metric Math Syntax and Functions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax) in the AWS documentation.
15363
16166
  */
15364
16167
  expression?: pulumi.Input<string>;
15365
16168
  /**
@@ -24611,6 +25414,26 @@ export declare namespace ec2 {
24611
25414
  */
24612
25415
  values: pulumi.Input<pulumi.Input<string>[]>;
24613
25416
  }
25417
+ interface GetVpnConnectionFilter {
25418
+ /**
25419
+ * Name of the filter field. Valid values can be found in the [EC2 `DescribeVPNConnections` API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html).
25420
+ */
25421
+ name: string;
25422
+ /**
25423
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
25424
+ */
25425
+ values: string[];
25426
+ }
25427
+ interface GetVpnConnectionFilterArgs {
25428
+ /**
25429
+ * Name of the filter field. Valid values can be found in the [EC2 `DescribeVPNConnections` API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html).
25430
+ */
25431
+ name: pulumi.Input<string>;
25432
+ /**
25433
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
25434
+ */
25435
+ values: pulumi.Input<pulumi.Input<string>[]>;
25436
+ }
24614
25437
  interface GetVpnGatewayFilter {
24615
25438
  /**
24616
25439
  * Name of the field to filter by, as defined by
@@ -25000,7 +25823,7 @@ export declare namespace ec2 {
25000
25823
  */
25001
25824
  iops?: pulumi.Input<number>;
25002
25825
  /**
25003
- * The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume.
25826
+ * Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
25004
25827
  * `encrypted` must be set to `true` when this is set.
25005
25828
  */
25006
25829
  kmsKeyId?: pulumi.Input<string>;
@@ -31713,6 +32536,16 @@ export declare namespace emrserverless {
31713
32536
  */
31714
32537
  subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
31715
32538
  }
32539
+ interface ApplicationSchedulerConfiguration {
32540
+ /**
32541
+ * Maximum concurrent job runs on this application. Valid range is `1` to `1000`. Defaults to `15`.
32542
+ */
32543
+ maxConcurrentRuns?: pulumi.Input<number>;
32544
+ /**
32545
+ * Maximum duration in minutes for the job in QUEUED state. Valid range is from `15` to `720`. Defaults to `360`.
32546
+ */
32547
+ queueTimeoutMinutes?: pulumi.Input<number>;
32548
+ }
31716
32549
  }
31717
32550
  export declare namespace evidently {
31718
32551
  interface FeatureEvaluationRule {
@@ -42328,6 +43161,44 @@ export declare namespace lambda {
42328
43161
  * Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html).
42329
43162
  */
42330
43163
  consumerGroupId?: pulumi.Input<string>;
43164
+ /**
43165
+ * Block for a Kafka schema registry setting. See below.
43166
+ */
43167
+ schemaRegistryConfig?: pulumi.Input<inputs.lambda.EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig>;
43168
+ }
43169
+ interface EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig {
43170
+ /**
43171
+ * Configuration block for authentication Lambda uses to access the schema registry.
43172
+ */
43173
+ accessConfigs?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfigAccessConfig>[]>;
43174
+ /**
43175
+ * Record format that Lambda delivers to the function after schema validation. Valid values: `JSON`, `SOURCE`.
43176
+ */
43177
+ eventRecordFormat?: pulumi.Input<string>;
43178
+ /**
43179
+ * URI of the schema registry. For AWS Glue schema registries, use the ARN of the registry. For Confluent schema registries, use the registry URL.
43180
+ */
43181
+ schemaRegistryUri?: pulumi.Input<string>;
43182
+ /**
43183
+ * Repeatable block that defines schema validation settings. These specify the message attributes that Lambda should validate and filter using the schema registry.
43184
+ */
43185
+ schemaValidationConfigs?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfigSchemaValidationConfig>[]>;
43186
+ }
43187
+ interface EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfigAccessConfig {
43188
+ /**
43189
+ * Authentication type Lambda uses to access the schema registry.
43190
+ */
43191
+ type?: pulumi.Input<string>;
43192
+ /**
43193
+ * URI of the secret (Secrets Manager secret ARN) used to authenticate with the schema registry.
43194
+ */
43195
+ uri?: pulumi.Input<string>;
43196
+ }
43197
+ interface EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfigSchemaValidationConfig {
43198
+ /**
43199
+ * Message attribute to validate. Valid values: `KEY`, `VALUE`.
43200
+ */
43201
+ attribute?: pulumi.Input<string>;
42331
43202
  }
42332
43203
  interface EventSourceMappingDestinationConfig {
42333
43204
  /**
@@ -42402,6 +43273,44 @@ export declare namespace lambda {
42402
43273
  * Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).
42403
43274
  */
42404
43275
  consumerGroupId?: pulumi.Input<string>;
43276
+ /**
43277
+ * Block for a Kafka schema registry setting. See below.
43278
+ */
43279
+ schemaRegistryConfig?: pulumi.Input<inputs.lambda.EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig>;
43280
+ }
43281
+ interface EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig {
43282
+ /**
43283
+ * Configuration block for authentication Lambda uses to access the schema registry.
43284
+ */
43285
+ accessConfigs?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfigAccessConfig>[]>;
43286
+ /**
43287
+ * Record format that Lambda delivers to the function after schema validation. Valid values: `JSON`, `SOURCE`.
43288
+ */
43289
+ eventRecordFormat?: pulumi.Input<string>;
43290
+ /**
43291
+ * URI of the schema registry. For AWS Glue schema registries, use the ARN of the registry. For Confluent schema registries, use the registry URL.
43292
+ */
43293
+ schemaRegistryUri?: pulumi.Input<string>;
43294
+ /**
43295
+ * Repeatable block that defines schema validation settings. These specify the message attributes that Lambda should validate and filter using the schema registry.
43296
+ */
43297
+ schemaValidationConfigs?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfigSchemaValidationConfig>[]>;
43298
+ }
43299
+ interface EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfigAccessConfig {
43300
+ /**
43301
+ * Authentication type Lambda uses to access the schema registry.
43302
+ */
43303
+ type?: pulumi.Input<string>;
43304
+ /**
43305
+ * URI of the secret (Secrets Manager secret ARN) used to authenticate with the schema registry.
43306
+ */
43307
+ uri?: pulumi.Input<string>;
43308
+ }
43309
+ interface EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfigSchemaValidationConfig {
43310
+ /**
43311
+ * Message attribute to validate. Valid values: `KEY`, `VALUE`.
43312
+ */
43313
+ attribute?: pulumi.Input<string>;
42405
43314
  }
42406
43315
  interface EventSourceMappingSourceAccessConfiguration {
42407
43316
  /**
@@ -61183,6 +62092,50 @@ export declare namespace odb {
61183
62092
  */
61184
62093
  update?: pulumi.Input<string>;
61185
62094
  }
62095
+ interface GetNetworkPeeringConnectionsOdbPeeringConnection {
62096
+ /**
62097
+ * The Amazon Resource Name (ARN) for the ODB network peering connection.
62098
+ */
62099
+ arn: string;
62100
+ /**
62101
+ * Display name of the ODB network peering connection.
62102
+ */
62103
+ displayName: string;
62104
+ /**
62105
+ * The unique identifier of the ODB network peering connection.
62106
+ */
62107
+ id: string;
62108
+ /**
62109
+ * ARN of the ODB network peering connection.
62110
+ */
62111
+ odbNetworkArn: string;
62112
+ /**
62113
+ * ARN of the peer network peering connection.
62114
+ */
62115
+ peerNetworkArn: string;
62116
+ }
62117
+ interface GetNetworkPeeringConnectionsOdbPeeringConnectionArgs {
62118
+ /**
62119
+ * The Amazon Resource Name (ARN) for the ODB network peering connection.
62120
+ */
62121
+ arn: pulumi.Input<string>;
62122
+ /**
62123
+ * Display name of the ODB network peering connection.
62124
+ */
62125
+ displayName: pulumi.Input<string>;
62126
+ /**
62127
+ * The unique identifier of the ODB network peering connection.
62128
+ */
62129
+ id: pulumi.Input<string>;
62130
+ /**
62131
+ * ARN of the ODB network peering connection.
62132
+ */
62133
+ odbNetworkArn: pulumi.Input<string>;
62134
+ /**
62135
+ * ARN of the peer network peering connection.
62136
+ */
62137
+ peerNetworkArn: pulumi.Input<string>;
62138
+ }
61186
62139
  interface NetworkManagedService {
61187
62140
  managedS3BackupAccesses: pulumi.Input<pulumi.Input<inputs.odb.NetworkManagedServiceManagedS3BackupAccess>[]>;
61188
62141
  managedServiceIpv4Cidrs: pulumi.Input<pulumi.Input<string>[]>;
@@ -77702,6 +78655,26 @@ export declare namespace transfer {
77702
78655
  */
77703
78656
  uid: pulumi.Input<number>;
77704
78657
  }
78658
+ interface WebAppIdentityProviderDetails {
78659
+ /**
78660
+ * Block that describes the values to use for the IAM Identity Center settings. See Identity center config below.
78661
+ */
78662
+ identityCenterConfig?: pulumi.Input<inputs.transfer.WebAppIdentityProviderDetailsIdentityCenterConfig>;
78663
+ }
78664
+ interface WebAppIdentityProviderDetailsIdentityCenterConfig {
78665
+ applicationArn?: pulumi.Input<string>;
78666
+ /**
78667
+ * ARN of the IAM Identity Center used for the web app.
78668
+ */
78669
+ instanceArn?: pulumi.Input<string>;
78670
+ /**
78671
+ * ARN of an identity bearer role for your web app.
78672
+ */
78673
+ role?: pulumi.Input<string>;
78674
+ }
78675
+ interface WebAppWebAppUnit {
78676
+ provisioned: pulumi.Input<number>;
78677
+ }
77705
78678
  interface WorkflowOnExceptionStep {
77706
78679
  /**
77707
78680
  * Details for a step that performs a file copy. See Copy Step Details below.
@@ -78823,6 +79796,28 @@ export declare namespace vpclattice {
78823
79796
  value?: pulumi.Input<string>;
78824
79797
  }
78825
79798
  }
79799
+ export declare namespace vpn {
79800
+ interface GetConnectionFilter {
79801
+ /**
79802
+ * Name of the filter field. Valid values can be found in the [EC2 `DescribeVPNConnections` API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html).
79803
+ */
79804
+ name: string;
79805
+ /**
79806
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
79807
+ */
79808
+ values: string[];
79809
+ }
79810
+ interface GetConnectionFilterArgs {
79811
+ /**
79812
+ * Name of the filter field. Valid values can be found in the [EC2 `DescribeVPNConnections` API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html).
79813
+ */
79814
+ name: pulumi.Input<string>;
79815
+ /**
79816
+ * Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
79817
+ */
79818
+ values: pulumi.Input<pulumi.Input<string>[]>;
79819
+ }
79820
+ }
78826
79821
  export declare namespace waf {
78827
79822
  interface ByteMatchSetByteMatchTuple {
78828
79823
  /**