@pulumi/aws-native 1.70.0-alpha.1782284201 → 1.70.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 (164) hide show
  1. package/amazonmq/broker.d.ts +8 -0
  2. package/amazonmq/broker.js +2 -0
  3. package/amazonmq/broker.js.map +1 -1
  4. package/amazonmq/getBroker.d.ts +4 -0
  5. package/amazonmq/getBroker.js.map +1 -1
  6. package/bedrock/knowledgeBase.js +1 -1
  7. package/bedrock/knowledgeBase.js.map +1 -1
  8. package/bedrockagentcore/configurationBundle.d.ts +8 -0
  9. package/bedrockagentcore/configurationBundle.js +2 -0
  10. package/bedrockagentcore/configurationBundle.js.map +1 -1
  11. package/bedrockagentcore/gatewayTarget.d.ts +1 -1
  12. package/bedrockagentcore/getConfigurationBundle.d.ts +4 -0
  13. package/bedrockagentcore/getConfigurationBundle.js.map +1 -1
  14. package/bedrockagentcore/getHarness.d.ts +6 -2
  15. package/bedrockagentcore/getHarness.js +2 -2
  16. package/bedrockagentcore/getHarness.js.map +1 -1
  17. package/bedrockagentcore/getPolicy.d.ts +1 -0
  18. package/bedrockagentcore/getPolicy.js.map +1 -1
  19. package/bedrockagentcore/harness.d.ts +5 -1
  20. package/bedrockagentcore/harness.js +4 -2
  21. package/bedrockagentcore/harness.js.map +1 -1
  22. package/bedrockagentcore/policy.d.ts +2 -0
  23. package/bedrockagentcore/policy.js +2 -0
  24. package/bedrockagentcore/policy.js.map +1 -1
  25. package/codepipeline/getWebhook.d.ts +4 -0
  26. package/codepipeline/getWebhook.js.map +1 -1
  27. package/codepipeline/webhook.d.ts +8 -0
  28. package/codepipeline/webhook.js +2 -0
  29. package/codepipeline/webhook.js.map +1 -1
  30. package/cognito/getUserPoolDomain.d.ts +1 -0
  31. package/cognito/getUserPoolDomain.js.map +1 -1
  32. package/cognito/userPoolDomain.d.ts +2 -0
  33. package/cognito/userPoolDomain.js +2 -0
  34. package/cognito/userPoolDomain.js.map +1 -1
  35. package/ec2/getRoute.d.ts +3 -0
  36. package/ec2/getRoute.js.map +1 -1
  37. package/ec2/route.d.ts +6 -0
  38. package/ec2/route.js.map +1 -1
  39. package/ecs/daemonTaskDefinition.d.ts +16 -0
  40. package/ecs/daemonTaskDefinition.js.map +1 -1
  41. package/ecs/service.d.ts +2 -0
  42. package/ecs/service.js +2 -0
  43. package/ecs/service.js.map +1 -1
  44. package/elementalinference/dictionary.d.ts +48 -0
  45. package/elementalinference/dictionary.js +69 -0
  46. package/elementalinference/dictionary.js.map +1 -0
  47. package/elementalinference/getDictionary.d.ts +25 -0
  48. package/elementalinference/getDictionary.js +28 -0
  49. package/elementalinference/getDictionary.js.map +1 -0
  50. package/elementalinference/index.d.ts +6 -0
  51. package/elementalinference/index.js +8 -1
  52. package/elementalinference/index.js.map +1 -1
  53. package/lambda/capacityProvider.d.ts +2 -0
  54. package/lambda/capacityProvider.js +2 -0
  55. package/lambda/capacityProvider.js.map +1 -1
  56. package/lambda/getCapacityProvider.d.ts +1 -0
  57. package/lambda/getCapacityProvider.js.map +1 -1
  58. package/lambda/getMicrovmImage.d.ts +53 -0
  59. package/lambda/getMicrovmImage.js +28 -0
  60. package/lambda/getMicrovmImage.js.map +1 -0
  61. package/lambda/getNetworkConnector.d.ts +27 -0
  62. package/lambda/getNetworkConnector.js +28 -0
  63. package/lambda/getNetworkConnector.js.map +1 -0
  64. package/lambda/index.d.ts +12 -0
  65. package/lambda/index.js +15 -1
  66. package/lambda/index.js.map +1 -1
  67. package/lambda/microvmImage.d.ts +142 -0
  68. package/lambda/microvmImage.js +132 -0
  69. package/lambda/microvmImage.js.map +1 -0
  70. package/lambda/networkConnector.d.ts +52 -0
  71. package/lambda/networkConnector.js +71 -0
  72. package/lambda/networkConnector.js.map +1 -0
  73. package/logs/deliverySource.d.ts +21 -0
  74. package/logs/deliverySource.js +6 -0
  75. package/logs/deliverySource.js.map +1 -1
  76. package/logs/getDeliverySource.d.ts +15 -0
  77. package/logs/getDeliverySource.js.map +1 -1
  78. package/mediatailor/getPlaybackConfiguration.d.ts +6 -0
  79. package/mediatailor/getPlaybackConfiguration.js.map +1 -1
  80. package/mediatailor/playbackConfiguration.d.ts +12 -0
  81. package/mediatailor/playbackConfiguration.js +2 -0
  82. package/mediatailor/playbackConfiguration.js.map +1 -1
  83. package/neptune/getGlobalCluster.d.ts +36 -0
  84. package/neptune/getGlobalCluster.js +28 -0
  85. package/neptune/getGlobalCluster.js.map +1 -0
  86. package/neptune/globalCluster.d.ts +92 -0
  87. package/neptune/globalCluster.js +70 -0
  88. package/neptune/globalCluster.js.map +1 -0
  89. package/neptune/index.d.ts +6 -0
  90. package/neptune/index.js +8 -1
  91. package/neptune/index.js.map +1 -1
  92. package/package.json +3 -3
  93. package/package.json.dev +2 -2
  94. package/pcs/cluster.js +1 -1
  95. package/pcs/cluster.js.map +1 -1
  96. package/pcs/getCluster.d.ts +4 -0
  97. package/pcs/getCluster.js.map +1 -1
  98. package/quicksight/actionConnector.d.ts +2 -2
  99. package/quicksight/actionConnector.js +3 -0
  100. package/quicksight/actionConnector.js.map +1 -1
  101. package/sagemaker/cluster.d.ts +2 -0
  102. package/sagemaker/cluster.js +2 -0
  103. package/sagemaker/cluster.js.map +1 -1
  104. package/sagemaker/domain.d.ts +8 -0
  105. package/sagemaker/domain.js +2 -0
  106. package/sagemaker/domain.js.map +1 -1
  107. package/sagemaker/getCluster.d.ts +1 -0
  108. package/sagemaker/getCluster.js.map +1 -1
  109. package/sagemaker/getDomain.d.ts +4 -0
  110. package/sagemaker/getDomain.js.map +1 -1
  111. package/ssm/association.d.ts +16 -0
  112. package/ssm/association.js +4 -0
  113. package/ssm/association.js.map +1 -1
  114. package/ssm/getAssociation.d.ts +8 -0
  115. package/ssm/getAssociation.js.map +1 -1
  116. package/types/enums/bedrock/index.d.ts +23 -0
  117. package/types/enums/bedrock/index.js +18 -3
  118. package/types/enums/bedrock/index.js.map +1 -1
  119. package/types/enums/bedrockagentcore/index.d.ts +38 -0
  120. package/types/enums/bedrockagentcore/index.js +31 -2
  121. package/types/enums/bedrockagentcore/index.js.map +1 -1
  122. package/types/enums/ecs/index.d.ts +5 -0
  123. package/types/enums/ecs/index.js +5 -1
  124. package/types/enums/ecs/index.js.map +1 -1
  125. package/types/enums/elementalinference/index.d.ts +27 -0
  126. package/types/enums/elementalinference/index.js +25 -1
  127. package/types/enums/elementalinference/index.js.map +1 -1
  128. package/types/enums/gamelift/index.d.ts +40 -0
  129. package/types/enums/gamelift/index.js +40 -1
  130. package/types/enums/gamelift/index.js.map +1 -1
  131. package/types/enums/lambda/index.d.ts +66 -0
  132. package/types/enums/lambda/index.js +46 -1
  133. package/types/enums/lambda/index.js.map +1 -1
  134. package/types/enums/logs/index.d.ts +15 -0
  135. package/types/enums/logs/index.js +8 -1
  136. package/types/enums/logs/index.js.map +1 -1
  137. package/types/enums/mediapackagev2/index.d.ts +7 -0
  138. package/types/enums/mediapackagev2/index.js +7 -1
  139. package/types/enums/mediapackagev2/index.js.map +1 -1
  140. package/types/enums/neptune/index.d.ts +7 -0
  141. package/types/enums/neptune/index.js +4 -1
  142. package/types/enums/neptune/index.js.map +1 -1
  143. package/types/enums/s3/index.d.ts +8 -0
  144. package/types/enums/s3/index.js +5 -1
  145. package/types/enums/s3/index.js.map +1 -1
  146. package/types/enums/sagemaker/index.d.ts +28 -0
  147. package/types/enums/sagemaker/index.js +23 -3
  148. package/types/enums/sagemaker/index.js.map +1 -1
  149. package/types/enums/wafv2/index.d.ts +51 -0
  150. package/types/enums/wafv2/index.js +29 -2
  151. package/types/enums/wafv2/index.js.map +1 -1
  152. package/types/input.d.ts +598 -20
  153. package/types/output.d.ts +598 -20
  154. package/types/output.js.map +1 -1
  155. package/wafv2/getRuleGroup.d.ts +1 -0
  156. package/wafv2/getRuleGroup.js.map +1 -1
  157. package/wafv2/getWebAcl.d.ts +1 -0
  158. package/wafv2/getWebAcl.js.map +1 -1
  159. package/wafv2/ruleGroup.d.ts +2 -0
  160. package/wafv2/ruleGroup.js +2 -0
  161. package/wafv2/ruleGroup.js.map +1 -1
  162. package/wafv2/webAcl.d.ts +2 -0
  163. package/wafv2/webAcl.js +2 -0
  164. package/wafv2/webAcl.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -11999,6 +11999,12 @@ export declare namespace bedrock {
11999
11999
  */
12000
12000
  generativeField?: pulumi.Input<inputs.bedrock.DataAutomationProjectVideoStandardGenerativeFieldArgs>;
12001
12001
  }
12002
+ /**
12003
+ * Configuration for audio extraction.
12004
+ */
12005
+ interface DataSourceAudioExtractionConfigurationArgs {
12006
+ audioExtractionStatus: pulumi.Input<enums.bedrock.DataSourceEnabledOrDisabledState>;
12007
+ }
12002
12008
  /**
12003
12009
  * Settings for a Bedrock Data Automation used to parse documents for a data source.
12004
12010
  */
@@ -12074,6 +12080,7 @@ export declare namespace bedrock {
12074
12080
  * > Confluence data source connector is in preview release and is subject to change.
12075
12081
  */
12076
12082
  confluenceConfiguration?: pulumi.Input<inputs.bedrock.DataSourceConfluenceDataSourceConfigurationArgs>;
12083
+ managedKnowledgeBaseConnectorConfiguration?: pulumi.Input<inputs.bedrock.DataSourceManagedKnowledgeBaseConnectorConfigurationArgs>;
12077
12084
  /**
12078
12085
  * The configuration information to connect to Amazon S3 as your data source.
12079
12086
  */
@@ -12183,6 +12190,16 @@ export declare namespace bedrock {
12183
12190
  */
12184
12191
  transformations: pulumi.Input<pulumi.Input<inputs.bedrock.DataSourceTransformationArgs>[]>;
12185
12192
  }
12193
+ /**
12194
+ * Configuration for deletion protection.
12195
+ */
12196
+ interface DataSourceDeletionProtectionConfigurationArgs {
12197
+ deletionProtectionStatus: pulumi.Input<enums.bedrock.DataSourceEnabledOrDisabledState>;
12198
+ /**
12199
+ * Threshold for deletion protection.
12200
+ */
12201
+ deletionProtectionThreshold?: pulumi.Input<number>;
12202
+ }
12186
12203
  /**
12187
12204
  * Strategy to be used when using Bedrock Foundation Model for Context Enrichment.
12188
12205
  */
@@ -12227,6 +12244,12 @@ export declare namespace bedrock {
12227
12244
  */
12228
12245
  maxTokens: pulumi.Input<number>;
12229
12246
  }
12247
+ /**
12248
+ * Configuration for image extraction.
12249
+ */
12250
+ interface DataSourceImageExtractionConfigurationArgs {
12251
+ imageExtractionStatus: pulumi.Input<enums.bedrock.DataSourceEnabledOrDisabledState>;
12252
+ }
12230
12253
  /**
12231
12254
  * A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.
12232
12255
  */
@@ -12236,6 +12259,25 @@ export declare namespace bedrock {
12236
12259
  */
12237
12260
  s3Location: pulumi.Input<inputs.bedrock.DataSourceS3LocationArgs>;
12238
12261
  }
12262
+ /**
12263
+ * Configuration for managed knowledge base connector data sources.
12264
+ */
12265
+ interface DataSourceManagedKnowledgeBaseConnectorConfigurationArgs {
12266
+ /**
12267
+ * Connector-specific parameters.
12268
+ */
12269
+ connectorParameters?: any;
12270
+ deletionProtectionConfiguration?: pulumi.Input<inputs.bedrock.DataSourceDeletionProtectionConfigurationArgs>;
12271
+ mediaExtractionConfiguration?: pulumi.Input<inputs.bedrock.DataSourceMediaExtractionConfigurationArgs>;
12272
+ }
12273
+ /**
12274
+ * Configuration for media extraction settings.
12275
+ */
12276
+ interface DataSourceMediaExtractionConfigurationArgs {
12277
+ audioExtractionConfiguration?: pulumi.Input<inputs.bedrock.DataSourceAudioExtractionConfigurationArgs>;
12278
+ imageExtractionConfiguration?: pulumi.Input<inputs.bedrock.DataSourceImageExtractionConfigurationArgs>;
12279
+ videoExtractionConfiguration?: pulumi.Input<inputs.bedrock.DataSourceVideoExtractionConfigurationArgs>;
12280
+ }
12239
12281
  /**
12240
12282
  * Settings for parsing document contents
12241
12283
  */
@@ -12494,6 +12536,12 @@ export declare namespace bedrock {
12494
12536
  */
12495
12537
  parsingConfiguration?: pulumi.Input<inputs.bedrock.DataSourceParsingConfigurationArgs>;
12496
12538
  }
12539
+ /**
12540
+ * Configuration for video extraction.
12541
+ */
12542
+ interface DataSourceVideoExtractionConfigurationArgs {
12543
+ videoExtractionStatus: pulumi.Input<enums.bedrock.DataSourceEnabledOrDisabledState>;
12544
+ }
12497
12545
  /**
12498
12546
  * Configuration for the web crawler.
12499
12547
  */
@@ -13717,6 +13765,7 @@ export declare namespace bedrock {
13717
13765
  * Settings for an Amazon Kendra knowledge base.
13718
13766
  */
13719
13767
  kendraKnowledgeBaseConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseKendraKnowledgeBaseConfigurationArgs>;
13768
+ managedKnowledgeBaseConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseManagedKnowledgeBaseConfigurationArgs>;
13720
13769
  /**
13721
13770
  * Specifies configurations for a knowledge base connected to an SQL database.
13722
13771
  */
@@ -13755,6 +13804,27 @@ export declare namespace bedrock {
13755
13804
  */
13756
13805
  kendraIndexArn: pulumi.Input<string>;
13757
13806
  }
13807
+ /**
13808
+ * Contains details about the model used to create vector embeddings for a managed knowledge base.
13809
+ */
13810
+ interface KnowledgeBaseManagedKnowledgeBaseConfigurationArgs {
13811
+ /**
13812
+ * The ARN of the model used to create vector embeddings for the knowledge base.
13813
+ */
13814
+ embeddingModelArn: pulumi.Input<string>;
13815
+ embeddingModelConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseEmbeddingModelConfigurationArgs>;
13816
+ embeddingModelType?: pulumi.Input<enums.bedrock.KnowledgeBaseEmbeddingModelType>;
13817
+ serverSideEncryptionConfiguration?: pulumi.Input<inputs.bedrock.KnowledgeBaseManagedKnowledgeBaseServerSideEncryptionConfigurationArgs>;
13818
+ }
13819
+ /**
13820
+ * Contains details about the server-side encryption for the managed knowledge base.
13821
+ */
13822
+ interface KnowledgeBaseManagedKnowledgeBaseServerSideEncryptionConfigurationArgs {
13823
+ /**
13824
+ * The ARN of the AWS KMS key used to encrypt the managed knowledge base.
13825
+ */
13826
+ kmsKeyArn?: pulumi.Input<string>;
13827
+ }
13758
13828
  /**
13759
13829
  * Contains the storage configuration of the knowledge base in MongoDb Atlas Cloud.
13760
13830
  */
@@ -14928,6 +14998,25 @@ export declare namespace bedrockagentcore {
14928
14998
  interface GatewayTargetApiSchemaConfiguration1PropertiesArgs {
14929
14999
  inlinePayload: pulumi.Input<string>;
14930
15000
  }
15001
+ interface GatewayTargetConnectorConfigurationArgs {
15002
+ description?: pulumi.Input<string>;
15003
+ name: pulumi.Input<string>;
15004
+ parameterOverrides?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.GatewayTargetConnectorParameterOverrideArgs>[]>;
15005
+ parameterValues?: any;
15006
+ }
15007
+ interface GatewayTargetConnectorParameterOverrideArgs {
15008
+ description?: pulumi.Input<string>;
15009
+ path: pulumi.Input<string>;
15010
+ visible?: pulumi.Input<boolean>;
15011
+ }
15012
+ interface GatewayTargetConnectorSourceArgs {
15013
+ connectorId: pulumi.Input<string>;
15014
+ }
15015
+ interface GatewayTargetConnectorTargetConfigurationArgs {
15016
+ configurations?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.GatewayTargetConnectorConfigurationArgs>[]>;
15017
+ enabled?: pulumi.Input<pulumi.Input<string>[]>;
15018
+ source: pulumi.Input<inputs.bedrockagentcore.GatewayTargetConnectorSourceArgs>;
15019
+ }
14931
15020
  interface GatewayTargetCredentialProvider0PropertiesArgs {
14932
15021
  oauthCredentialProvider: pulumi.Input<inputs.bedrockagentcore.GatewayTargetOAuthCredentialProviderArgs>;
14933
15022
  }
@@ -14947,9 +15036,15 @@ export declare namespace bedrockagentcore {
14947
15036
  */
14948
15037
  credentialProviderType: pulumi.Input<enums.bedrockagentcore.GatewayTargetCredentialProviderType>;
14949
15038
  }
14950
- interface GatewayTargetHttpTargetConfigurationPropertiesArgs {
15039
+ interface GatewayTargetHttpApiSchemaConfigurationArgs {
15040
+ source: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetApiSchemaConfiguration1PropertiesArgs>;
15041
+ }
15042
+ interface GatewayTargetHttpTargetConfiguration0PropertiesArgs {
14951
15043
  agentcoreRuntime: pulumi.Input<inputs.bedrockagentcore.GatewayTargetRuntimeTargetConfigurationArgs>;
14952
15044
  }
15045
+ interface GatewayTargetHttpTargetConfiguration1PropertiesArgs {
15046
+ passthrough: pulumi.Input<inputs.bedrockagentcore.GatewayTargetPassthroughTargetConfigurationArgs>;
15047
+ }
14953
15048
  interface GatewayTargetIamCredentialProviderArgs {
14954
15049
  region?: pulumi.Input<string>;
14955
15050
  service: pulumi.Input<string>;
@@ -14986,6 +15081,9 @@ export declare namespace bedrockagentcore {
14986
15081
  interface GatewayTargetMcpTargetConfiguration4PropertiesArgs {
14987
15082
  apiGateway: pulumi.Input<inputs.bedrockagentcore.GatewayTargetApiGatewayTargetConfigurationArgs>;
14988
15083
  }
15084
+ interface GatewayTargetMcpTargetConfiguration5PropertiesArgs {
15085
+ connector: pulumi.Input<inputs.bedrockagentcore.GatewayTargetConnectorTargetConfigurationArgs>;
15086
+ }
14989
15087
  interface GatewayTargetMcpToolSchemaConfiguration0PropertiesArgs {
14990
15088
  s3: pulumi.Input<inputs.bedrockagentcore.GatewayTargetS3ConfigurationArgs>;
14991
15089
  }
@@ -15009,6 +15107,12 @@ export declare namespace bedrockagentcore {
15009
15107
  providerArn: pulumi.Input<string>;
15010
15108
  scopes: pulumi.Input<pulumi.Input<string>[]>;
15011
15109
  }
15110
+ interface GatewayTargetPassthroughTargetConfigurationArgs {
15111
+ endpoint: pulumi.Input<string>;
15112
+ protocolType: pulumi.Input<enums.bedrockagentcore.GatewayTargetPassthroughProtocolType>;
15113
+ schema?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetHttpApiSchemaConfigurationArgs>;
15114
+ stickinessConfiguration?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetStickinessConfigurationArgs>;
15115
+ }
15012
15116
  interface GatewayTargetPrivateEndpoint0PropertiesArgs {
15013
15117
  selfManagedLatticeResource: pulumi.Input<inputs.bedrockagentcore.GatewayTargetSelfManagedLatticeResourcePropertiesArgs>;
15014
15118
  }
@@ -15018,6 +15122,7 @@ export declare namespace bedrockagentcore {
15018
15122
  interface GatewayTargetRuntimeTargetConfigurationArgs {
15019
15123
  arn: pulumi.Input<string>;
15020
15124
  qualifier?: pulumi.Input<string>;
15125
+ schema?: pulumi.Input<inputs.bedrockagentcore.GatewayTargetHttpApiSchemaConfigurationArgs>;
15021
15126
  }
15022
15127
  interface GatewayTargetS3ConfigurationArgs {
15023
15128
  bucketOwnerAccountId?: pulumi.Input<string>;
@@ -15035,11 +15140,15 @@ export declare namespace bedrockagentcore {
15035
15140
  interface GatewayTargetSelfManagedLatticeResourcePropertiesArgs {
15036
15141
  resourceConfigurationIdentifier: pulumi.Input<string>;
15037
15142
  }
15143
+ interface GatewayTargetStickinessConfigurationArgs {
15144
+ identifier: pulumi.Input<string>;
15145
+ timeout?: pulumi.Input<number>;
15146
+ }
15038
15147
  interface GatewayTargetTargetConfiguration0PropertiesArgs {
15039
- mcp: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration3PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration4PropertiesArgs>;
15148
+ mcp: pulumi.Input<inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration1PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration2PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration3PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration4PropertiesArgs | inputs.bedrockagentcore.GatewayTargetMcpTargetConfiguration5PropertiesArgs>;
15040
15149
  }
15041
15150
  interface GatewayTargetTargetConfiguration1PropertiesArgs {
15042
- http: pulumi.Input<inputs.bedrockagentcore.GatewayTargetHttpTargetConfigurationPropertiesArgs>;
15151
+ http: pulumi.Input<inputs.bedrockagentcore.GatewayTargetHttpTargetConfiguration0PropertiesArgs | inputs.bedrockagentcore.GatewayTargetHttpTargetConfiguration1PropertiesArgs>;
15043
15152
  }
15044
15153
  interface GatewayTargetToolDefinitionArgs {
15045
15154
  description: pulumi.Input<string>;
@@ -15072,9 +15181,15 @@ export declare namespace bedrockagentcore {
15072
15181
  }>;
15073
15182
  }
15074
15183
  interface HarnessAgentCoreMemoryRetrievalConfigArgs {
15075
- relevanceScore?: pulumi.Input<number>;
15184
+ /**
15185
+ * Minimum relevance score for retrieved memories. Typed as both number and string because CloudFormation marshals scalars nested in dynamic-key (patternProperties) maps as strings, while direct API/CDK callers send a JSON number; both forms must validate.
15186
+ */
15187
+ relevanceScore?: pulumi.Input<number | string>;
15076
15188
  strategyId?: pulumi.Input<string>;
15077
- topK?: pulumi.Input<number>;
15189
+ /**
15190
+ * Maximum number of memory records to retrieve. Typed as both integer and string because CloudFormation marshals scalars nested in dynamic-key (patternProperties) maps as strings, while direct API/CDK callers send a JSON integer; both forms must validate.
15191
+ */
15192
+ topK?: pulumi.Input<number | string>;
15078
15193
  }
15079
15194
  interface HarnessAgentCoreRuntimeEnvironmentArgs {
15080
15195
  /**
@@ -15101,6 +15216,13 @@ export declare namespace bedrockagentcore {
15101
15216
  claimMatchValue: pulumi.Input<inputs.bedrockagentcore.HarnessClaimMatchValueTypeArgs>;
15102
15217
  }
15103
15218
  interface HarnessBedrockModelConfigArgs {
15219
+ /**
15220
+ * Provider-specific parameters passed through to the model provider unchanged.
15221
+ */
15222
+ additionalParams?: pulumi.Input<{
15223
+ [key: string]: any;
15224
+ }>;
15225
+ apiFormat?: pulumi.Input<enums.bedrockagentcore.HarnessBedrockModelConfigApiFormat>;
15104
15226
  maxTokens?: pulumi.Input<number>;
15105
15227
  modelId: pulumi.Input<string>;
15106
15228
  temperature?: pulumi.Input<number>;
@@ -15127,6 +15249,20 @@ export declare namespace bedrockagentcore {
15127
15249
  allowedScopes?: pulumi.Input<pulumi.Input<string>[]>;
15128
15250
  customClaims?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.HarnessCustomClaimValidationTypeArgs>[]>;
15129
15251
  discoveryUrl: pulumi.Input<string>;
15252
+ privateEndpoint?: pulumi.Input<inputs.bedrockagentcore.HarnessPrivateEndpointArgs>;
15253
+ privateEndpointOverrides?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.HarnessPrivateEndpointOverrideArgs>[]>;
15254
+ }
15255
+ /**
15256
+ * Explicitly opt out of memory.
15257
+ */
15258
+ interface HarnessDisabledMemoryConfigurationArgs {
15259
+ }
15260
+ /**
15261
+ * Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.
15262
+ */
15263
+ interface HarnessEfsAccessPointConfigurationArgs {
15264
+ accessPointArn: pulumi.Input<string>;
15265
+ mountPath: pulumi.Input<string>;
15130
15266
  }
15131
15267
  interface HarnessEnvironmentArtifactArgs {
15132
15268
  containerConfiguration?: pulumi.Input<inputs.bedrockagentcore.HarnessContainerConfigurationArgs>;
@@ -15135,7 +15271,9 @@ export declare namespace bedrockagentcore {
15135
15271
  agentCoreRuntimeEnvironment?: pulumi.Input<inputs.bedrockagentcore.HarnessAgentCoreRuntimeEnvironmentArgs>;
15136
15272
  }
15137
15273
  interface HarnessFilesystemConfigurationArgs {
15138
- sessionStorage: pulumi.Input<inputs.bedrockagentcore.HarnessSessionStorageConfigurationArgs>;
15274
+ efsAccessPoint?: pulumi.Input<inputs.bedrockagentcore.HarnessEfsAccessPointConfigurationArgs>;
15275
+ s3FilesAccessPoint?: pulumi.Input<inputs.bedrockagentcore.HarnessS3FilesAccessPointConfigurationArgs>;
15276
+ sessionStorage?: pulumi.Input<inputs.bedrockagentcore.HarnessSessionStorageConfigurationArgs>;
15139
15277
  }
15140
15278
  interface HarnessGatewayOutboundAuthArgs {
15141
15279
  awsIam?: any;
@@ -15161,12 +15299,63 @@ export declare namespace bedrockagentcore {
15161
15299
  idleRuntimeSessionTimeout?: pulumi.Input<number>;
15162
15300
  maxLifetime?: pulumi.Input<number>;
15163
15301
  }
15302
+ interface HarnessLiteLlmModelConfigArgs {
15303
+ /**
15304
+ * Provider-specific parameters passed through to LiteLLM unchanged.
15305
+ */
15306
+ additionalParams?: pulumi.Input<{
15307
+ [key: string]: any;
15308
+ }>;
15309
+ apiBase?: pulumi.Input<string>;
15310
+ apiKeyArn?: pulumi.Input<string>;
15311
+ maxTokens?: pulumi.Input<number>;
15312
+ modelId: pulumi.Input<string>;
15313
+ temperature?: pulumi.Input<number>;
15314
+ topP?: pulumi.Input<number>;
15315
+ }
15316
+ /**
15317
+ * Configuration for managed memory. The harness creates and manages a memory resource in the customer's account.
15318
+ */
15319
+ interface HarnessManagedMemoryConfigurationArgs {
15320
+ /**
15321
+ * The ARN of the managed memory resource. Read-only, populated by the service.
15322
+ */
15323
+ arn?: pulumi.Input<string>;
15324
+ /**
15325
+ * Customer-managed KMS key ARN. Defaults to AWS-owned key. Not updatable after creation.
15326
+ */
15327
+ encryptionKeyArn?: pulumi.Input<string>;
15328
+ /**
15329
+ * Event retention in days. Defaults to 30.
15330
+ */
15331
+ eventExpiryDuration?: pulumi.Input<number>;
15332
+ /**
15333
+ * Strategy types to enable. Defaults to [SEMANTIC, SUMMARIZATION].
15334
+ */
15335
+ strategies?: pulumi.Input<pulumi.Input<enums.bedrockagentcore.HarnessManagedMemoryConfigurationStrategiesItem>[]>;
15336
+ }
15337
+ /**
15338
+ * Configuration for a service-managed VPC endpoint.
15339
+ */
15340
+ interface HarnessManagedVpcResourceArgs {
15341
+ endpointIpAddressType: pulumi.Input<enums.bedrockagentcore.HarnessManagedVpcResourceEndpointIpAddressType>;
15342
+ routingDomain?: pulumi.Input<string>;
15343
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
15344
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
15345
+ tags?: pulumi.Input<{
15346
+ [key: string]: pulumi.Input<string>;
15347
+ }>;
15348
+ vpcIdentifier: pulumi.Input<string>;
15349
+ }
15164
15350
  interface HarnessMemoryConfigurationArgs {
15165
15351
  agentCoreMemoryConfiguration?: pulumi.Input<inputs.bedrockagentcore.HarnessAgentCoreMemoryConfigurationArgs>;
15352
+ disabled?: pulumi.Input<inputs.bedrockagentcore.HarnessDisabledMemoryConfigurationArgs>;
15353
+ managedMemoryConfiguration?: pulumi.Input<inputs.bedrockagentcore.HarnessManagedMemoryConfigurationArgs>;
15166
15354
  }
15167
15355
  interface HarnessModelConfigurationArgs {
15168
15356
  bedrockModelConfig?: pulumi.Input<inputs.bedrockagentcore.HarnessBedrockModelConfigArgs>;
15169
15357
  geminiModelConfig?: pulumi.Input<inputs.bedrockagentcore.HarnessGeminiModelConfigArgs>;
15358
+ liteLlmModelConfig?: pulumi.Input<inputs.bedrockagentcore.HarnessLiteLlmModelConfigArgs>;
15170
15359
  openAiModelConfig?: pulumi.Input<inputs.bedrockagentcore.HarnessOpenAiModelConfigArgs>;
15171
15360
  }
15172
15361
  interface HarnessNetworkConfigurationArgs {
@@ -15183,26 +15372,108 @@ export declare namespace bedrockagentcore {
15183
15372
  scopes: pulumi.Input<pulumi.Input<string>[]>;
15184
15373
  }
15185
15374
  interface HarnessOpenAiModelConfigArgs {
15375
+ /**
15376
+ * Provider-specific parameters passed through to the model provider unchanged.
15377
+ */
15378
+ additionalParams?: pulumi.Input<{
15379
+ [key: string]: any;
15380
+ }>;
15381
+ apiFormat?: pulumi.Input<enums.bedrockagentcore.HarnessOpenAiModelConfigApiFormat>;
15186
15382
  apiKeyArn: pulumi.Input<string>;
15187
15383
  maxTokens?: pulumi.Input<number>;
15188
15384
  modelId: pulumi.Input<string>;
15189
15385
  temperature?: pulumi.Input<number>;
15190
15386
  topP?: pulumi.Input<number>;
15191
15387
  }
15388
+ /**
15389
+ * Private endpoint configuration for connecting to the OpenID Connect discovery endpoint over a private network.
15390
+ */
15391
+ interface HarnessPrivateEndpointArgs {
15392
+ managedVpcResource?: pulumi.Input<inputs.bedrockagentcore.HarnessManagedVpcResourceArgs>;
15393
+ selfManagedLatticeResource?: pulumi.Input<inputs.bedrockagentcore.HarnessSelfManagedLatticeResourceArgs>;
15394
+ }
15395
+ /**
15396
+ * Maps a domain to a private endpoint for resolving that domain over a private network.
15397
+ */
15398
+ interface HarnessPrivateEndpointOverrideArgs {
15399
+ domain: pulumi.Input<string>;
15400
+ privateEndpoint: pulumi.Input<inputs.bedrockagentcore.HarnessPrivateEndpointArgs>;
15401
+ }
15192
15402
  interface HarnessRemoteMcpConfigArgs {
15193
15403
  headers?: pulumi.Input<{
15194
15404
  [key: string]: pulumi.Input<string>;
15195
15405
  }>;
15196
15406
  url: pulumi.Input<string>;
15197
15407
  }
15408
+ /**
15409
+ * Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.
15410
+ */
15411
+ interface HarnessS3FilesAccessPointConfigurationArgs {
15412
+ accessPointArn: pulumi.Input<string>;
15413
+ mountPath: pulumi.Input<string>;
15414
+ }
15415
+ /**
15416
+ * Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.
15417
+ */
15418
+ interface HarnessSelfManagedLatticeResourceArgs {
15419
+ resourceConfigurationIdentifier: pulumi.Input<string>;
15420
+ }
15198
15421
  interface HarnessSessionStorageConfigurationArgs {
15199
15422
  mountPath: pulumi.Input<string>;
15200
15423
  }
15201
15424
  interface HarnessSkillArgs {
15425
+ awsSkills?: pulumi.Input<inputs.bedrockagentcore.HarnessSkillAwsSkillsSourceArgs>;
15426
+ git?: pulumi.Input<inputs.bedrockagentcore.HarnessSkillGitSourceArgs>;
15202
15427
  /**
15203
15428
  * The filesystem path to the skill definition.
15204
15429
  */
15205
- path: pulumi.Input<string>;
15430
+ path?: pulumi.Input<string>;
15431
+ s3?: pulumi.Input<inputs.bedrockagentcore.HarnessSkillS3SourceArgs>;
15432
+ }
15433
+ /**
15434
+ * AWS Skills baked into the Harness's underlying Runtime.
15435
+ */
15436
+ interface HarnessSkillAwsSkillsSourceArgs {
15437
+ /**
15438
+ * Optionally filter allowed skills with glob syntax, e.g., ['core-skills/*'].
15439
+ */
15440
+ paths?: pulumi.Input<pulumi.Input<string>[]>;
15441
+ }
15442
+ /**
15443
+ * Authentication configuration for accessing a private git repository.
15444
+ */
15445
+ interface HarnessSkillGitAuthArgs {
15446
+ /**
15447
+ * The ARN of the credential in AgentCore Identity containing the password or personal access token.
15448
+ */
15449
+ credentialArn: pulumi.Input<string>;
15450
+ /**
15451
+ * Username for authentication. Defaults to 'oauth2' if not specified.
15452
+ */
15453
+ username?: pulumi.Input<string>;
15454
+ }
15455
+ /**
15456
+ * A git repository containing the skill, cloned over HTTPS.
15457
+ */
15458
+ interface HarnessSkillGitSourceArgs {
15459
+ auth?: pulumi.Input<inputs.bedrockagentcore.HarnessSkillGitAuthArgs>;
15460
+ /**
15461
+ * Subdirectory within the repository containing the skill.
15462
+ */
15463
+ path?: pulumi.Input<string>;
15464
+ /**
15465
+ * The HTTPS URL of the git repository.
15466
+ */
15467
+ url: pulumi.Input<string>;
15468
+ }
15469
+ /**
15470
+ * An S3 source containing the skill.
15471
+ */
15472
+ interface HarnessSkillS3SourceArgs {
15473
+ /**
15474
+ * The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).
15475
+ */
15476
+ uri: pulumi.Input<string>;
15206
15477
  }
15207
15478
  interface HarnessSlidingWindowConfigurationArgs {
15208
15479
  messagesCount?: pulumi.Input<number>;
@@ -15942,7 +16213,17 @@ export declare namespace bedrockagentcore {
15942
16213
  * The definition structure for policies. Encapsulates different policy formats.
15943
16214
  */
15944
16215
  interface PolicyDefinitionArgs {
15945
- cedar: pulumi.Input<inputs.bedrockagentcore.PolicyCedarPolicyArgs>;
16216
+ cedar?: pulumi.Input<inputs.bedrockagentcore.PolicyCedarPolicyArgs>;
16217
+ policy?: pulumi.Input<inputs.bedrockagentcore.PolicyStatementArgs>;
16218
+ }
16219
+ /**
16220
+ * A policy statement within the AgentCore Policy system.
16221
+ */
16222
+ interface PolicyStatementArgs {
16223
+ /**
16224
+ * The policy statement.
16225
+ */
16226
+ statement: pulumi.Input<string>;
15946
16227
  }
15947
16228
  interface RuntimeAgentRuntimeArtifactArgs {
15948
16229
  codeConfiguration?: pulumi.Input<inputs.bedrockagentcore.RuntimeCodeConfigurationArgs>;
@@ -21512,6 +21793,13 @@ export declare namespace cognito {
21512
21793
  */
21513
21794
  certificateArn?: pulumi.Input<string>;
21514
21795
  }
21796
+ interface UserPoolDomainFailoverTypeArgs {
21797
+ primaryRoute53HealthCheckId: pulumi.Input<string>;
21798
+ secondaryRegion: pulumi.Input<string>;
21799
+ }
21800
+ interface UserPoolDomainRoutingTypeArgs {
21801
+ failover?: pulumi.Input<inputs.cognito.UserPoolDomainFailoverTypeArgs>;
21802
+ }
21515
21803
  interface UserPoolEmailConfigurationArgs {
21516
21804
  /**
21517
21805
  * The set of configuration rules that can be applied to emails sent using Amazon Simple Email Service. A configuration set is applied to an email by including a reference to the configuration set in the headers of the email. Once applied, all of the rules in that configuration set are applied to the email. Configuration sets can be used to apply the following types of rules to emails:
@@ -30738,7 +31026,7 @@ export declare namespace ec2 {
30738
31026
  */
30739
31027
  interface LaunchTemplateConnectionTrackingSpecificationArgs {
30740
31028
  /**
30741
- * Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
31029
+ * Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 350 seconds for Nitro v6 instance types (excluding P6e-GB200); 432000 seconds for all other instance types (including P6e-GB200). Recommended: Less than 432000 seconds.
30742
31030
  */
30743
31031
  tcpEstablishedTimeout?: pulumi.Input<number>;
30744
31032
  /**
@@ -35677,6 +35965,13 @@ export declare namespace ecs {
35677
35965
  */
35678
35966
  volumeType?: pulumi.Input<string>;
35679
35967
  }
35968
+ interface ServiceMetricConfigurationArgs {
35969
+ metricNames: pulumi.Input<pulumi.Input<enums.ecs.ServiceMetricConfigurationMetricNamesItem>[]>;
35970
+ resolutionSeconds: pulumi.Input<number>;
35971
+ }
35972
+ interface ServiceMonitoringConfigurationArgs {
35973
+ metricConfigurations: pulumi.Input<pulumi.Input<inputs.ecs.ServiceMetricConfigurationArgs>[]>;
35974
+ }
35680
35975
  /**
35681
35976
  * The network configuration for a task or service.
35682
35977
  */
@@ -36036,7 +36331,7 @@ export declare namespace ecs {
36036
36331
  */
36037
36332
  repositoryCredentials?: pulumi.Input<inputs.ecs.TaskDefinitionRepositoryCredentialsArgs>;
36038
36333
  /**
36039
- * The type and amount of a resource to assign to a container. The only supported resource is a GPU.
36334
+ * The type and amount of a resource to assign to a container. The supported resources are GPUs and Neuron devices.
36040
36335
  */
36041
36336
  resourceRequirements?: pulumi.Input<pulumi.Input<inputs.ecs.TaskDefinitionResourceRequirementArgs>[]>;
36042
36337
  /**
@@ -36420,7 +36715,6 @@ export declare namespace ecs {
36420
36715
  swappiness?: pulumi.Input<number>;
36421
36716
  /**
36422
36717
  * The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the ``--tmpfs`` option to docker run.
36423
- * If you're using tasks that use the Fargate launch type, the ``tmpfs`` parameter isn't supported.
36424
36718
  */
36425
36719
  tmpfs?: pulumi.Input<pulumi.Input<inputs.ecs.TaskDefinitionTmpfsArgs>[]>;
36426
36720
  }
@@ -36589,7 +36883,7 @@ export declare namespace ecs {
36589
36883
  credentialsParameter?: pulumi.Input<string>;
36590
36884
  }
36591
36885
  /**
36592
- * The type and amount of a resource to assign to a container. The supported resource types are GPUs and Elastic Inference accelerators. For more information, see [Working with GPUs on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html) or [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*
36886
+ * The type and amount of a resource to assign to a container. The supported resource types are GPUs, Neuron devices, and Elastic Inference accelerators. For more information, see [Working with GPUs on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html) or [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*
36593
36887
  */
36594
36888
  interface TaskDefinitionResourceRequirementArgs {
36595
36889
  /**
@@ -36598,7 +36892,8 @@ export declare namespace ecs {
36598
36892
  type: pulumi.Input<string>;
36599
36893
  /**
36600
36894
  * The value for the specified resource type.
36601
- * When the type is ``GPU``, the value is the number of physical ``GPUs`` the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
36895
+ * When the type is ``GPU``, the value is the number of physical ``GPUs`` the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. You can also specify ``ALL`` to allocate all available GPUs on the instance to the container.
36896
+ * When the type is ``NeuronDevice``, the value must be ``ALL``. This allocates all available Neuron devices on the instance to the container. Only one container in a task can specify ``NeuronDevice`` resources. This resource type is only supported on Managed Instances.
36602
36897
  * When the type is ``InferenceAccelerator``, the ``value`` matches the ``deviceName`` for an [InferenceAccelerator](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html) specified in a task definition.
36603
36898
  */
36604
36899
  value: pulumi.Input<string>;
@@ -36635,10 +36930,27 @@ export declare namespace ecs {
36635
36930
  */
36636
36931
  operatingSystemFamily?: pulumi.Input<string>;
36637
36932
  }
36933
+ /**
36934
+ * This parameter is specified when you're using an Amazon S3 Files file system for task storage. For more information, see [Amazon S3 Files volumes](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/s3files-volumes.html) in the *Amazon Elastic Container Service Developer Guide*.
36935
+ * Your task definition must include a Task IAM Role. See [IAM role for attaching your file system to compute resources](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-prereq-policies.html#s3-files-prereq-iam-compute-role) for required permissions.
36936
+ */
36638
36937
  interface TaskDefinitionS3FilesVolumeConfigurationArgs {
36938
+ /**
36939
+ * The full ARN of the S3 Files access point to use. If an access point is specified, the root directory value specified in the ``S3FilesVolumeConfiguration`` must either be omitted or set to ``/`` which will enforce the path set on the S3 Files access point. For more information, see [Creating S3 Files access points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-access-points-creating.html).
36940
+ */
36639
36941
  accessPointArn?: pulumi.Input<string>;
36942
+ /**
36943
+ * The full ARN of the S3 Files file system to mount.
36944
+ */
36640
36945
  fileSystemArn: pulumi.Input<string>;
36946
+ /**
36947
+ * The directory within the Amazon S3 Files file system to mount as the root directory. If this parameter is omitted, the root of the Amazon S3 Files file system will be used. Specifying ``/`` will have the same effect as omitting this parameter.
36948
+ * If a S3 Files access point is specified in the ``accessPointArn``, the root directory parameter must either be omitted or set to ``/`` which will enforce the path set on the S3 Files access point.
36949
+ */
36641
36950
  rootDirectory?: pulumi.Input<string>;
36951
+ /**
36952
+ * The port to use for sending encrypted data between the ECS host and the S3 Files file system. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon S3 Files mount helper uses. For more information, see [S3 Files mount helper](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-files-mounting.html).
36953
+ */
36642
36954
  transitEncryptionPort?: pulumi.Input<number>;
36643
36955
  }
36644
36956
  /**
@@ -36724,7 +37036,7 @@ export declare namespace ecs {
36724
37036
  softLimit: pulumi.Input<number>;
36725
37037
  }
36726
37038
  /**
36727
- * The data volume configuration for tasks launched using this task definition. Specifying a volume configuration in a task definition is optional. The volume configuration may contain multiple volumes but only one volume configured at launch is supported. Each volume defined in the volume configuration may only specify a ``name`` and one of either ``configuredAtLaunch``, ``dockerVolumeConfiguration``, ``efsVolumeConfiguration``, ``fsxWindowsFileServerVolumeConfiguration``, or ``host``. If an empty volume configuration is specified, by default Amazon ECS uses a host volume. For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html).
37039
+ * The data volume configuration for tasks launched using this task definition. Specifying a volume configuration in a task definition is optional. The volume configuration may contain multiple volumes but only one volume configured at launch is supported. Each volume defined in the volume configuration may only specify a ``name`` and one of either ``configuredAtLaunch``, ``dockerVolumeConfiguration``, ``efsVolumeConfiguration``, ``s3filesVolumeConfiguration``, ``fsxWindowsFileServerVolumeConfiguration``, or ``host``. If an empty volume configuration is specified, by default Amazon ECS uses a host volume. For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html).
36728
37040
  */
36729
37041
  interface TaskDefinitionVolumeArgs {
36730
37042
  /**
@@ -36756,8 +37068,12 @@ export declare namespace ecs {
36756
37068
  * When using a volume configured at launch, the ``name`` is required and must also be specified as the volume name in the ``ServiceVolumeConfiguration`` or ``TaskVolumeConfiguration`` parameter when creating your service or standalone task.
36757
37069
  * For all other types of volumes, this name is referenced in the ``sourceVolume`` parameter of the ``mountPoints`` object in the container definition.
36758
37070
  * When a volume is using the ``efsVolumeConfiguration``, the name is required.
37071
+ * When a volume is using the ``s3filesVolumeConfiguration``, the name is required.
36759
37072
  */
36760
37073
  name?: pulumi.Input<string>;
37074
+ /**
37075
+ * This parameter is specified when you use an Amazon S3 Files file system for task storage.
37076
+ */
36761
37077
  s3FilesVolumeConfiguration?: pulumi.Input<inputs.ecs.TaskDefinitionS3FilesVolumeConfigurationArgs>;
36762
37078
  }
36763
37079
  /**
@@ -37346,6 +37662,10 @@ export declare namespace eks {
37346
37662
  * An object representing the VPC configuration to use for an Amazon EKS cluster.
37347
37663
  */
37348
37664
  interface ClusterResourcesVpcConfigArgs {
37665
+ /**
37666
+ * Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking.
37667
+ */
37668
+ controlPlaneEgressMode?: pulumi.Input<string>;
37349
37669
  /**
37350
37670
  * Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods.
37351
37671
  */
@@ -39050,6 +39370,10 @@ export declare namespace elasticloadbalancingv2 {
39050
39370
  }
39051
39371
  }
39052
39372
  export declare namespace elementalinference {
39373
+ interface FeedAspectRatioArgs {
39374
+ height: pulumi.Input<number>;
39375
+ width: pulumi.Input<number>;
39376
+ }
39053
39377
  interface FeedClippingConfigArgs {
39054
39378
  callbackMetadata?: pulumi.Input<string>;
39055
39379
  }
@@ -39058,7 +39382,7 @@ export declare namespace elementalinference {
39058
39382
  interface FeedGetOutputArgs {
39059
39383
  description?: pulumi.Input<string>;
39060
39384
  name: pulumi.Input<string>;
39061
- outputConfig: pulumi.Input<inputs.elementalinference.FeedOutputConfig0PropertiesArgs | inputs.elementalinference.FeedOutputConfig1PropertiesArgs>;
39385
+ outputConfig: pulumi.Input<inputs.elementalinference.FeedOutputConfig0PropertiesArgs | inputs.elementalinference.FeedOutputConfig1PropertiesArgs | inputs.elementalinference.FeedOutputConfig2PropertiesArgs>;
39062
39386
  status: pulumi.Input<enums.elementalinference.FeedOutputStatus>;
39063
39387
  }
39064
39388
  interface FeedOutputConfig0PropertiesArgs {
@@ -39067,6 +39391,15 @@ export declare namespace elementalinference {
39067
39391
  interface FeedOutputConfig1PropertiesArgs {
39068
39392
  clipping: pulumi.Input<inputs.elementalinference.FeedClippingConfigArgs>;
39069
39393
  }
39394
+ interface FeedOutputConfig2PropertiesArgs {
39395
+ subtitling: pulumi.Input<inputs.elementalinference.FeedSubtitlingConfigArgs>;
39396
+ }
39397
+ interface FeedSubtitlingConfigArgs {
39398
+ aspectRatio?: pulumi.Input<inputs.elementalinference.FeedAspectRatioArgs>;
39399
+ dictionary?: pulumi.Input<string>;
39400
+ language: pulumi.Input<enums.elementalinference.FeedTranscriptionLanguage>;
39401
+ profanityFilter?: pulumi.Input<enums.elementalinference.FeedProfanityFilterMode>;
39402
+ }
39070
39403
  }
39071
39404
  export declare namespace emr {
39072
39405
  interface StepHadoopJarStepConfigArgs {
@@ -42301,6 +42634,10 @@ export declare namespace gamelift {
42301
42634
  * Specifies the image URI of this container.
42302
42635
  */
42303
42636
  imageUri: pulumi.Input<string>;
42637
+ /**
42638
+ * Linux-specific modifications applied to the default Docker container configuration, such as Linux capabilities.
42639
+ */
42640
+ linuxCapabilities?: pulumi.Input<inputs.gamelift.ContainerGroupDefinitionLinuxCapabilitiesArgs>;
42304
42641
  /**
42305
42642
  * A list of mount point configurations to be used in a container.
42306
42643
  */
@@ -42318,6 +42655,15 @@ export declare namespace gamelift {
42318
42655
  */
42319
42656
  serverSdkVersion: pulumi.Input<string>;
42320
42657
  }
42658
+ /**
42659
+ * A set of Linux capabilities that are added to a container's default Docker configuration. For more detailed information, see the capabilities(7) Linux manual page.
42660
+ */
42661
+ interface ContainerGroupDefinitionLinuxCapabilitiesArgs {
42662
+ /**
42663
+ * The list of Linux capabilities to add to the container's default configuration.
42664
+ */
42665
+ include?: pulumi.Input<pulumi.Input<enums.gamelift.ContainerGroupDefinitionLinuxCapabilitiesIncludeItem>[]>;
42666
+ }
42321
42667
  /**
42322
42668
  * Defines the ports on a container.
42323
42669
  */
@@ -42355,6 +42701,10 @@ export declare namespace gamelift {
42355
42701
  * Specifies the image URI of this container.
42356
42702
  */
42357
42703
  imageUri: pulumi.Input<string>;
42704
+ /**
42705
+ * Linux-specific modifications applied to the default Docker container configuration, such as Linux capabilities.
42706
+ */
42707
+ linuxCapabilities?: pulumi.Input<inputs.gamelift.ContainerGroupDefinitionLinuxCapabilitiesArgs>;
42358
42708
  /**
42359
42709
  * The total memory limit of container groups following this definition in MiB
42360
42710
  */
@@ -54197,6 +54547,16 @@ export declare namespace lambda {
54197
54547
  */
54198
54548
  excludedInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
54199
54549
  }
54550
+ interface CapacityProviderLoggingConfigArgs {
54551
+ /**
54552
+ * The log group name.
54553
+ */
54554
+ logGroup?: pulumi.Input<string>;
54555
+ /**
54556
+ * System log granularity level
54557
+ */
54558
+ systemLogLevel?: pulumi.Input<enums.lambda.CapacityProviderLoggingConfigSystemLogLevel>;
54559
+ }
54200
54560
  /**
54201
54561
  * Configuration that specifies the permissions required for the capacity provider to manage compute resources.
54202
54562
  */
@@ -54207,9 +54567,6 @@ export declare namespace lambda {
54207
54567
  capacityProviderOperatorRoleArn: pulumi.Input<string>;
54208
54568
  }
54209
54569
  interface CapacityProviderPropagateTagsConfigArgs {
54210
- /**
54211
- * A list of tags to explicitly propagate to managed resources.
54212
- */
54213
54570
  explicitTags?: pulumi.Input<pulumi.Input<inputs.lambda.CapacityProviderTagArgs>[]>;
54214
54571
  mode?: pulumi.Input<enums.lambda.CapacityProviderPropagateTagsMode>;
54215
54572
  }
@@ -54256,6 +54613,12 @@ export declare namespace lambda {
54256
54613
  */
54257
54614
  targetValue: pulumi.Input<number>;
54258
54615
  }
54616
+ interface CapacityProviderTelemetryConfigArgs {
54617
+ /**
54618
+ * The logging configuration for the capacity provider.
54619
+ */
54620
+ loggingConfig?: pulumi.Input<inputs.lambda.CapacityProviderLoggingConfigArgs>;
54621
+ }
54259
54622
  /**
54260
54623
  * VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
54261
54624
  */
@@ -54770,6 +55133,11 @@ export declare namespace lambda {
54770
55133
  */
54771
55134
  subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
54772
55135
  }
55136
+ interface HooksArgs {
55137
+ microvmHooks?: pulumi.Input<inputs.lambda.MicrovmImageMicrovmHooksArgs>;
55138
+ microvmImageHooks?: pulumi.Input<inputs.lambda.MicrovmImageHooksArgs>;
55139
+ port?: pulumi.Input<number>;
55140
+ }
54773
55141
  interface LayerVersionContentArgs {
54774
55142
  /**
54775
55143
  * The Amazon S3 bucket of the layer archive.
@@ -54779,11 +55147,79 @@ export declare namespace lambda {
54779
55147
  * The Amazon S3 key of the layer archive.
54780
55148
  */
54781
55149
  s3Key: pulumi.Input<string>;
55150
+ /**
55151
+ * Specifies whether Lambda should copy the deployment package to its internal storage (COPY) or reference it directly from your S3 bucket (REFERENCE).
55152
+ */
55153
+ s3ObjectStorageMode?: pulumi.Input<enums.lambda.LayerVersionContentS3ObjectStorageMode>;
54782
55154
  /**
54783
55155
  * For versioned objects, the version of the layer archive object to use.
54784
55156
  */
54785
55157
  s3ObjectVersion?: pulumi.Input<string>;
54786
55158
  }
55159
+ interface MicrovmImageCloudWatchLoggingArgs {
55160
+ logGroup?: pulumi.Input<string>;
55161
+ logStream?: pulumi.Input<string>;
55162
+ }
55163
+ interface MicrovmImageCodeArtifactArgs {
55164
+ uri: pulumi.Input<string>;
55165
+ }
55166
+ interface MicrovmImageCpuConfigurationArgs {
55167
+ architecture: pulumi.Input<enums.lambda.MicrovmImageCpuConfigurationArchitecture>;
55168
+ }
55169
+ interface MicrovmImageEnvironmentVariableArgs {
55170
+ key: pulumi.Input<string>;
55171
+ value: pulumi.Input<string>;
55172
+ }
55173
+ interface MicrovmImageHooksArgs {
55174
+ ready?: pulumi.Input<enums.lambda.MicrovmImageHookState>;
55175
+ readyTimeoutInSeconds?: pulumi.Input<number>;
55176
+ validate?: pulumi.Input<enums.lambda.MicrovmImageHookState>;
55177
+ validateTimeoutInSeconds?: pulumi.Input<number>;
55178
+ }
55179
+ interface MicrovmImageLoggingArgs {
55180
+ cloudWatch?: pulumi.Input<inputs.lambda.MicrovmImageCloudWatchLoggingArgs>;
55181
+ disabled?: pulumi.Input<boolean>;
55182
+ }
55183
+ interface MicrovmImageMicrovmHooksArgs {
55184
+ resume?: pulumi.Input<enums.lambda.MicrovmImageHookState>;
55185
+ resumeTimeoutInSeconds?: pulumi.Input<number>;
55186
+ run?: pulumi.Input<enums.lambda.MicrovmImageHookState>;
55187
+ runTimeoutInSeconds?: pulumi.Input<number>;
55188
+ suspend?: pulumi.Input<enums.lambda.MicrovmImageHookState>;
55189
+ suspendTimeoutInSeconds?: pulumi.Input<number>;
55190
+ terminate?: pulumi.Input<enums.lambda.MicrovmImageHookState>;
55191
+ terminateTimeoutInSeconds?: pulumi.Input<number>;
55192
+ }
55193
+ interface MicrovmImageResourcesArgs {
55194
+ minimumMemoryInMiB: pulumi.Input<number>;
55195
+ }
55196
+ /**
55197
+ * The network configuration for the connector. Specify a VpcEgressConfiguration to enable outbound traffic routing through your VPC.
55198
+ */
55199
+ interface NetworkConnectorConfigArgs {
55200
+ vpcEgressConfiguration: pulumi.Input<inputs.lambda.NetworkConnectorVpcEgressConfigurationArgs>;
55201
+ }
55202
+ /**
55203
+ * The VPC egress configuration for the network connector. Specifies the subnets, security groups, and network protocol for routing outbound traffic through your VPC.
55204
+ */
55205
+ interface NetworkConnectorVpcEgressConfigurationArgs {
55206
+ /**
55207
+ * The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
55208
+ */
55209
+ associatedComputeResourceTypes: pulumi.Input<pulumi.Input<enums.lambda.NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem>[]>;
55210
+ /**
55211
+ * The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
55212
+ */
55213
+ networkProtocol?: pulumi.Input<enums.lambda.NetworkConnectorVpcEgressConfigurationNetworkProtocol>;
55214
+ /**
55215
+ * The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
55216
+ */
55217
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
55218
+ /**
55219
+ * The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
55220
+ */
55221
+ subnetIds: pulumi.Input<pulumi.Input<string>[]>;
55222
+ }
54787
55223
  interface UrlCorsArgs {
54788
55224
  /**
54789
55225
  * Specifies whether credentials are included in the CORS request.
@@ -59879,6 +60315,7 @@ export declare namespace mediapackagev2 {
59879
60315
  * <p>Retrieve the DASH manifest configuration.</p>
59880
60316
  */
59881
60317
  interface OriginEndpointDashManifestConfigurationArgs {
60318
+ audioTimelinePattern?: pulumi.Input<enums.mediapackagev2.OriginEndpointDashAudioTimelinePattern>;
59882
60319
  availabilityStartTimeConfiguration?: pulumi.Input<inputs.mediapackagev2.OriginEndpointDashAvailabilityStartTimeConfigurationPropertiesArgs>;
59883
60320
  /**
59884
60321
  * <p>The base URL to use for retrieving segments.</p>
@@ -61189,10 +61626,14 @@ export declare namespace msk {
61189
61626
  * Details of the client authentication used by the Apache Kafka cluster.
61190
61627
  */
61191
61628
  interface ReplicatorKafkaClusterClientAuthenticationArgs {
61629
+ /**
61630
+ * Details for mTLS client authentication.
61631
+ */
61632
+ mtls?: pulumi.Input<inputs.msk.ReplicatorKafkaClusterMtlsAuthenticationArgs>;
61192
61633
  /**
61193
61634
  * Details for SASL/SCRAM client authentication.
61194
61635
  */
61195
- saslScram: pulumi.Input<inputs.msk.ReplicatorKafkaClusterSaslScramAuthenticationArgs>;
61636
+ saslScram?: pulumi.Input<inputs.msk.ReplicatorKafkaClusterSaslScramAuthenticationArgs>;
61196
61637
  }
61197
61638
  /**
61198
61639
  * Details of an Amazon VPC which has network connectivity to the Kafka cluster.
@@ -61220,6 +61661,15 @@ export declare namespace msk {
61220
61661
  */
61221
61662
  rootCaCertificate?: pulumi.Input<string>;
61222
61663
  }
61664
+ /**
61665
+ * Details for mTLS client authentication.
61666
+ */
61667
+ interface ReplicatorKafkaClusterMtlsAuthenticationArgs {
61668
+ /**
61669
+ * The Amazon Resource Name (ARN) of the Secrets Manager secret.
61670
+ */
61671
+ secretArn: pulumi.Input<string>;
61672
+ }
61223
61673
  /**
61224
61674
  * Details for SASL/SCRAM client authentication.
61225
61675
  */
@@ -62614,6 +63064,7 @@ export declare namespace observabilityadmin {
62614
63064
  * Log specific configuration for centralization destination log groups.
62615
63065
  */
62616
63066
  destinationLogsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleDestinationLogsConfigurationArgs>;
63067
+ destinationMetricsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleDestinationMetricsConfigurationArgs>;
62617
63068
  /**
62618
63069
  * The primary destination region to which telemetry data should be centralized.
62619
63070
  */
@@ -62632,6 +63083,7 @@ export declare namespace observabilityadmin {
62632
63083
  * Log specific configuration for centralization source log groups.
62633
63084
  */
62634
63085
  sourceLogsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleSourceLogsConfigurationArgs>;
63086
+ sourceMetricsConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleSourceMetricsConfigurationArgs>;
62635
63087
  }
62636
63088
  interface OrganizationCentralizationRuleDestinationLogsConfigurationArgs {
62637
63089
  /**
@@ -62644,6 +63096,9 @@ export declare namespace observabilityadmin {
62644
63096
  */
62645
63097
  logsEncryptionConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleLogsEncryptionConfigurationArgs>;
62646
63098
  }
63099
+ interface OrganizationCentralizationRuleDestinationMetricsConfigurationArgs {
63100
+ backupConfiguration?: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleMetricsBackupConfigurationArgs>;
63101
+ }
62647
63102
  interface OrganizationCentralizationRuleLogGroupNameConfigurationArgs {
62648
63103
  logGroupNamePattern: pulumi.Input<string>;
62649
63104
  }
@@ -62671,6 +63126,9 @@ export declare namespace observabilityadmin {
62671
63126
  */
62672
63127
  kmsKeyArn?: pulumi.Input<string>;
62673
63128
  }
63129
+ interface OrganizationCentralizationRuleMetricsBackupConfigurationArgs {
63130
+ region: pulumi.Input<string>;
63131
+ }
62674
63132
  interface OrganizationCentralizationRuleSourceLogsConfigurationArgs {
62675
63133
  dataSourceSelectionCriteria?: pulumi.Input<string>;
62676
63134
  /**
@@ -62682,6 +63140,9 @@ export declare namespace observabilityadmin {
62682
63140
  */
62683
63141
  logGroupSelectionCriteria?: pulumi.Input<string>;
62684
63142
  }
63143
+ interface OrganizationCentralizationRuleSourceMetricsConfigurationArgs {
63144
+ metricsSelectionCriteria?: pulumi.Input<string>;
63145
+ }
62685
63146
  /**
62686
63147
  * The condition of the action desired in the filter.
62687
63148
  */
@@ -98246,6 +98707,28 @@ export declare namespace s3 {
98246
98707
  */
98247
98708
  tagFilters?: pulumi.Input<pulumi.Input<inputs.s3.BucketTagFilterArgs>[]>;
98248
98709
  }
98710
+ interface BucketAnnotationTableConfigurationArgs {
98711
+ /**
98712
+ * Specifies whether annotation table configuration is enabled or disabled.
98713
+ */
98714
+ configurationState: pulumi.Input<enums.s3.BucketAnnotationTableConfigurationConfigurationState>;
98715
+ /**
98716
+ * The encryption configuration for the annotation table.
98717
+ */
98718
+ encryptionConfiguration?: pulumi.Input<inputs.s3.BucketMetadataTableEncryptionConfigurationArgs>;
98719
+ /**
98720
+ * The ARN of the IAM role that grants Amazon S3 Metadata permission to read annotations from your bucket.
98721
+ */
98722
+ role?: pulumi.Input<string>;
98723
+ /**
98724
+ * The ARN of the annotation table.
98725
+ */
98726
+ tableArn?: pulumi.Input<string>;
98727
+ /**
98728
+ * The name of the annotation table.
98729
+ */
98730
+ tableName?: pulumi.Input<string>;
98731
+ }
98249
98732
  /**
98250
98733
  * A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block ``PutObject``, ``CopyObject``, ``PostObject``, multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see [Blocking or unblocking SSE-C for a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html).
98251
98734
  * This data type is used with the following actions:
@@ -98568,6 +99051,7 @@ export declare namespace s3 {
98568
99051
  * Creates a V2 S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide*.
98569
99052
  */
98570
99053
  interface BucketMetadataConfigurationArgs {
99054
+ annotationTableConfiguration?: pulumi.Input<inputs.s3.BucketAnnotationTableConfigurationArgs>;
98571
99055
  /**
98572
99056
  * The destination information for the S3 Metadata configuration.
98573
99057
  */
@@ -100826,7 +101310,7 @@ export declare namespace sagemaker {
100826
101310
  * The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.
100827
101311
  */
100828
101312
  currentCount?: pulumi.Input<number>;
100829
- environmentConfig: pulumi.Input<inputs.sagemaker.ClusterEnvironmentConfigArgs>;
101313
+ environmentConfig?: pulumi.Input<inputs.sagemaker.ClusterEnvironmentConfigArgs>;
100830
101314
  executionRole: pulumi.Input<string>;
100831
101315
  /**
100832
101316
  * The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.
@@ -100846,6 +101330,12 @@ export declare namespace sagemaker {
100846
101330
  */
100847
101331
  trainingPlanArn?: pulumi.Input<string>;
100848
101332
  }
101333
+ /**
101334
+ * The cluster-level configuration for restricted instance groups, including shared environment settings for inter-RIG communication and FSx Lustre sharing.
101335
+ */
101336
+ interface ClusterRestrictedInstanceGroupsConfigArgs {
101337
+ sharedEnvironmentConfig: pulumi.Input<inputs.sagemaker.ClusterSharedEnvironmentConfigArgs>;
101338
+ }
100849
101339
  /**
100850
101340
  * The policy that SageMaker uses when updating the AMI versions of the cluster.
100851
101341
  */
@@ -100863,6 +101353,16 @@ export declare namespace sagemaker {
100863
101353
  */
100864
101354
  scheduleExpression: pulumi.Input<string>;
100865
101355
  }
101356
+ /**
101357
+ * The shared environment configuration for restricted instance groups that use cluster-level shared FSx Lustre storage.
101358
+ */
101359
+ interface ClusterSharedEnvironmentConfigArgs {
101360
+ fSxLustreConfig?: pulumi.Input<inputs.sagemaker.ClusterFSxLustreConfigArgs>;
101361
+ /**
101362
+ * The deletion policy for the shared FSx Lustre file system. Keep retains the FSx when RIGs are deleted. DeleteIfNotUsed deletes the FSx when no RIGs reference it.
101363
+ */
101364
+ fSxLustreDeletionPolicy: pulumi.Input<enums.sagemaker.ClusterSharedEnvironmentConfigFSxLustreDeletionPolicy>;
101365
+ }
100866
101366
  /**
100867
101367
  * Slurm configuration for the instance group.
100868
101368
  */
@@ -101524,6 +102024,10 @@ export declare namespace sagemaker {
101524
102024
  * The Amazon Resource Name (ARN) of the image version created on the instance.
101525
102025
  */
101526
102026
  sageMakerImageVersionArn?: pulumi.Input<string>;
102027
+ /**
102028
+ * The Amazon Resource Name (ARN) of the training plan to use for the ResourceSpec.
102029
+ */
102030
+ trainingPlanArn?: pulumi.Input<string>;
101527
102031
  }
101528
102032
  interface DomainS3FileSystemConfigArgs {
101529
102033
  /**
@@ -105189,6 +105693,10 @@ export declare namespace sagemaker {
105189
105693
  * The ARN of the image version created on the instance.
105190
105694
  */
105191
105695
  sageMakerImageVersionArn?: pulumi.Input<string>;
105696
+ /**
105697
+ * The Amazon Resource Name (ARN) of the training plan to use for the ResourceSpec.
105698
+ */
105699
+ trainingPlanArn?: pulumi.Input<string>;
105192
105700
  }
105193
105701
  interface SpaceS3FileSystemArgs {
105194
105702
  s3Uri?: pulumi.Input<string>;
@@ -112078,6 +112586,12 @@ export declare namespace wafv2 {
112078
112586
  */
112079
112587
  customRequestHandling?: pulumi.Input<inputs.wafv2.RuleGroupCustomRequestHandlingArgs>;
112080
112588
  }
112589
+ /**
112590
+ * Configures cryptocurrency payment settings.
112591
+ */
112592
+ interface RuleGroupCryptoConfigArgs {
112593
+ paymentNetworks: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupPaymentNetworkArgs>[]>;
112594
+ }
112081
112595
  /**
112082
112596
  * HTTP header.
112083
112597
  */
@@ -112505,6 +113019,19 @@ export declare namespace wafv2 {
112505
113019
  */
112506
113020
  name?: pulumi.Input<string>;
112507
113021
  }
113022
+ /**
113023
+ * Configures monetization for the web ACL or rule group.
113024
+ */
113025
+ interface RuleGroupMonetizationConfigArgs {
113026
+ cryptoConfig?: pulumi.Input<inputs.wafv2.RuleGroupCryptoConfigArgs>;
113027
+ currencyMode?: pulumi.Input<enums.wafv2.RuleGroupCurrencyMode>;
113028
+ }
113029
+ /**
113030
+ * Monetize action for rules.
113031
+ */
113032
+ interface RuleGroupMonetizeActionArgs {
113033
+ priceMultiplier?: pulumi.Input<string>;
113034
+ }
112508
113035
  interface RuleGroupNotStatementArgs {
112509
113036
  /**
112510
113037
  * The statement to negate. You can use any statement that can be nested.
@@ -112517,6 +113044,21 @@ export declare namespace wafv2 {
112517
113044
  */
112518
113045
  statements: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupStatementArgs>[]>;
112519
113046
  }
113047
+ /**
113048
+ * Configuration for a single payment network.
113049
+ */
113050
+ interface RuleGroupPaymentNetworkArgs {
113051
+ chain: pulumi.Input<enums.wafv2.RuleGroupBlockchainChain>;
113052
+ prices: pulumi.Input<pulumi.Input<inputs.wafv2.RuleGroupPriceArgs>[]>;
113053
+ walletAddress: pulumi.Input<string>;
113054
+ }
113055
+ /**
113056
+ * A price configuration.
113057
+ */
113058
+ interface RuleGroupPriceArgs {
113059
+ amount: pulumi.Input<string>;
113060
+ currency: pulumi.Input<enums.wafv2.RuleGroupCryptoCurrency>;
113061
+ }
112520
113062
  interface RuleGroupRateBasedStatementArgs {
112521
113063
  /**
112522
113064
  * Setting that indicates how to aggregate the request counts.
@@ -112858,6 +113400,7 @@ export declare namespace wafv2 {
112858
113400
  * Instructs AWS WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
112859
113401
  */
112860
113402
  count?: pulumi.Input<inputs.wafv2.RuleGroupCountActionArgs>;
113403
+ monetize?: pulumi.Input<inputs.wafv2.RuleGroupMonetizeActionArgs>;
112861
113404
  }
112862
113405
  /**
112863
113406
  * Size Constraint statement.
@@ -113505,6 +114048,12 @@ export declare namespace wafv2 {
113505
114048
  */
113506
114049
  customRequestHandling?: pulumi.Input<inputs.wafv2.WebAclCustomRequestHandlingArgs>;
113507
114050
  }
114051
+ /**
114052
+ * Configures cryptocurrency payment settings.
114053
+ */
114054
+ interface WebAclCryptoConfigArgs {
114055
+ paymentNetworks: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclPaymentNetworkArgs>[]>;
114056
+ }
113508
114057
  /**
113509
114058
  * HTTP header.
113510
114059
  */
@@ -114062,6 +114611,19 @@ export declare namespace wafv2 {
114062
114611
  */
114063
114612
  version?: pulumi.Input<string>;
114064
114613
  }
114614
+ /**
114615
+ * Configures monetization for the web ACL or rule group.
114616
+ */
114617
+ interface WebAclMonetizationConfigArgs {
114618
+ cryptoConfig?: pulumi.Input<inputs.wafv2.WebAclCryptoConfigArgs>;
114619
+ currencyMode?: pulumi.Input<enums.wafv2.WebAclCurrencyMode>;
114620
+ }
114621
+ /**
114622
+ * Monetize action for rules.
114623
+ */
114624
+ interface WebAclMonetizeActionArgs {
114625
+ priceMultiplier?: pulumi.Input<string>;
114626
+ }
114065
114627
  interface WebAclNotStatementArgs {
114066
114628
  /**
114067
114629
  * The statement to negate. You can use any statement that can be nested.
@@ -114096,6 +114658,21 @@ export declare namespace wafv2 {
114096
114658
  */
114097
114659
  none?: any;
114098
114660
  }
114661
+ /**
114662
+ * Configuration for a single payment network.
114663
+ */
114664
+ interface WebAclPaymentNetworkArgs {
114665
+ chain: pulumi.Input<enums.wafv2.WebAclBlockchainChain>;
114666
+ prices: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclPriceArgs>[]>;
114667
+ walletAddress: pulumi.Input<string>;
114668
+ }
114669
+ /**
114670
+ * A price configuration.
114671
+ */
114672
+ interface WebAclPriceArgs {
114673
+ amount: pulumi.Input<string>;
114674
+ currency: pulumi.Input<enums.wafv2.WebAclCryptoCurrency>;
114675
+ }
114099
114676
  interface WebAclRateBasedStatementArgs {
114100
114677
  /**
114101
114678
  * Setting that indicates how to aggregate the request counts.
@@ -114686,6 +115263,7 @@ export declare namespace wafv2 {
114686
115263
  * Instructs AWS WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
114687
115264
  */
114688
115265
  count?: pulumi.Input<inputs.wafv2.WebAclCountActionArgs>;
115266
+ monetize?: pulumi.Input<inputs.wafv2.WebAclMonetizeActionArgs>;
114689
115267
  }
114690
115268
  /**
114691
115269
  * Action override for rules in the rule group.