@pulumi/aws 6.81.0-alpha.1747381163 → 6.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/account/getPrimaryContact.d.ts +103 -0
  2. package/account/getPrimaryContact.js +48 -0
  3. package/account/getPrimaryContact.js.map +1 -0
  4. package/account/index.d.ts +3 -0
  5. package/account/index.js +4 -1
  6. package/account/index.js.map +1 -1
  7. package/apigateway/usagePlan.d.ts +15 -6
  8. package/apigateway/usagePlan.js.map +1 -1
  9. package/appmesh/getRoute.d.ts +26 -0
  10. package/appmesh/getRoute.js +26 -0
  11. package/appmesh/getRoute.js.map +1 -1
  12. package/appstream/getImage.d.ts +26 -0
  13. package/appstream/getImage.js +26 -0
  14. package/appstream/getImage.js.map +1 -1
  15. package/autoscaling/group.d.ts +12 -0
  16. package/autoscaling/group.js +2 -0
  17. package/autoscaling/group.js.map +1 -1
  18. package/bedrock/agentAgent.d.ts +11 -3
  19. package/bedrock/agentAgent.js +2 -0
  20. package/bedrock/agentAgent.js.map +1 -1
  21. package/bedrock/agentPrompt.d.ts +231 -0
  22. package/bedrock/agentPrompt.js +130 -0
  23. package/bedrock/agentPrompt.js.map +1 -0
  24. package/bedrock/index.d.ts +3 -0
  25. package/bedrock/index.js +6 -1
  26. package/bedrock/index.js.map +1 -1
  27. package/cloudfront/distribution.d.ts +183 -3
  28. package/cloudfront/distribution.js.map +1 -1
  29. package/cloudfront/index.d.ts +3 -0
  30. package/cloudfront/index.js +6 -1
  31. package/cloudfront/index.js.map +1 -1
  32. package/cloudfront/keyvaluestoreKey.d.ts +0 -2
  33. package/cloudfront/keyvaluestoreKey.js +0 -2
  34. package/cloudfront/keyvaluestoreKey.js.map +1 -1
  35. package/cloudfront/keyvaluestoreKeysExclusive.d.ts +88 -0
  36. package/cloudfront/keyvaluestoreKeysExclusive.js +65 -0
  37. package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -0
  38. package/cloudfront/vpcOrigin.d.ts +24 -0
  39. package/cloudfront/vpcOrigin.js.map +1 -1
  40. package/cloudwatch/eventBus.d.ts +14 -0
  41. package/cloudwatch/eventBus.js +2 -0
  42. package/cloudwatch/eventBus.js.map +1 -1
  43. package/cloudwatch/eventConnection.d.ts +86 -12
  44. package/cloudwatch/eventConnection.js +64 -0
  45. package/cloudwatch/eventConnection.js.map +1 -1
  46. package/cloudwatch/getContributorManagedInsightRules.d.ts +0 -8
  47. package/cloudwatch/getContributorManagedInsightRules.js.map +1 -1
  48. package/cloudwatch/getEventBus.d.ts +6 -1
  49. package/cloudwatch/getEventBus.js.map +1 -1
  50. package/cloudwatch/getEventConnection.d.ts +5 -4
  51. package/cloudwatch/getEventConnection.js.map +1 -1
  52. package/cloudwatch/metricAlarm.d.ts +4 -3
  53. package/cloudwatch/metricAlarm.js +1 -0
  54. package/cloudwatch/metricAlarm.js.map +1 -1
  55. package/cognito/getUserPool.d.ts +2 -0
  56. package/cognito/getUserPool.js.map +1 -1
  57. package/cognito/getUserPoolClient.d.ts +4 -0
  58. package/cognito/getUserPoolClient.js.map +1 -1
  59. package/cognito/managedUserPoolClient.d.ts +12 -0
  60. package/cognito/managedUserPoolClient.js +2 -0
  61. package/cognito/managedUserPoolClient.js.map +1 -1
  62. package/cognito/userPoolClient.d.ts +30 -0
  63. package/cognito/userPoolClient.js +20 -0
  64. package/cognito/userPoolClient.js.map +1 -1
  65. package/costexplorer/getTags.d.ts +0 -4
  66. package/costexplorer/getTags.js.map +1 -1
  67. package/dataexchange/index.d.ts +3 -0
  68. package/dataexchange/index.js +6 -1
  69. package/dataexchange/index.js.map +1 -1
  70. package/dataexchange/revisionAssets.d.ts +175 -0
  71. package/dataexchange/revisionAssets.js +100 -0
  72. package/dataexchange/revisionAssets.js.map +1 -0
  73. package/docdb/cluster.d.ts +17 -3
  74. package/docdb/cluster.js +4 -0
  75. package/docdb/cluster.js.map +1 -1
  76. package/dynamodb/getTables.d.ts +46 -0
  77. package/dynamodb/getTables.js +48 -0
  78. package/dynamodb/getTables.js.map +1 -0
  79. package/dynamodb/index.d.ts +3 -0
  80. package/dynamodb/index.js +4 -1
  81. package/dynamodb/index.js.map +1 -1
  82. package/ec2/getAmiIds.d.ts +3 -0
  83. package/ec2/getAmiIds.js.map +1 -1
  84. package/ec2/getDedicatedHost.d.ts +6 -0
  85. package/ec2/getDedicatedHost.js.map +1 -1
  86. package/ec2/getElasticIp.d.ts +10 -2
  87. package/ec2/getElasticIp.js.map +1 -1
  88. package/ec2/getKeyPair.d.ts +8 -0
  89. package/ec2/getKeyPair.js.map +1 -1
  90. package/ec2/getLocalGateway.d.ts +6 -4
  91. package/ec2/getLocalGateway.js.map +1 -1
  92. package/ec2/getLocalGatewayRouteTable.d.ts +6 -4
  93. package/ec2/getLocalGatewayRouteTable.js.map +1 -1
  94. package/ec2/getManagedPrefixList.d.ts +8 -0
  95. package/ec2/getManagedPrefixList.js.map +1 -1
  96. package/ec2/getNatGateway.d.ts +6 -4
  97. package/ec2/getNatGateway.js.map +1 -1
  98. package/ec2/getNatGateways.d.ts +0 -6
  99. package/ec2/getNatGateways.js.map +1 -1
  100. package/ec2/getNetworkAcls.d.ts +0 -6
  101. package/ec2/getNetworkAcls.js.map +1 -1
  102. package/ec2/getNetworkInsightsAnalysis.d.ts +8 -0
  103. package/ec2/getNetworkInsightsAnalysis.js.map +1 -1
  104. package/ec2/getNetworkInsightsPath.d.ts +8 -0
  105. package/ec2/getNetworkInsightsPath.js.map +1 -1
  106. package/ec2/getNetworkInterfaces.d.ts +0 -6
  107. package/ec2/getNetworkInterfaces.js.map +1 -1
  108. package/ec2/getPrefixList.d.ts +8 -0
  109. package/ec2/getPrefixList.js.map +1 -1
  110. package/ec2/getRoute.d.ts +4 -4
  111. package/ec2/getRouteTables.d.ts +0 -6
  112. package/ec2/getRouteTables.js.map +1 -1
  113. package/ec2/getSubnets.d.ts +0 -6
  114. package/ec2/getSubnets.js.map +1 -1
  115. package/ec2/getVpcEndpoint.d.ts +4 -4
  116. package/ec2/getVpcIamPools.d.ts +4 -0
  117. package/ec2/getVpcIamPools.js.map +1 -1
  118. package/ec2/getVpcIpamPools.d.ts +4 -0
  119. package/ec2/getVpcIpamPools.js.map +1 -1
  120. package/ec2/getVpcIpams.d.ts +2 -4
  121. package/ec2/getVpcIpams.js.map +1 -1
  122. package/ec2/getVpcPeeringConnection.d.ts +4 -4
  123. package/ec2/getVpcPeeringConnections.d.ts +2 -4
  124. package/ec2/getVpcPeeringConnections.js.map +1 -1
  125. package/ec2/getVpcs.d.ts +0 -6
  126. package/ec2/getVpcs.js.map +1 -1
  127. package/ec2/getVpnGateway.d.ts +4 -4
  128. package/ec2clientvpn/endpoint.d.ts +12 -0
  129. package/ec2clientvpn/endpoint.js +2 -0
  130. package/ec2clientvpn/endpoint.js.map +1 -1
  131. package/ec2clientvpn/getEndpoint.d.ts +4 -0
  132. package/ec2clientvpn/getEndpoint.js.map +1 -1
  133. package/ec2transitgateway/getRouteTablePropagations.d.ts +0 -4
  134. package/ec2transitgateway/getRouteTablePropagations.js.map +1 -1
  135. package/ecs/accountSettingDefault.d.ts +14 -0
  136. package/ecs/accountSettingDefault.js +14 -0
  137. package/ecs/accountSettingDefault.js.map +1 -1
  138. package/fsx/getOntapStorageVirtualMachine.d.ts +4 -0
  139. package/fsx/getOntapStorageVirtualMachine.js.map +1 -1
  140. package/getAvailabilityZone.d.ts +8 -0
  141. package/getAvailabilityZone.js.map +1 -1
  142. package/getRegion.d.ts +0 -6
  143. package/getRegion.js.map +1 -1
  144. package/glue/partition.d.ts +13 -0
  145. package/glue/partition.js +13 -0
  146. package/glue/partition.js.map +1 -1
  147. package/inspector2/filter.d.ts +177 -0
  148. package/inspector2/filter.js +97 -0
  149. package/inspector2/filter.js.map +1 -0
  150. package/inspector2/index.d.ts +3 -0
  151. package/inspector2/index.js +6 -1
  152. package/inspector2/index.js.map +1 -1
  153. package/iot/domainConfiguration.d.ts +24 -0
  154. package/iot/domainConfiguration.js +4 -0
  155. package/iot/domainConfiguration.js.map +1 -1
  156. package/kinesis/getFirehoseDeliveryStream.d.ts +3 -3
  157. package/kinesis/getStream.d.ts +1 -1
  158. package/lambda/eventSourceMapping.d.ts +36 -0
  159. package/lambda/eventSourceMapping.js +36 -0
  160. package/lambda/eventSourceMapping.js.map +1 -1
  161. package/licensemanager/getLicenseGrants.d.ts +0 -6
  162. package/licensemanager/getLicenseGrants.js.map +1 -1
  163. package/licensemanager/getReceivedLicenses.d.ts +0 -6
  164. package/licensemanager/getReceivedLicenses.js.map +1 -1
  165. package/msk/serverlessCluster.d.ts +8 -0
  166. package/msk/serverlessCluster.js +2 -0
  167. package/msk/serverlessCluster.js.map +1 -1
  168. package/neptunegraph/graph.d.ts +31 -28
  169. package/neptunegraph/graph.js +1 -1
  170. package/neptunegraph/graph.js.map +1 -1
  171. package/networkfirewall/getFirewall.d.ts +4 -0
  172. package/networkfirewall/getFirewall.js.map +1 -1
  173. package/networkfirewall/getFirewallPolicy.d.ts +4 -0
  174. package/networkfirewall/getFirewallPolicy.js.map +1 -1
  175. package/package.json +2 -2
  176. package/quicksight/getAnalysis.d.ts +0 -4
  177. package/quicksight/getAnalysis.js.map +1 -1
  178. package/quicksight/getDataSet.d.ts +0 -4
  179. package/quicksight/getDataSet.js.map +1 -1
  180. package/quicksight/getQuicksightAnalysis.d.ts +0 -4
  181. package/quicksight/getQuicksightAnalysis.js.map +1 -1
  182. package/rds/certificate.d.ts +2 -2
  183. package/rds/certificate.js +2 -2
  184. package/redshiftserverless/getWorkgroup.d.ts +4 -0
  185. package/redshiftserverless/getWorkgroup.js.map +1 -1
  186. package/redshiftserverless/workgroup.d.ts +12 -0
  187. package/redshiftserverless/workgroup.js +2 -0
  188. package/redshiftserverless/workgroup.js.map +1 -1
  189. package/route53/getDelegationSet.d.ts +9 -4
  190. package/route53/getDelegationSet.js.map +1 -1
  191. package/route53/getQueryLogConfig.d.ts +18 -8
  192. package/route53/getQueryLogConfig.js.map +1 -1
  193. package/route53/getResolverEndpoint.d.ts +21 -4
  194. package/route53/getResolverEndpoint.js.map +1 -1
  195. package/route53/getResolverFirewallConfig.d.ts +6 -4
  196. package/route53/getResolverFirewallConfig.js.map +1 -1
  197. package/route53/getResolverFirewallDomainList.d.ts +27 -4
  198. package/route53/getResolverFirewallDomainList.js.map +1 -1
  199. package/route53/getResolverFirewallRuleGroup.d.ts +30 -4
  200. package/route53/getResolverFirewallRuleGroup.js.map +1 -1
  201. package/route53/getResolverFirewallRuleGroupAssociation.d.ts +36 -4
  202. package/route53/getResolverFirewallRuleGroupAssociation.js.map +1 -1
  203. package/route53/getZone.d.ts +8 -0
  204. package/route53/getZone.js.map +1 -1
  205. package/rum/appMonitor.d.ts +9 -15
  206. package/rum/appMonitor.js +2 -3
  207. package/rum/appMonitor.js.map +1 -1
  208. package/s3tables/table.d.ts +18 -3
  209. package/s3tables/table.js +2 -0
  210. package/s3tables/table.js.map +1 -1
  211. package/s3tables/tableBucket.d.ts +18 -3
  212. package/s3tables/tableBucket.js +2 -0
  213. package/s3tables/tableBucket.js.map +1 -1
  214. package/securityhub/findingAggregator.d.ts +17 -3
  215. package/securityhub/findingAggregator.js +14 -0
  216. package/securityhub/findingAggregator.js.map +1 -1
  217. package/servicequotas/getServiceQuota.d.ts +4 -0
  218. package/servicequotas/getServiceQuota.js.map +1 -1
  219. package/sns/topic.d.ts +12 -0
  220. package/sns/topic.js +2 -0
  221. package/sns/topic.js.map +1 -1
  222. package/ssm/getParameter.d.ts +18 -4
  223. package/ssm/getParameter.js.map +1 -1
  224. package/transfer/getConnector.d.ts +22 -0
  225. package/transfer/getConnector.js +22 -0
  226. package/transfer/getConnector.js.map +1 -1
  227. package/transfer/tag.d.ts +2 -2
  228. package/transfer/tag.js +2 -2
  229. package/types/input.d.ts +1550 -46
  230. package/types/input.js.map +1 -1
  231. package/types/output.d.ts +1608 -38
  232. package/types/output.js.map +1 -1
  233. package/vpc/getSecurityGroupRule.d.ts +8 -0
  234. package/vpc/getSecurityGroupRule.js.map +1 -1
  235. package/vpc/getSecurityGroupRules.d.ts +0 -6
  236. package/vpc/getSecurityGroupRules.js.map +1 -1
  237. package/waf/getSubscribedRuleGroup.d.ts +4 -0
  238. package/waf/getSubscribedRuleGroup.js.map +1 -1
  239. package/wafregional/getSubscribedRuleGroup.d.ts +4 -0
  240. package/wafregional/getSubscribedRuleGroup.js.map +1 -1
  241. package/wafv2/apiKey.d.ts +91 -0
  242. package/wafv2/apiKey.js +84 -0
  243. package/wafv2/apiKey.js.map +1 -0
  244. package/wafv2/index.d.ts +3 -0
  245. package/wafv2/index.js +6 -1
  246. package/wafv2/index.js.map +1 -1
  247. package/wafv2/webAcl.d.ts +12 -0
  248. package/wafv2/webAcl.js +2 -0
  249. package/wafv2/webAcl.js.map +1 -1
  250. package/workspaces/directory.d.ts +113 -5
  251. package/workspaces/directory.js +52 -3
  252. package/workspaces/directory.js.map +1 -1
  253. package/workspaces/getDirectory.d.ts +23 -3
  254. package/workspaces/getDirectory.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -934,6 +934,14 @@ export interface ProviderEndpoint {
934
934
  * Use this to override the default service endpoint URL
935
935
  */
936
936
  networkmonitor?: pulumi.Input<string>;
937
+ /**
938
+ * Use this to override the default service endpoint URL
939
+ */
940
+ notifications?: pulumi.Input<string>;
941
+ /**
942
+ * Use this to override the default service endpoint URL
943
+ */
944
+ notificationscontacts?: pulumi.Input<string>;
937
945
  /**
938
946
  * Use this to override the default service endpoint URL
939
947
  */
@@ -3994,6 +4002,7 @@ export declare namespace appflow {
3994
4002
  prefixType?: pulumi.Input<string>;
3995
4003
  }
3996
4004
  interface FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce {
4005
+ dataTransferApi?: pulumi.Input<string>;
3997
4006
  errorHandlingConfig?: pulumi.Input<inputs.appflow.FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforceErrorHandlingConfig>;
3998
4007
  idFieldNames?: pulumi.Input<pulumi.Input<string>[]>;
3999
4008
  object: pulumi.Input<string>;
@@ -4276,9 +4285,6 @@ export declare namespace appflow {
4276
4285
  s3InputFileType?: pulumi.Input<string>;
4277
4286
  }
4278
4287
  interface FlowSourceFlowConfigSourceConnectorPropertiesSalesforce {
4279
- /**
4280
- * Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
4281
- */
4282
4288
  dataTransferApi?: pulumi.Input<string>;
4283
4289
  /**
4284
4290
  * Flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
@@ -7776,6 +7782,26 @@ export declare namespace autoscaling {
7776
7782
  */
7777
7783
  capacityDistributionStrategy?: pulumi.Input<string>;
7778
7784
  }
7785
+ interface GroupCapacityReservationSpecification {
7786
+ /**
7787
+ * Capacity Reservation preference helps you use Capacity Reservations efficiently by prioritizing reserved capacity in a Capacity Reservation before using On-Demand capacity. Valid values are `default`, `capacity-reservations-only`, `capacity-reservations-first` and `none`. Default is `default`.
7788
+ */
7789
+ capacityReservationPreference?: pulumi.Input<string>;
7790
+ /**
7791
+ * Describes a target Capacity Reservation or Capacity Reservation resource group.
7792
+ */
7793
+ capacityReservationTarget?: pulumi.Input<inputs.autoscaling.GroupCapacityReservationSpecificationCapacityReservationTarget>;
7794
+ }
7795
+ interface GroupCapacityReservationSpecificationCapacityReservationTarget {
7796
+ /**
7797
+ * List of On-Demand Capacity Reservation Ids. Conflicts with `capacityReservationResourceGroupArns`.
7798
+ */
7799
+ capacityReservationIds?: pulumi.Input<pulumi.Input<string>[]>;
7800
+ /**
7801
+ * List of On-Demand Capacity Reservation Resource Group Arns. Conflicts with `capacityReservationIds`.
7802
+ */
7803
+ capacityReservationResourceGroupArns?: pulumi.Input<pulumi.Input<string>[]>;
7804
+ }
7779
7805
  interface GroupInitialLifecycleHook {
7780
7806
  defaultResult?: pulumi.Input<string>;
7781
7807
  heartbeatTimeout?: pulumi.Input<number>;
@@ -10607,6 +10633,244 @@ export declare namespace bedrock {
10607
10633
  */
10608
10634
  update?: pulumi.Input<string>;
10609
10635
  }
10636
+ interface AgentPromptVariant {
10637
+ /**
10638
+ * Contains model-specific inference configurations that aren’t in the inferenceConfiguration field. To see model-specific inference parameters, see [Inference request parameters and response fields for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html).
10639
+ */
10640
+ additionalModelRequestFields?: pulumi.Input<string>;
10641
+ /**
10642
+ * Specifies a generative AI resource with which to use the prompt. If this is not supplied, then a `genAiResource` must be defined. See Generative AI Resource for more information.
10643
+ */
10644
+ genAiResource?: pulumi.Input<inputs.bedrock.AgentPromptVariantGenAiResource>;
10645
+ /**
10646
+ * Contains inference configurations for the prompt variant. See Inference Configuration for more information.
10647
+ */
10648
+ inferenceConfiguration?: pulumi.Input<inputs.bedrock.AgentPromptVariantInferenceConfiguration>;
10649
+ /**
10650
+ * A list of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant. See Metadata for more information.
10651
+ */
10652
+ metadatas?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariantMetadata>[]>;
10653
+ /**
10654
+ * Unique identifier of the model or [inference profile](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) with which to run inference on the prompt. If this is not supplied, then a `genAiResource` must be defined.
10655
+ */
10656
+ modelId?: pulumi.Input<string>;
10657
+ /**
10658
+ * Name of the prompt variant.
10659
+ */
10660
+ name: pulumi.Input<string>;
10661
+ /**
10662
+ * Contains configurations for the prompt template. See Template Configuration for more information.
10663
+ */
10664
+ templateConfiguration?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfiguration>;
10665
+ /**
10666
+ * Type of prompt template to use. Valid values: `CHAT`, `TEXT`.
10667
+ */
10668
+ templateType: pulumi.Input<string>;
10669
+ }
10670
+ interface AgentPromptVariantGenAiResource {
10671
+ /**
10672
+ * Specifies an Amazon Bedrock agent with which to use the prompt. See Agent Configuration for more information.
10673
+ */
10674
+ agent?: pulumi.Input<inputs.bedrock.AgentPromptVariantGenAiResourceAgent>;
10675
+ }
10676
+ interface AgentPromptVariantGenAiResourceAgent {
10677
+ /**
10678
+ * ARN of the agent with which to use the prompt.
10679
+ */
10680
+ agentIdentifier: pulumi.Input<string>;
10681
+ }
10682
+ interface AgentPromptVariantInferenceConfiguration {
10683
+ /**
10684
+ * Contains inference configurations for the prompt variant. See Text Inference Configuration for more information.
10685
+ */
10686
+ text?: pulumi.Input<inputs.bedrock.AgentPromptVariantInferenceConfigurationText>;
10687
+ }
10688
+ interface AgentPromptVariantInferenceConfigurationText {
10689
+ /**
10690
+ * Maximum number of tokens to return in the response.
10691
+ */
10692
+ maxTokens?: pulumi.Input<number>;
10693
+ /**
10694
+ * List of strings that define sequences after which the model will stop generating.
10695
+ */
10696
+ stopSequences?: pulumi.Input<pulumi.Input<string>[]>;
10697
+ /**
10698
+ * Controls the randomness of the response. Choose a lower value for more predictable outputs and a higher value for more surprising outputs.
10699
+ */
10700
+ temperature?: pulumi.Input<number>;
10701
+ /**
10702
+ * Percentage of most-likely candidates that the model considers for the next token.
10703
+ */
10704
+ topP?: pulumi.Input<number>;
10705
+ }
10706
+ interface AgentPromptVariantMetadata {
10707
+ /**
10708
+ * Key of a metadata tag for a prompt variant.
10709
+ */
10710
+ key: pulumi.Input<string>;
10711
+ /**
10712
+ * Value of a metadata tag for a prompt variant.
10713
+ */
10714
+ value: pulumi.Input<string>;
10715
+ }
10716
+ interface AgentPromptVariantTemplateConfiguration {
10717
+ /**
10718
+ * Contains configurations to use the prompt in a conversational format. See Chat Template Configuration for more information.
10719
+ */
10720
+ chat?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChat>;
10721
+ /**
10722
+ * Contains configurations for the text in a message for a prompt. See Text Template Configuration
10723
+ */
10724
+ text?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationText>;
10725
+ }
10726
+ interface AgentPromptVariantTemplateConfigurationChat {
10727
+ inputVariables?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatInputVariable>[]>;
10728
+ /**
10729
+ * A list of messages in the chat for the prompt. See Message for more information.
10730
+ */
10731
+ messages?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatMessage>[]>;
10732
+ /**
10733
+ * A list of system prompts to provide context to the model or to describe how it should behave. See System for more information.
10734
+ */
10735
+ systems?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatSystem>[]>;
10736
+ /**
10737
+ * Configuration information for the tools that the model can use when generating a response. See Tool Configuration for more information.
10738
+ */
10739
+ toolConfiguration?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfiguration>;
10740
+ }
10741
+ interface AgentPromptVariantTemplateConfigurationChatInputVariable {
10742
+ /**
10743
+ * The name of the variable.
10744
+ */
10745
+ name: pulumi.Input<string>;
10746
+ }
10747
+ interface AgentPromptVariantTemplateConfigurationChatMessage {
10748
+ /**
10749
+ * Contains the content for the message you pass to, or receive from a model. See [Message Content] for more information.
10750
+ */
10751
+ content?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatMessageContent>;
10752
+ /**
10753
+ * The role that the message belongs to.
10754
+ */
10755
+ role: pulumi.Input<string>;
10756
+ }
10757
+ interface AgentPromptVariantTemplateConfigurationChatMessageContent {
10758
+ cachePoint?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatMessageContentCachePoint>;
10759
+ text?: pulumi.Input<string>;
10760
+ }
10761
+ interface AgentPromptVariantTemplateConfigurationChatMessageContentCachePoint {
10762
+ /**
10763
+ * Indicates that the CachePointBlock is of the default type. Valid values: `default`.
10764
+ */
10765
+ type: pulumi.Input<string>;
10766
+ }
10767
+ interface AgentPromptVariantTemplateConfigurationChatSystem {
10768
+ /**
10769
+ * Creates a cache checkpoint within a tool designation. See Cache Point for more information.
10770
+ */
10771
+ cachePoint?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatSystemCachePoint>;
10772
+ /**
10773
+ * The text in the system prompt.
10774
+ */
10775
+ text?: pulumi.Input<string>;
10776
+ }
10777
+ interface AgentPromptVariantTemplateConfigurationChatSystemCachePoint {
10778
+ /**
10779
+ * Indicates that the CachePointBlock is of the default type. Valid values: `default`.
10780
+ */
10781
+ type: pulumi.Input<string>;
10782
+ }
10783
+ interface AgentPromptVariantTemplateConfigurationChatToolConfiguration {
10784
+ /**
10785
+ * Defines which tools the model should request when invoked. See Tool Choice for more information.
10786
+ */
10787
+ toolChoice?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoice>;
10788
+ /**
10789
+ * A list of tools to pass to a model. See Tool for more information.
10790
+ */
10791
+ tools?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationTool>[]>;
10792
+ }
10793
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationTool {
10794
+ /**
10795
+ * Creates a cache checkpoint within a tool designation. See Cache Point for more information.
10796
+ */
10797
+ cachePoint?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolCachePoint>;
10798
+ /**
10799
+ * The specification for the tool. See Tool Specification for more information.
10800
+ */
10801
+ toolSpec?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolToolSpec>;
10802
+ }
10803
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolCachePoint {
10804
+ /**
10805
+ * Indicates that the CachePointBlock is of the default type. Valid values: `default`.
10806
+ */
10807
+ type: pulumi.Input<string>;
10808
+ }
10809
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoice {
10810
+ /**
10811
+ * Defines tools, at least one of which must be requested by the model. No text is generated but the results of tool use are sent back to the model to help generate a response. This object has no fields.
10812
+ */
10813
+ any?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAny>;
10814
+ /**
10815
+ * Defines tools. The model automatically decides whether to call a tool or to generate text instead. This object has no fields.
10816
+ */
10817
+ auto?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAuto>;
10818
+ /**
10819
+ * Defines a specific tool that the model must request. No text is generated but the results of tool use are sent back to the model to help generate a response. See Named Tool for more information.
10820
+ */
10821
+ tool?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceTool>;
10822
+ }
10823
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAny {
10824
+ }
10825
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceAuto {
10826
+ }
10827
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolChoiceTool {
10828
+ /**
10829
+ * Name of the prompt.
10830
+ *
10831
+ * The following arguments are optional:
10832
+ */
10833
+ name: pulumi.Input<string>;
10834
+ }
10835
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolToolSpec {
10836
+ /**
10837
+ * Description of the prompt.
10838
+ */
10839
+ description?: pulumi.Input<string>;
10840
+ /**
10841
+ * The input schema of the tool. See Tool Input Schema for more information.
10842
+ */
10843
+ inputSchema?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationChatToolConfigurationToolToolSpecInputSchema>;
10844
+ /**
10845
+ * Name of the prompt.
10846
+ *
10847
+ * The following arguments are optional:
10848
+ */
10849
+ name: pulumi.Input<string>;
10850
+ }
10851
+ interface AgentPromptVariantTemplateConfigurationChatToolConfigurationToolToolSpecInputSchema {
10852
+ /**
10853
+ * A JSON object defining the input schema for the tool.
10854
+ */
10855
+ json?: pulumi.Input<string>;
10856
+ }
10857
+ interface AgentPromptVariantTemplateConfigurationText {
10858
+ cachePoint?: pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationTextCachePoint>;
10859
+ inputVariables?: pulumi.Input<pulumi.Input<inputs.bedrock.AgentPromptVariantTemplateConfigurationTextInputVariable>[]>;
10860
+ text: pulumi.Input<string>;
10861
+ }
10862
+ interface AgentPromptVariantTemplateConfigurationTextCachePoint {
10863
+ /**
10864
+ * Indicates that the CachePointBlock is of the default type. Valid values: `default`.
10865
+ */
10866
+ type: pulumi.Input<string>;
10867
+ }
10868
+ interface AgentPromptVariantTemplateConfigurationTextInputVariable {
10869
+ /**
10870
+ * The name of the variable.
10871
+ */
10872
+ name: pulumi.Input<string>;
10873
+ }
10610
10874
  interface CustomModelOutputDataConfig {
10611
10875
  /**
10612
10876
  * The S3 URI where the output data is stored.
@@ -12315,7 +12579,7 @@ export declare namespace cloudfront {
12315
12579
  }
12316
12580
  interface DistributionDefaultCacheBehaviorGrpcConfig {
12317
12581
  /**
12318
- * `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs
12582
+ * Whether the distribution is enabled to accept end user requests for content.
12319
12583
  */
12320
12584
  enabled?: pulumi.Input<boolean>;
12321
12585
  }
@@ -12473,7 +12737,7 @@ export declare namespace cloudfront {
12473
12737
  }
12474
12738
  interface DistributionOrderedCacheBehaviorGrpcConfig {
12475
12739
  /**
12476
- * `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs
12740
+ * Whether the distribution is enabled to accept end user requests for content.
12477
12741
  */
12478
12742
  enabled?: pulumi.Input<boolean>;
12479
12743
  }
@@ -12580,7 +12844,7 @@ export declare namespace cloudfront {
12580
12844
  }
12581
12845
  interface DistributionOriginOriginShield {
12582
12846
  /**
12583
- * `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs
12847
+ * Whether the distribution is enabled to accept end user requests for content.
12584
12848
  */
12585
12849
  enabled: pulumi.Input<boolean>;
12586
12850
  /**
@@ -12617,7 +12881,7 @@ export declare namespace cloudfront {
12617
12881
  }
12618
12882
  interface DistributionTrustedKeyGroup {
12619
12883
  /**
12620
- * `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs
12884
+ * Whether the distribution is enabled to accept end user requests for content.
12621
12885
  */
12622
12886
  enabled?: pulumi.Input<boolean>;
12623
12887
  /**
@@ -12637,7 +12901,7 @@ export declare namespace cloudfront {
12637
12901
  }
12638
12902
  interface DistributionTrustedSigner {
12639
12903
  /**
12640
- * `true` if any of the AWS accounts listed as trusted signers have active CloudFront key pairs
12904
+ * Whether the distribution is enabled to accept end user requests for content.
12641
12905
  */
12642
12906
  enabled?: pulumi.Input<boolean>;
12643
12907
  /**
@@ -12747,6 +13011,16 @@ export declare namespace cloudfront {
12747
13011
  */
12748
13012
  create?: pulumi.Input<string>;
12749
13013
  }
13014
+ interface KeyvaluestoreKeysExclusiveResourceKeyValuePair {
13015
+ /**
13016
+ * Key to put.
13017
+ */
13018
+ key: pulumi.Input<string>;
13019
+ /**
13020
+ * Value to put.
13021
+ */
13022
+ value: pulumi.Input<string>;
13023
+ }
12750
13024
  interface MonitoringSubscriptionMonitoringSubscription {
12751
13025
  /**
12752
13026
  * A subscription configuration for additional CloudWatch metrics. See below.
@@ -13236,6 +13510,12 @@ export declare namespace cloudwatch {
13236
13510
  */
13237
13511
  waitPeriod: pulumi.Input<number>;
13238
13512
  }
13513
+ interface EventBusDeadLetterConfig {
13514
+ /**
13515
+ * The ARN of the SQS queue specified as the target for the dead-letter queue.
13516
+ */
13517
+ arn?: pulumi.Input<string>;
13518
+ }
13239
13519
  interface EventConnectionAuthParameters {
13240
13520
  /**
13241
13521
  * Parameters used for API_KEY authorization. An API key to include in the header for each authentication request. A maximum of 1 are allowed. Conflicts with `basic` and `oauth`. Documented below.
@@ -13986,7 +14266,7 @@ export declare namespace cloudwatch {
13986
14266
  /**
13987
14267
  * Granularity in seconds of returned data points.
13988
14268
  * For metrics with regular resolution, valid values are any multiple of `60`.
13989
- * For high-resolution metrics, valid values are `1`, `5`, `10`, `30`, or any multiple of `60`.
14269
+ * For high-resolution metrics, valid values are `1`, `5`, `10`, `20`, `30`, or any multiple of `60`.
13990
14270
  */
13991
14271
  period?: pulumi.Input<number>;
13992
14272
  /**
@@ -14016,7 +14296,7 @@ export declare namespace cloudwatch {
14016
14296
  /**
14017
14297
  * Granularity in seconds of returned data points.
14018
14298
  * For metrics with regular resolution, valid values are any multiple of `60`.
14019
- * For high-resolution metrics, valid values are `1`, `5`, `10`, `30`, or any multiple of `60`.
14299
+ * For high-resolution metrics, valid values are `1`, `5`, `10`, `20`, `30`, or any multiple of `60`.
14020
14300
  */
14021
14301
  period: pulumi.Input<number>;
14022
14302
  /**
@@ -14263,11 +14543,9 @@ export declare namespace codebuild {
14263
14543
  certificate?: pulumi.Input<string>;
14264
14544
  /**
14265
14545
  * Information about the compute resources the build project will use. Valid values:
14266
- * `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, `BUILD_GENERAL1_LARGE`, `BUILD_GENERAL1_2XLARGE`, `BUILD_LAMBDA_1GB`,
14267
- * `BUILD_LAMBDA_2GB`, `BUILD_LAMBDA_4GB`, `BUILD_LAMBDA_8GB`, `BUILD_LAMBDA_10GB`. `BUILD_GENERAL1_SMALL` is only valid
14268
- * if `type` is set to `LINUX_CONTAINER`. When `type` is set to `LINUX_GPU_CONTAINER`, `computeType` must be
14269
- * `BUILD_GENERAL1_LARGE`. When `type` is set to `LINUX_LAMBDA_CONTAINER` or `ARM_LAMBDA_CONTAINER`, `computeType` must
14270
- * be `BUILD_LAMBDA_XGB`.`
14546
+ * `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, `BUILD_GENERAL1_LARGE`, `BUILD_GENERAL1_XLARGE`, `BUILD_GENERAL1_2XLARGE`, `BUILD_LAMBDA_1GB`,
14547
+ * `BUILD_LAMBDA_2GB`, `BUILD_LAMBDA_4GB`, `BUILD_LAMBDA_8GB`, `BUILD_LAMBDA_10GB`. For additional information, see
14548
+ * the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
14271
14549
  */
14272
14550
  computeType: pulumi.Input<string>;
14273
14551
  /**
@@ -14302,9 +14580,9 @@ export declare namespace codebuild {
14302
14580
  */
14303
14581
  registryCredential?: pulumi.Input<inputs.codebuild.ProjectEnvironmentRegistryCredential>;
14304
14582
  /**
14305
- * Type of build environment to use for related builds. Valid values: `LINUX_CONTAINER`,
14306
- * `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` (deprecated), `WINDOWS_SERVER_2019_CONTAINER`, `ARM_CONTAINER`,
14307
- * `LINUX_LAMBDA_CONTAINER`, `ARM_LAMBDA_CONTAINER`. For additional information, see
14583
+ * Type of build environment to use for related builds. Valid values: `WINDOWS_CONTAINER` (deprecated), `LINUX_CONTAINER`,
14584
+ * `LINUX_GPU_CONTAINER`, `ARM_CONTAINER`, `WINDOWS_SERVER_2019_CONTAINER`, `WINDOWS_SERVER_2022_CONTAINER`,
14585
+ * `LINUX_LAMBDA_CONTAINER`, `ARM_LAMBDA_CONTAINER`, `LINUX_EC2`, `ARM_EC2`, `WINDOWS_EC2`, `MAC_ARM`. For additional information, see
14308
14586
  * the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
14309
14587
  */
14310
14588
  type: pulumi.Input<string>;
@@ -15957,6 +16235,16 @@ export declare namespace cognito {
15957
16235
  */
15958
16236
  userDataShared?: pulumi.Input<boolean>;
15959
16237
  }
16238
+ interface ManagedUserPoolClientRefreshTokenRotation {
16239
+ /**
16240
+ * The state of refresh token rotation for the current app client. Valid values are `ENABLED` or `DISABLED`.
16241
+ */
16242
+ feature: pulumi.Input<string>;
16243
+ /**
16244
+ * A period of time in seconds that the user has to use the old refresh token before it is invalidated. Valid values are between `0` and `60`.
16245
+ */
16246
+ retryGracePeriodSeconds?: pulumi.Input<number>;
16247
+ }
15960
16248
  interface ManagedUserPoolClientTokenValidityUnits {
15961
16249
  /**
15962
16250
  * Time unit for the value in `accessTokenValidity` and defaults to `hours`.
@@ -16186,6 +16474,16 @@ export declare namespace cognito {
16186
16474
  */
16187
16475
  userDataShared?: pulumi.Input<boolean>;
16188
16476
  }
16477
+ interface UserPoolClientRefreshTokenRotation {
16478
+ /**
16479
+ * The state of refresh token rotation for the current app client. Valid values are `ENABLED` or `DISABLED`.
16480
+ */
16481
+ feature: pulumi.Input<string>;
16482
+ /**
16483
+ * A period of time in seconds that the user has to use the old refresh token before it is invalidated. Valid values are between `0` and `60`.
16484
+ */
16485
+ retryGracePeriodSeconds?: pulumi.Input<number>;
16486
+ }
16189
16487
  interface UserPoolClientTokenValidityUnits {
16190
16488
  /**
16191
16489
  * Time unit in for the value in `accessTokenValidity`, defaults to `hours`.
@@ -16439,11 +16737,21 @@ export declare namespace cognito {
16439
16737
  attributesRequireVerificationBeforeUpdates: pulumi.Input<pulumi.Input<string>[]>;
16440
16738
  }
16441
16739
  interface UserPoolUserPoolAddOns {
16740
+ /**
16741
+ * A block to specify the threat protection configuration options for additional authentication types in your user pool, including custom authentication. Detailed below.
16742
+ */
16743
+ advancedSecurityAdditionalFlows?: pulumi.Input<inputs.cognito.UserPoolUserPoolAddOnsAdvancedSecurityAdditionalFlows>;
16442
16744
  /**
16443
16745
  * Mode for advanced security, must be one of `OFF`, `AUDIT` or `ENFORCED`.
16444
16746
  */
16445
16747
  advancedSecurityMode: pulumi.Input<string>;
16446
16748
  }
16749
+ interface UserPoolUserPoolAddOnsAdvancedSecurityAdditionalFlows {
16750
+ /**
16751
+ * Mode of threat protection operation in custom authentication. Valid values are `AUDIT` or `ENFORCED`. The default value is `AUDIT`.
16752
+ */
16753
+ customAuthMode?: pulumi.Input<string>;
16754
+ }
16447
16755
  interface UserPoolUsernameConfiguration {
16448
16756
  /**
16449
16757
  * Whether username case sensitivity will be applied for all users in the user pool through Cognito APIs.
@@ -19125,6 +19433,94 @@ export declare namespace dataexchange {
19125
19433
  */
19126
19434
  dataSetId: pulumi.Input<string>;
19127
19435
  }
19436
+ interface RevisionAssetsAsset {
19437
+ /**
19438
+ * The ARN of the Data Exchange Revision Assets.
19439
+ */
19440
+ arn?: pulumi.Input<string>;
19441
+ /**
19442
+ * A block to create S3 data access from an S3 bucket. See Create S3 Data Access from S3 Bucket for more details.
19443
+ */
19444
+ createS3DataAccessFromS3Bucket?: pulumi.Input<inputs.dataexchange.RevisionAssetsAssetCreateS3DataAccessFromS3Bucket>;
19445
+ /**
19446
+ * The timestamp when the revision was created, in RFC3339 format.
19447
+ */
19448
+ createdAt?: pulumi.Input<string>;
19449
+ /**
19450
+ * The unique identifier for the revision.
19451
+ */
19452
+ id?: pulumi.Input<string>;
19453
+ /**
19454
+ * A block to import assets from S3. See Import Assets from S3 for more details.
19455
+ */
19456
+ importAssetsFromS3?: pulumi.Input<inputs.dataexchange.RevisionAssetsAssetImportAssetsFromS3>;
19457
+ /**
19458
+ * A block to import assets from a signed URL. See Import Assets from Signed URL for more details.
19459
+ */
19460
+ importAssetsFromSignedUrl?: pulumi.Input<inputs.dataexchange.RevisionAssetsAssetImportAssetsFromSignedUrl>;
19461
+ name?: pulumi.Input<string>;
19462
+ /**
19463
+ * The timestamp when the revision was last updated, in RFC3339 format.
19464
+ */
19465
+ updatedAt?: pulumi.Input<string>;
19466
+ }
19467
+ interface RevisionAssetsAssetCreateS3DataAccessFromS3Bucket {
19468
+ accessPointAlias?: pulumi.Input<string>;
19469
+ accessPointArn?: pulumi.Input<string>;
19470
+ /**
19471
+ * A block specifying the source bucket for the asset. This block supports the following:
19472
+ */
19473
+ assetSource?: pulumi.Input<inputs.dataexchange.RevisionAssetsAssetCreateS3DataAccessFromS3BucketAssetSource>;
19474
+ }
19475
+ interface RevisionAssetsAssetCreateS3DataAccessFromS3BucketAssetSource {
19476
+ /**
19477
+ * The name of the S3 bucket.
19478
+ */
19479
+ bucket: pulumi.Input<string>;
19480
+ /**
19481
+ * List of key prefixes in the S3 bucket.
19482
+ */
19483
+ keyPrefixes?: pulumi.Input<pulumi.Input<string>[]>;
19484
+ /**
19485
+ * List of object keys in the S3 bucket.
19486
+ */
19487
+ keys?: pulumi.Input<pulumi.Input<string>[]>;
19488
+ kmsKeysToGrants?: pulumi.Input<pulumi.Input<inputs.dataexchange.RevisionAssetsAssetCreateS3DataAccessFromS3BucketAssetSourceKmsKeysToGrant>[]>;
19489
+ }
19490
+ interface RevisionAssetsAssetCreateS3DataAccessFromS3BucketAssetSourceKmsKeysToGrant {
19491
+ /**
19492
+ * The ARN of the KMS key.
19493
+ */
19494
+ kmsKeyArn: pulumi.Input<string>;
19495
+ }
19496
+ interface RevisionAssetsAssetImportAssetsFromS3 {
19497
+ /**
19498
+ * A block specifying the source bucket and key for the asset. This block supports the following:
19499
+ */
19500
+ assetSource?: pulumi.Input<inputs.dataexchange.RevisionAssetsAssetImportAssetsFromS3AssetSource>;
19501
+ }
19502
+ interface RevisionAssetsAssetImportAssetsFromS3AssetSource {
19503
+ /**
19504
+ * The name of the S3 bucket.
19505
+ */
19506
+ bucket: pulumi.Input<string>;
19507
+ /**
19508
+ * The key of the object in the S3 bucket.
19509
+ */
19510
+ key: pulumi.Input<string>;
19511
+ }
19512
+ interface RevisionAssetsAssetImportAssetsFromSignedUrl {
19513
+ /**
19514
+ * The name of the file to import.
19515
+ */
19516
+ filename: pulumi.Input<string>;
19517
+ }
19518
+ interface RevisionAssetsTimeouts {
19519
+ /**
19520
+ * 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).
19521
+ */
19522
+ create?: pulumi.Input<string>;
19523
+ }
19128
19524
  }
19129
19525
  export declare namespace datapipeline {
19130
19526
  interface GetPipelineDefinitionParameterValue {
@@ -20556,6 +20952,14 @@ export declare namespace dms {
20556
20952
  }
20557
20953
  }
20558
20954
  export declare namespace docdb {
20955
+ interface ClusterMasterUserSecret {
20956
+ /**
20957
+ * The ARN for the KMS encryption key. When specifying `kmsKeyId`, `storageEncrypted` needs to be set to true.
20958
+ */
20959
+ kmsKeyId?: pulumi.Input<string>;
20960
+ secretArn?: pulumi.Input<string>;
20961
+ secretStatus?: pulumi.Input<string>;
20962
+ }
20559
20963
  interface ClusterParameterGroupParameter {
20560
20964
  /**
20561
20965
  * Valid values are `immediate` and `pending-reboot`. Defaults to `pending-reboot`.
@@ -20811,6 +21215,10 @@ export declare namespace dynamodb {
20811
21215
  * Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the `pointInTimeRecovery` block is not provided, this defaults to `false`.
20812
21216
  */
20813
21217
  enabled: pulumi.Input<boolean>;
21218
+ /**
21219
+ * Number of preceding days for which continuous backups are taken and maintained. Default is 35.
21220
+ */
21221
+ recoveryPeriodInDays?: pulumi.Input<number>;
20814
21222
  }
20815
21223
  interface TableReplica {
20816
21224
  /**
@@ -22584,18 +22992,6 @@ export declare namespace ec2 {
22584
22992
  * Name of the field to filter by, as defined by
22585
22993
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
22586
22994
  * For example, if matching against tag `Name`, use:
22587
- *
22588
- * ```typescript
22589
- * import * as pulumi from "@pulumi/pulumi";
22590
- * import * as aws from "@pulumi/aws";
22591
- *
22592
- * const selected = aws.ec2.getSubnets({
22593
- * filters: [{
22594
- * name: "tag:Name",
22595
- * values: [""],
22596
- * }],
22597
- * });
22598
- * ```
22599
22995
  */
22600
22996
  name: string;
22601
22997
  /**
@@ -22609,18 +23005,6 @@ export declare namespace ec2 {
22609
23005
  * Name of the field to filter by, as defined by
22610
23006
  * [the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html).
22611
23007
  * For example, if matching against tag `Name`, use:
22612
- *
22613
- * ```typescript
22614
- * import * as pulumi from "@pulumi/pulumi";
22615
- * import * as aws from "@pulumi/aws";
22616
- *
22617
- * const selected = aws.ec2.getSubnets({
22618
- * filters: [{
22619
- * name: "tag:Name",
22620
- * values: [""],
22621
- * }],
22622
- * });
22623
- * ```
22624
23008
  */
22625
23009
  name: pulumi.Input<string>;
22626
23010
  /**
@@ -22660,6 +23044,8 @@ export declare namespace ec2 {
22660
23044
  name: string;
22661
23045
  /**
22662
23046
  * Set of values for filtering.
23047
+ *
23048
+ * For more information about filtering, see the [EC2 API documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeDhcpOptions.html).
22663
23049
  */
22664
23050
  values: string[];
22665
23051
  }
@@ -22670,6 +23056,8 @@ export declare namespace ec2 {
22670
23056
  name: pulumi.Input<string>;
22671
23057
  /**
22672
23058
  * Set of values for filtering.
23059
+ *
23060
+ * For more information about filtering, see the [EC2 API documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeDhcpOptions.html).
22673
23061
  */
22674
23062
  values: pulumi.Input<pulumi.Input<string>[]>;
22675
23063
  }
@@ -22742,11 +23130,25 @@ export declare namespace ec2 {
22742
23130
  values: pulumi.Input<pulumi.Input<string>[]>;
22743
23131
  }
22744
23132
  interface GetVpcIamPoolCidrsFilter {
23133
+ /**
23134
+ * Name of the field to filter by, as defined by
23135
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
23136
+ */
22745
23137
  name: string;
23138
+ /**
23139
+ * Set of values that are accepted for the given field.
23140
+ */
22746
23141
  values: string[];
22747
23142
  }
22748
23143
  interface GetVpcIamPoolCidrsFilterArgs {
23144
+ /**
23145
+ * Name of the field to filter by, as defined by
23146
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
23147
+ */
22749
23148
  name: pulumi.Input<string>;
23149
+ /**
23150
+ * Set of values that are accepted for the given field.
23151
+ */
22750
23152
  values: pulumi.Input<pulumi.Input<string>[]>;
22751
23153
  }
22752
23154
  interface GetVpcIamPoolFilter {
@@ -22790,11 +23192,25 @@ export declare namespace ec2 {
22790
23192
  values: pulumi.Input<pulumi.Input<string>[]>;
22791
23193
  }
22792
23194
  interface GetVpcIpamPoolCidrsFilter {
23195
+ /**
23196
+ * Name of the field to filter by, as defined by
23197
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
23198
+ */
22793
23199
  name: string;
23200
+ /**
23201
+ * Set of values that are accepted for the given field.
23202
+ */
22794
23203
  values: string[];
22795
23204
  }
22796
23205
  interface GetVpcIpamPoolCidrsFilterArgs {
23206
+ /**
23207
+ * Name of the field to filter by, as defined by
23208
+ * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
23209
+ */
22797
23210
  name: pulumi.Input<string>;
23211
+ /**
23212
+ * Set of values that are accepted for the given field.
23213
+ */
22798
23214
  values: pulumi.Input<pulumi.Input<string>[]>;
22799
23215
  }
22800
23216
  interface GetVpcIpamPoolFilter {
@@ -25918,6 +26334,12 @@ export declare namespace ec2clientvpn {
25918
26334
  */
25919
26335
  enabled?: pulumi.Input<boolean>;
25920
26336
  }
26337
+ interface EndpointClientRouteEnforcementOptions {
26338
+ /**
26339
+ * Enable or disable Client Route Enforcement. The default is `false` (not enabled).
26340
+ */
26341
+ enforced?: pulumi.Input<boolean>;
26342
+ }
25921
26343
  interface EndpointConnectionLogOptions {
25922
26344
  /**
25923
26345
  * The name of the CloudWatch Logs log group.
@@ -33404,6 +33826,10 @@ export declare namespace imagebuilder {
33404
33826
  * Configuration block with S3 export settings. Detailed below.
33405
33827
  */
33406
33828
  s3ExportConfiguration?: pulumi.Input<inputs.imagebuilder.DistributionConfigurationDistributionS3ExportConfiguration>;
33829
+ /**
33830
+ * Configuration block with SSM parameter configuration to use as AMI id output. Detailed below.
33831
+ */
33832
+ ssmParameterConfigurations?: pulumi.Input<pulumi.Input<inputs.imagebuilder.DistributionConfigurationDistributionSsmParameterConfiguration>[]>;
33407
33833
  }
33408
33834
  interface DistributionConfigurationDistributionAmiDistributionConfiguration {
33409
33835
  /**
@@ -33549,6 +33975,20 @@ export declare namespace imagebuilder {
33549
33975
  */
33550
33976
  s3Prefix?: pulumi.Input<string>;
33551
33977
  }
33978
+ interface DistributionConfigurationDistributionSsmParameterConfiguration {
33979
+ /**
33980
+ * AWS account ID that will own the parameter in the given region. This account must be specified as a target account in the distribution settings.
33981
+ */
33982
+ amiAccountId?: pulumi.Input<string>;
33983
+ /**
33984
+ * Data type of the SSM parameter. Valid values are `text` and `aws:ec2:image`. AWS recommends using `aws:ec2:image`.
33985
+ */
33986
+ dataType?: pulumi.Input<string>;
33987
+ /**
33988
+ * Name of the SSM parameter that will store the AMI ID after distribution.
33989
+ */
33990
+ parameterName: pulumi.Input<string>;
33991
+ }
33552
33992
  interface GetComponentsFilter {
33553
33993
  /**
33554
33994
  * Name of the filter field. Valid values can be found in the [Image Builder ListComponents API Reference](https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListComponents.html).
@@ -34112,6 +34552,704 @@ export declare namespace inspector {
34112
34552
  }
34113
34553
  }
34114
34554
  export declare namespace inspector2 {
34555
+ interface FilterFilterCriteria {
34556
+ /**
34557
+ * (Optional) The AWS account ID in which the finding was generated. Documented below.
34558
+ */
34559
+ awsAccountIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaAwsAccountId>[]>;
34560
+ /**
34561
+ * (Optional) The ID of the component. Documented below.
34562
+ */
34563
+ codeVulnerabilityDetectorNames?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaCodeVulnerabilityDetectorName>[]>;
34564
+ /**
34565
+ * (Optional) The ID of the component. Documented below.
34566
+ */
34567
+ codeVulnerabilityDetectorTags?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaCodeVulnerabilityDetectorTag>[]>;
34568
+ /**
34569
+ * (Optional) The ID of the component. Documented below.
34570
+ */
34571
+ codeVulnerabilityFilePaths?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaCodeVulnerabilityFilePath>[]>;
34572
+ /**
34573
+ * (Optional) The ID of the component. Documented below.
34574
+ */
34575
+ componentIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaComponentId>[]>;
34576
+ /**
34577
+ * (Optional) The type of the component. Documented below.
34578
+ */
34579
+ componentTypes?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaComponentType>[]>;
34580
+ /**
34581
+ * (Optional) The ID of the Amazon Machine Image (AMI). Documented below.
34582
+ */
34583
+ ec2InstanceImageIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEc2InstanceImageId>[]>;
34584
+ /**
34585
+ * (Optional) The ID of the subnet. Documented below.
34586
+ */
34587
+ ec2InstanceSubnetIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEc2InstanceSubnetId>[]>;
34588
+ /**
34589
+ * (Optional) The ID of the VPC. Documented below.
34590
+ */
34591
+ ec2InstanceVpcIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEc2InstanceVpcId>[]>;
34592
+ /**
34593
+ * (Optional) The architecture of the ECR image. Documented below.
34594
+ */
34595
+ ecrImageArchitectures?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEcrImageArchitecture>[]>;
34596
+ /**
34597
+ * (Optional) The SHA256 hash of the ECR image. Documented below.
34598
+ */
34599
+ ecrImageHashes?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEcrImageHash>[]>;
34600
+ /**
34601
+ * (Optional) The date range when the image was pushed. Documented below.
34602
+ */
34603
+ ecrImagePushedAts?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEcrImagePushedAt>[]>;
34604
+ /**
34605
+ * (Optional) The registry of the ECR image. Documented below.
34606
+ */
34607
+ ecrImageRegistries?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEcrImageRegistry>[]>;
34608
+ /**
34609
+ * (Optional) The name of the ECR repository. Documented below.
34610
+ */
34611
+ ecrImageRepositoryNames?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEcrImageRepositoryName>[]>;
34612
+ /**
34613
+ * (Optional) The tags associated with the ECR image. Documented below.
34614
+ */
34615
+ ecrImageTags?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEcrImageTag>[]>;
34616
+ /**
34617
+ * (Optional) EPSS (Exploit Prediction Scoring System) Score of the finding. Documented below.
34618
+ */
34619
+ epssScores?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaEpssScore>[]>;
34620
+ /**
34621
+ * (Optional) Availability of exploits. Documented below.
34622
+ */
34623
+ exploitAvailables?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaExploitAvailable>[]>;
34624
+ /**
34625
+ * (Optional) The ARN of the finding. Documented below.
34626
+ */
34627
+ findingArns?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaFindingArn>[]>;
34628
+ /**
34629
+ * (Optional) The status of the finding. Documented below.
34630
+ */
34631
+ findingStatuses?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaFindingStatus>[]>;
34632
+ /**
34633
+ * (Optional) The type of the finding. Documented below.
34634
+ */
34635
+ findingTypes?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaFindingType>[]>;
34636
+ /**
34637
+ * (Optional) When the finding was first observed. Documented below.
34638
+ */
34639
+ firstObservedAts?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaFirstObservedAt>[]>;
34640
+ /**
34641
+ * (Optional) Availability of the fix. Documented below.
34642
+ */
34643
+ fixAvailables?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaFixAvailable>[]>;
34644
+ /**
34645
+ * (Optional) The Inspector score given to the finding. Documented below.
34646
+ */
34647
+ inspectorScores?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaInspectorScore>[]>;
34648
+ /**
34649
+ * (Optional) Lambda execution role ARN. Documented below.
34650
+ */
34651
+ lambdaFunctionExecutionRoleArns?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaLambdaFunctionExecutionRoleArn>[]>;
34652
+ /**
34653
+ * (Optional) Last modified timestamp of the lambda function. Documented below.
34654
+ */
34655
+ lambdaFunctionLastModifiedAts?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaLambdaFunctionLastModifiedAt>[]>;
34656
+ /**
34657
+ * (Optional) Lambda function layers. Documented below.
34658
+ */
34659
+ lambdaFunctionLayers?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaLambdaFunctionLayer>[]>;
34660
+ /**
34661
+ * (Optional) Lambda function name. Documented below.
34662
+ */
34663
+ lambdaFunctionNames?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaLambdaFunctionName>[]>;
34664
+ /**
34665
+ * (Optional) Lambda function runtime. Documented below.
34666
+ */
34667
+ lambdaFunctionRuntimes?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaLambdaFunctionRuntime>[]>;
34668
+ /**
34669
+ * (Optional) When the finding was last observed. Documented below.
34670
+ */
34671
+ lastObservedAts?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaLastObservedAt>[]>;
34672
+ /**
34673
+ * (Optional) The network protocol of the finding. Documented below.
34674
+ */
34675
+ networkProtocols?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaNetworkProtocol>[]>;
34676
+ /**
34677
+ * (Optional) The port range of the finding. Documented below.
34678
+ */
34679
+ portRanges?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaPortRange>[]>;
34680
+ /**
34681
+ * (Optional) Related vulnerabilities. Documented below.
34682
+ */
34683
+ relatedVulnerabilities?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaRelatedVulnerability>[]>;
34684
+ /**
34685
+ * (Optional) The ID of the resource. Documented below.
34686
+ */
34687
+ resourceIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaResourceId>[]>;
34688
+ /**
34689
+ * (Optional) The tags of the resource. Documented below.
34690
+ */
34691
+ resourceTags?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaResourceTag>[]>;
34692
+ /**
34693
+ * (Optional) The type of the resource. Documented below.
34694
+ */
34695
+ resourceTypes?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaResourceType>[]>;
34696
+ /**
34697
+ * (Optional) The severity of the finding. Documented below.
34698
+ */
34699
+ severities?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaSeverity>[]>;
34700
+ /**
34701
+ * (Optional) The title of the finding. Documented below.
34702
+ */
34703
+ titles?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaTitle>[]>;
34704
+ /**
34705
+ * (Optional) When the finding was last updated. Documented below.
34706
+ */
34707
+ updatedAts?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaUpdatedAt>[]>;
34708
+ /**
34709
+ * (Optional) The severity as reported by the vendor. Documented below.
34710
+ */
34711
+ vendorSeverities?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaVendorSeverity>[]>;
34712
+ /**
34713
+ * (Optional) The ID of the vulnerability. Documented below.
34714
+ */
34715
+ vulnerabilityIds?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerabilityId>[]>;
34716
+ /**
34717
+ * (Optional) The source of the vulnerability. Documented below.
34718
+ */
34719
+ vulnerabilitySources?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerabilitySource>[]>;
34720
+ /**
34721
+ * (Optional) Details about vulnerable packages. Documented below.
34722
+ */
34723
+ vulnerablePackages?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackage>[]>;
34724
+ }
34725
+ interface FilterFilterCriteriaAwsAccountId {
34726
+ /**
34727
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34728
+ */
34729
+ comparison: pulumi.Input<string>;
34730
+ /**
34731
+ * (Required) The value to filter on.
34732
+ */
34733
+ value: pulumi.Input<string>;
34734
+ }
34735
+ interface FilterFilterCriteriaCodeVulnerabilityDetectorName {
34736
+ /**
34737
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34738
+ */
34739
+ comparison: pulumi.Input<string>;
34740
+ /**
34741
+ * (Required) The value to filter on.
34742
+ */
34743
+ value: pulumi.Input<string>;
34744
+ }
34745
+ interface FilterFilterCriteriaCodeVulnerabilityDetectorTag {
34746
+ /**
34747
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34748
+ */
34749
+ comparison: pulumi.Input<string>;
34750
+ /**
34751
+ * (Required) The value to filter on.
34752
+ */
34753
+ value: pulumi.Input<string>;
34754
+ }
34755
+ interface FilterFilterCriteriaCodeVulnerabilityFilePath {
34756
+ /**
34757
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34758
+ */
34759
+ comparison: pulumi.Input<string>;
34760
+ /**
34761
+ * (Required) The value to filter on.
34762
+ */
34763
+ value: pulumi.Input<string>;
34764
+ }
34765
+ interface FilterFilterCriteriaComponentId {
34766
+ /**
34767
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34768
+ */
34769
+ comparison: pulumi.Input<string>;
34770
+ /**
34771
+ * (Required) The value to filter on.
34772
+ */
34773
+ value: pulumi.Input<string>;
34774
+ }
34775
+ interface FilterFilterCriteriaComponentType {
34776
+ /**
34777
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34778
+ */
34779
+ comparison: pulumi.Input<string>;
34780
+ /**
34781
+ * (Required) The value to filter on.
34782
+ */
34783
+ value: pulumi.Input<string>;
34784
+ }
34785
+ interface FilterFilterCriteriaEc2InstanceImageId {
34786
+ /**
34787
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34788
+ */
34789
+ comparison: pulumi.Input<string>;
34790
+ /**
34791
+ * (Required) The value to filter on.
34792
+ */
34793
+ value: pulumi.Input<string>;
34794
+ }
34795
+ interface FilterFilterCriteriaEc2InstanceSubnetId {
34796
+ /**
34797
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34798
+ */
34799
+ comparison: pulumi.Input<string>;
34800
+ /**
34801
+ * (Required) The value to filter on.
34802
+ */
34803
+ value: pulumi.Input<string>;
34804
+ }
34805
+ interface FilterFilterCriteriaEc2InstanceVpcId {
34806
+ /**
34807
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34808
+ */
34809
+ comparison: pulumi.Input<string>;
34810
+ /**
34811
+ * (Required) The value to filter on.
34812
+ */
34813
+ value: pulumi.Input<string>;
34814
+ }
34815
+ interface FilterFilterCriteriaEcrImageArchitecture {
34816
+ /**
34817
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34818
+ */
34819
+ comparison: pulumi.Input<string>;
34820
+ /**
34821
+ * (Required) The value to filter on.
34822
+ */
34823
+ value: pulumi.Input<string>;
34824
+ }
34825
+ interface FilterFilterCriteriaEcrImageHash {
34826
+ /**
34827
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34828
+ */
34829
+ comparison: pulumi.Input<string>;
34830
+ /**
34831
+ * (Required) The value to filter on.
34832
+ */
34833
+ value: pulumi.Input<string>;
34834
+ }
34835
+ interface FilterFilterCriteriaEcrImagePushedAt {
34836
+ /**
34837
+ * (Required) The end of the port range, inclusive.
34838
+ */
34839
+ endInclusive?: pulumi.Input<string>;
34840
+ /**
34841
+ * (Optional) Start of the date range in RFC 3339 format, inclusive. Set the timezone to UTC.
34842
+ */
34843
+ startInclusive?: pulumi.Input<string>;
34844
+ }
34845
+ interface FilterFilterCriteriaEcrImageRegistry {
34846
+ /**
34847
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34848
+ */
34849
+ comparison: pulumi.Input<string>;
34850
+ /**
34851
+ * (Required) The value to filter on.
34852
+ */
34853
+ value: pulumi.Input<string>;
34854
+ }
34855
+ interface FilterFilterCriteriaEcrImageRepositoryName {
34856
+ /**
34857
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34858
+ */
34859
+ comparison: pulumi.Input<string>;
34860
+ /**
34861
+ * (Required) The value to filter on.
34862
+ */
34863
+ value: pulumi.Input<string>;
34864
+ }
34865
+ interface FilterFilterCriteriaEcrImageTag {
34866
+ /**
34867
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34868
+ */
34869
+ comparison: pulumi.Input<string>;
34870
+ /**
34871
+ * (Required) The value to filter on.
34872
+ */
34873
+ value: pulumi.Input<string>;
34874
+ }
34875
+ interface FilterFilterCriteriaEpssScore {
34876
+ /**
34877
+ * (Optional) Lower bound of the range, inclusive.
34878
+ */
34879
+ lowerInclusive: pulumi.Input<number>;
34880
+ /**
34881
+ * (Optional) Upper bound of the range, inclusive.
34882
+ */
34883
+ upperInclusive: pulumi.Input<number>;
34884
+ }
34885
+ interface FilterFilterCriteriaExploitAvailable {
34886
+ /**
34887
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34888
+ */
34889
+ comparison: pulumi.Input<string>;
34890
+ /**
34891
+ * (Required) The value to filter on.
34892
+ */
34893
+ value: pulumi.Input<string>;
34894
+ }
34895
+ interface FilterFilterCriteriaFindingArn {
34896
+ /**
34897
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34898
+ */
34899
+ comparison: pulumi.Input<string>;
34900
+ /**
34901
+ * (Required) The value to filter on.
34902
+ */
34903
+ value: pulumi.Input<string>;
34904
+ }
34905
+ interface FilterFilterCriteriaFindingStatus {
34906
+ /**
34907
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34908
+ */
34909
+ comparison: pulumi.Input<string>;
34910
+ /**
34911
+ * (Required) The value to filter on.
34912
+ */
34913
+ value: pulumi.Input<string>;
34914
+ }
34915
+ interface FilterFilterCriteriaFindingType {
34916
+ /**
34917
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34918
+ */
34919
+ comparison: pulumi.Input<string>;
34920
+ /**
34921
+ * (Required) The value to filter on.
34922
+ */
34923
+ value: pulumi.Input<string>;
34924
+ }
34925
+ interface FilterFilterCriteriaFirstObservedAt {
34926
+ /**
34927
+ * (Required) The end of the port range, inclusive.
34928
+ */
34929
+ endInclusive?: pulumi.Input<string>;
34930
+ /**
34931
+ * (Optional) Start of the date range in RFC 3339 format, inclusive. Set the timezone to UTC.
34932
+ */
34933
+ startInclusive?: pulumi.Input<string>;
34934
+ }
34935
+ interface FilterFilterCriteriaFixAvailable {
34936
+ /**
34937
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34938
+ */
34939
+ comparison: pulumi.Input<string>;
34940
+ /**
34941
+ * (Required) The value to filter on.
34942
+ */
34943
+ value: pulumi.Input<string>;
34944
+ }
34945
+ interface FilterFilterCriteriaInspectorScore {
34946
+ /**
34947
+ * (Optional) Lower bound of the range, inclusive.
34948
+ */
34949
+ lowerInclusive: pulumi.Input<number>;
34950
+ /**
34951
+ * (Optional) Upper bound of the range, inclusive.
34952
+ */
34953
+ upperInclusive: pulumi.Input<number>;
34954
+ }
34955
+ interface FilterFilterCriteriaLambdaFunctionExecutionRoleArn {
34956
+ /**
34957
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34958
+ */
34959
+ comparison: pulumi.Input<string>;
34960
+ /**
34961
+ * (Required) The value to filter on.
34962
+ */
34963
+ value: pulumi.Input<string>;
34964
+ }
34965
+ interface FilterFilterCriteriaLambdaFunctionLastModifiedAt {
34966
+ /**
34967
+ * (Required) The end of the port range, inclusive.
34968
+ */
34969
+ endInclusive?: pulumi.Input<string>;
34970
+ /**
34971
+ * (Optional) Start of the date range in RFC 3339 format, inclusive. Set the timezone to UTC.
34972
+ */
34973
+ startInclusive?: pulumi.Input<string>;
34974
+ }
34975
+ interface FilterFilterCriteriaLambdaFunctionLayer {
34976
+ /**
34977
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34978
+ */
34979
+ comparison: pulumi.Input<string>;
34980
+ /**
34981
+ * (Required) The value to filter on.
34982
+ */
34983
+ value: pulumi.Input<string>;
34984
+ }
34985
+ interface FilterFilterCriteriaLambdaFunctionName {
34986
+ /**
34987
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34988
+ */
34989
+ comparison: pulumi.Input<string>;
34990
+ /**
34991
+ * (Required) The value to filter on.
34992
+ */
34993
+ value: pulumi.Input<string>;
34994
+ }
34995
+ interface FilterFilterCriteriaLambdaFunctionRuntime {
34996
+ /**
34997
+ * (Required) The comparison operator. Valid values: `EQUALS`.
34998
+ */
34999
+ comparison: pulumi.Input<string>;
35000
+ /**
35001
+ * (Required) The value to filter on.
35002
+ */
35003
+ value: pulumi.Input<string>;
35004
+ }
35005
+ interface FilterFilterCriteriaLastObservedAt {
35006
+ /**
35007
+ * (Required) The end of the port range, inclusive.
35008
+ */
35009
+ endInclusive?: pulumi.Input<string>;
35010
+ /**
35011
+ * (Optional) Start of the date range in RFC 3339 format, inclusive. Set the timezone to UTC.
35012
+ */
35013
+ startInclusive?: pulumi.Input<string>;
35014
+ }
35015
+ interface FilterFilterCriteriaNetworkProtocol {
35016
+ /**
35017
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35018
+ */
35019
+ comparison: pulumi.Input<string>;
35020
+ /**
35021
+ * (Required) The value to filter on.
35022
+ */
35023
+ value: pulumi.Input<string>;
35024
+ }
35025
+ interface FilterFilterCriteriaPortRange {
35026
+ /**
35027
+ * (Required) The beginning of the port range, inclusive.
35028
+ */
35029
+ beginInclusive: pulumi.Input<number>;
35030
+ /**
35031
+ * (Required) The end of the port range, inclusive.
35032
+ */
35033
+ endInclusive: pulumi.Input<number>;
35034
+ }
35035
+ interface FilterFilterCriteriaRelatedVulnerability {
35036
+ /**
35037
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35038
+ */
35039
+ comparison: pulumi.Input<string>;
35040
+ /**
35041
+ * (Required) The value to filter on.
35042
+ */
35043
+ value: pulumi.Input<string>;
35044
+ }
35045
+ interface FilterFilterCriteriaResourceId {
35046
+ /**
35047
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35048
+ */
35049
+ comparison: pulumi.Input<string>;
35050
+ /**
35051
+ * (Required) The value to filter on.
35052
+ */
35053
+ value: pulumi.Input<string>;
35054
+ }
35055
+ interface FilterFilterCriteriaResourceTag {
35056
+ /**
35057
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35058
+ */
35059
+ comparison: pulumi.Input<string>;
35060
+ /**
35061
+ * (Required) The key to filter on.
35062
+ */
35063
+ key: pulumi.Input<string>;
35064
+ /**
35065
+ * (Required) The value to filter on.
35066
+ */
35067
+ value: pulumi.Input<string>;
35068
+ }
35069
+ interface FilterFilterCriteriaResourceType {
35070
+ /**
35071
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35072
+ */
35073
+ comparison: pulumi.Input<string>;
35074
+ /**
35075
+ * (Required) The value to filter on.
35076
+ */
35077
+ value: pulumi.Input<string>;
35078
+ }
35079
+ interface FilterFilterCriteriaSeverity {
35080
+ /**
35081
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35082
+ */
35083
+ comparison: pulumi.Input<string>;
35084
+ /**
35085
+ * (Required) The value to filter on.
35086
+ */
35087
+ value: pulumi.Input<string>;
35088
+ }
35089
+ interface FilterFilterCriteriaTitle {
35090
+ /**
35091
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35092
+ */
35093
+ comparison: pulumi.Input<string>;
35094
+ /**
35095
+ * (Required) The value to filter on.
35096
+ */
35097
+ value: pulumi.Input<string>;
35098
+ }
35099
+ interface FilterFilterCriteriaUpdatedAt {
35100
+ /**
35101
+ * (Required) The end of the port range, inclusive.
35102
+ */
35103
+ endInclusive?: pulumi.Input<string>;
35104
+ /**
35105
+ * (Optional) Start of the date range in RFC 3339 format, inclusive. Set the timezone to UTC.
35106
+ */
35107
+ startInclusive?: pulumi.Input<string>;
35108
+ }
35109
+ interface FilterFilterCriteriaVendorSeverity {
35110
+ /**
35111
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35112
+ */
35113
+ comparison: pulumi.Input<string>;
35114
+ /**
35115
+ * (Required) The value to filter on.
35116
+ */
35117
+ value: pulumi.Input<string>;
35118
+ }
35119
+ interface FilterFilterCriteriaVulnerabilityId {
35120
+ /**
35121
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35122
+ */
35123
+ comparison: pulumi.Input<string>;
35124
+ /**
35125
+ * (Required) The value to filter on.
35126
+ */
35127
+ value: pulumi.Input<string>;
35128
+ }
35129
+ interface FilterFilterCriteriaVulnerabilitySource {
35130
+ /**
35131
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35132
+ */
35133
+ comparison: pulumi.Input<string>;
35134
+ /**
35135
+ * (Required) The value to filter on.
35136
+ */
35137
+ value: pulumi.Input<string>;
35138
+ }
35139
+ interface FilterFilterCriteriaVulnerablePackage {
35140
+ /**
35141
+ * (Optional) The architecture of the package. Documented below.
35142
+ */
35143
+ architecture?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageArchitecture>;
35144
+ /**
35145
+ * (Optional) The epoch of the package. Documented below.
35146
+ */
35147
+ epoches?: pulumi.Input<pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageEpoch>[]>;
35148
+ /**
35149
+ * (Optional) The name of the package. Documented below.
35150
+ */
35151
+ filePath?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageFilePath>;
35152
+ /**
35153
+ * Name of the filter.
35154
+ */
35155
+ name?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageName>;
35156
+ /**
35157
+ * (Optional) The release of the package. Documented below.
35158
+ */
35159
+ release?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageRelease>;
35160
+ /**
35161
+ * (Optional) The ARN of the package's source lambda layer. Documented below.
35162
+ */
35163
+ sourceLambdaLayerArn?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageSourceLambdaLayerArn>;
35164
+ /**
35165
+ * (Optional) The source layer hash of the package. Documented below.
35166
+ */
35167
+ sourceLayerHash?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageSourceLayerHash>;
35168
+ /**
35169
+ * (Optional) The version of the package. Documented below.
35170
+ */
35171
+ version?: pulumi.Input<inputs.inspector2.FilterFilterCriteriaVulnerablePackageVersion>;
35172
+ }
35173
+ interface FilterFilterCriteriaVulnerablePackageArchitecture {
35174
+ /**
35175
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35176
+ */
35177
+ comparison: pulumi.Input<string>;
35178
+ /**
35179
+ * (Required) The value to filter on.
35180
+ */
35181
+ value: pulumi.Input<string>;
35182
+ }
35183
+ interface FilterFilterCriteriaVulnerablePackageEpoch {
35184
+ /**
35185
+ * (Optional) Lower bound of the range, inclusive.
35186
+ */
35187
+ lowerInclusive: pulumi.Input<number>;
35188
+ /**
35189
+ * (Optional) Upper bound of the range, inclusive.
35190
+ */
35191
+ upperInclusive: pulumi.Input<number>;
35192
+ }
35193
+ interface FilterFilterCriteriaVulnerablePackageFilePath {
35194
+ /**
35195
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35196
+ */
35197
+ comparison: pulumi.Input<string>;
35198
+ /**
35199
+ * (Required) The value to filter on.
35200
+ */
35201
+ value: pulumi.Input<string>;
35202
+ }
35203
+ interface FilterFilterCriteriaVulnerablePackageName {
35204
+ /**
35205
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35206
+ */
35207
+ comparison: pulumi.Input<string>;
35208
+ /**
35209
+ * (Required) The value to filter on.
35210
+ */
35211
+ value: pulumi.Input<string>;
35212
+ }
35213
+ interface FilterFilterCriteriaVulnerablePackageRelease {
35214
+ /**
35215
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35216
+ */
35217
+ comparison: pulumi.Input<string>;
35218
+ /**
35219
+ * (Required) The value to filter on.
35220
+ */
35221
+ value: pulumi.Input<string>;
35222
+ }
35223
+ interface FilterFilterCriteriaVulnerablePackageSourceLambdaLayerArn {
35224
+ /**
35225
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35226
+ */
35227
+ comparison: pulumi.Input<string>;
35228
+ /**
35229
+ * (Required) The value to filter on.
35230
+ */
35231
+ value: pulumi.Input<string>;
35232
+ }
35233
+ interface FilterFilterCriteriaVulnerablePackageSourceLayerHash {
35234
+ /**
35235
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35236
+ */
35237
+ comparison: pulumi.Input<string>;
35238
+ /**
35239
+ * (Required) The value to filter on.
35240
+ */
35241
+ value: pulumi.Input<string>;
35242
+ }
35243
+ interface FilterFilterCriteriaVulnerablePackageVersion {
35244
+ /**
35245
+ * (Required) The comparison operator. Valid values: `EQUALS`.
35246
+ */
35247
+ comparison: pulumi.Input<string>;
35248
+ /**
35249
+ * (Required) The value to filter on.
35250
+ */
35251
+ value: pulumi.Input<string>;
35252
+ }
34115
35253
  interface OrganizationConfigurationAutoEnable {
34116
35254
  /**
34117
35255
  * Whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
@@ -64710,11 +65848,11 @@ export declare namespace route53recoveryreadiness {
64710
65848
  export declare namespace rum {
64711
65849
  interface AppMonitorAppMonitorConfiguration {
64712
65850
  /**
64713
- * If you set this to `true`, RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.
65851
+ * If you set this to `true`, RUM web client sets two cookies, a session cookie and a user cookie. The cookies allow the RUM web client to collect data relating to the number of users an application has and the behavior of the application across a sequence of events. Cookies are stored in the top-level domain of the current page.
64714
65852
  */
64715
65853
  allowCookies?: pulumi.Input<boolean>;
64716
65854
  /**
64717
- * If you set this to `true`, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests.
65855
+ * If you set this to `true`, RUM enables X-Ray tracing for the user sessions that RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also records an X-Ray segment for allowed HTTP requests.
64718
65856
  */
64719
65857
  enableXray?: pulumi.Input<boolean>;
64720
65858
  /**
@@ -66759,6 +67897,16 @@ export declare namespace s3outposts {
66759
67897
  }
66760
67898
  }
66761
67899
  export declare namespace s3tables {
67900
+ interface TableBucketEncryptionConfiguration {
67901
+ /**
67902
+ * The ARN of a KMS Key to be used with `aws:kms` `sseAlgorithm`
67903
+ */
67904
+ kmsKeyArn: pulumi.Input<string>;
67905
+ /**
67906
+ * One of `aws:kms` or `AES256`
67907
+ */
67908
+ sseAlgorithm: pulumi.Input<string>;
67909
+ }
66762
67910
  interface TableBucketMaintenanceConfiguration {
66763
67911
  /**
66764
67912
  * A single Iceberg unreferenced file removal settings object.
@@ -66790,6 +67938,16 @@ export declare namespace s3tables {
66790
67938
  */
66791
67939
  unreferencedDays: pulumi.Input<number>;
66792
67940
  }
67941
+ interface TableEncryptionConfiguration {
67942
+ /**
67943
+ * The ARN of a KMS Key to be used with `aws:kms` `sseAlgorithm`
67944
+ */
67945
+ kmsKeyArn: pulumi.Input<string>;
67946
+ /**
67947
+ * One of `aws:kms` or `AES256`
67948
+ */
67949
+ sseAlgorithm: pulumi.Input<string>;
67950
+ }
66793
67951
  interface TableMaintenanceConfiguration {
66794
67952
  /**
66795
67953
  * A single Iceberg compaction settings object.
@@ -75654,6 +76812,7 @@ export declare namespace vpc {
75654
76812
  name: string;
75655
76813
  /**
75656
76814
  * Set of values that are accepted for the given field.
76815
+ *
75657
76816
  * Security group rule IDs will be selected if any one of the given values match.
75658
76817
  */
75659
76818
  values: string[];
@@ -75666,6 +76825,7 @@ export declare namespace vpc {
75666
76825
  name: pulumi.Input<string>;
75667
76826
  /**
75668
76827
  * Set of values that are accepted for the given field.
76828
+ *
75669
76829
  * Security group rule IDs will be selected if any one of the given values match.
75670
76830
  */
75671
76831
  values: pulumi.Input<pulumi.Input<string>[]>;
@@ -76924,6 +78084,10 @@ export declare namespace wafv2 {
76924
78084
  * Inspect a single query argument. See Single Query Argument below for details.
76925
78085
  */
76926
78086
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument>;
78087
+ /**
78088
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
78089
+ */
78090
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementByteMatchStatementFieldToMatchUriFragment>;
76927
78091
  /**
76928
78092
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
76929
78093
  */
@@ -77049,6 +78213,12 @@ export declare namespace wafv2 {
77049
78213
  */
77050
78214
  name: pulumi.Input<string>;
77051
78215
  }
78216
+ interface RuleGroupRuleStatementByteMatchStatementFieldToMatchUriFragment {
78217
+ /**
78218
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
78219
+ */
78220
+ fallbackBehavior?: pulumi.Input<string>;
78221
+ }
77052
78222
  interface RuleGroupRuleStatementByteMatchStatementFieldToMatchUriPath {
77053
78223
  }
77054
78224
  interface RuleGroupRuleStatementByteMatchStatementTextTransformation {
@@ -77452,6 +78622,10 @@ export declare namespace wafv2 {
77452
78622
  * Inspect a single query argument. See Single Query Argument below for details.
77453
78623
  */
77454
78624
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument>;
78625
+ /**
78626
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
78627
+ */
78628
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriFragment>;
77455
78629
  /**
77456
78630
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
77457
78631
  */
@@ -77577,6 +78751,12 @@ export declare namespace wafv2 {
77577
78751
  */
77578
78752
  name: pulumi.Input<string>;
77579
78753
  }
78754
+ interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriFragment {
78755
+ /**
78756
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
78757
+ */
78758
+ fallbackBehavior?: pulumi.Input<string>;
78759
+ }
77580
78760
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath {
77581
78761
  }
77582
78762
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation {
@@ -77720,6 +78900,10 @@ export declare namespace wafv2 {
77720
78900
  * Inspect a single query argument. See Single Query Argument below for details.
77721
78901
  */
77722
78902
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument>;
78903
+ /**
78904
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
78905
+ */
78906
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriFragment>;
77723
78907
  /**
77724
78908
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
77725
78909
  */
@@ -77845,6 +79029,12 @@ export declare namespace wafv2 {
77845
79029
  */
77846
79030
  name: pulumi.Input<string>;
77847
79031
  }
79032
+ interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriFragment {
79033
+ /**
79034
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
79035
+ */
79036
+ fallbackBehavior?: pulumi.Input<string>;
79037
+ }
77848
79038
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath {
77849
79039
  }
77850
79040
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation {
@@ -77922,6 +79112,10 @@ export declare namespace wafv2 {
77922
79112
  * Inspect a single query argument. See Single Query Argument below for details.
77923
79113
  */
77924
79114
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument>;
79115
+ /**
79116
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
79117
+ */
79118
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment>;
77925
79119
  /**
77926
79120
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
77927
79121
  */
@@ -78047,6 +79241,12 @@ export declare namespace wafv2 {
78047
79241
  */
78048
79242
  name: pulumi.Input<string>;
78049
79243
  }
79244
+ interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment {
79245
+ /**
79246
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
79247
+ */
79248
+ fallbackBehavior?: pulumi.Input<string>;
79249
+ }
78050
79250
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {
78051
79251
  }
78052
79252
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation {
@@ -78128,6 +79328,10 @@ export declare namespace wafv2 {
78128
79328
  * Inspect a single query argument. See Single Query Argument below for details.
78129
79329
  */
78130
79330
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument>;
79331
+ /**
79332
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
79333
+ */
79334
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriFragment>;
78131
79335
  /**
78132
79336
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
78133
79337
  */
@@ -78253,6 +79457,12 @@ export declare namespace wafv2 {
78253
79457
  */
78254
79458
  name: pulumi.Input<string>;
78255
79459
  }
79460
+ interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriFragment {
79461
+ /**
79462
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
79463
+ */
79464
+ fallbackBehavior?: pulumi.Input<string>;
79465
+ }
78256
79466
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath {
78257
79467
  }
78258
79468
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation {
@@ -78330,6 +79540,10 @@ export declare namespace wafv2 {
78330
79540
  * Inspect a single query argument. See Single Query Argument below for details.
78331
79541
  */
78332
79542
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument>;
79543
+ /**
79544
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
79545
+ */
79546
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriFragment>;
78333
79547
  /**
78334
79548
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
78335
79549
  */
@@ -78455,6 +79669,12 @@ export declare namespace wafv2 {
78455
79669
  */
78456
79670
  name: pulumi.Input<string>;
78457
79671
  }
79672
+ interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriFragment {
79673
+ /**
79674
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
79675
+ */
79676
+ fallbackBehavior?: pulumi.Input<string>;
79677
+ }
78458
79678
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath {
78459
79679
  }
78460
79680
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation {
@@ -78528,6 +79748,10 @@ export declare namespace wafv2 {
78528
79748
  * Inspect a single query argument. See Single Query Argument below for details.
78529
79749
  */
78530
79750
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument>;
79751
+ /**
79752
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
79753
+ */
79754
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriFragment>;
78531
79755
  /**
78532
79756
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
78533
79757
  */
@@ -78653,6 +79877,12 @@ export declare namespace wafv2 {
78653
79877
  */
78654
79878
  name: pulumi.Input<string>;
78655
79879
  }
79880
+ interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriFragment {
79881
+ /**
79882
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
79883
+ */
79884
+ fallbackBehavior?: pulumi.Input<string>;
79885
+ }
78656
79886
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath {
78657
79887
  }
78658
79888
  interface RuleGroupRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation {
@@ -78730,6 +79960,10 @@ export declare namespace wafv2 {
78730
79960
  * Inspect a single query argument. See Single Query Argument below for details.
78731
79961
  */
78732
79962
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument>;
79963
+ /**
79964
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
79965
+ */
79966
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriFragment>;
78733
79967
  /**
78734
79968
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
78735
79969
  */
@@ -78855,6 +80089,12 @@ export declare namespace wafv2 {
78855
80089
  */
78856
80090
  name: pulumi.Input<string>;
78857
80091
  }
80092
+ interface RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriFragment {
80093
+ /**
80094
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
80095
+ */
80096
+ fallbackBehavior?: pulumi.Input<string>;
80097
+ }
78858
80098
  interface RuleGroupRuleStatementRegexMatchStatementFieldToMatchUriPath {
78859
80099
  }
78860
80100
  interface RuleGroupRuleStatementRegexMatchStatementTextTransformation {
@@ -78932,6 +80172,10 @@ export declare namespace wafv2 {
78932
80172
  * Inspect a single query argument. See Single Query Argument below for details.
78933
80173
  */
78934
80174
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument>;
80175
+ /**
80176
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
80177
+ */
80178
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment>;
78935
80179
  /**
78936
80180
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
78937
80181
  */
@@ -79057,6 +80301,12 @@ export declare namespace wafv2 {
79057
80301
  */
79058
80302
  name: pulumi.Input<string>;
79059
80303
  }
80304
+ interface RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment {
80305
+ /**
80306
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
80307
+ */
80308
+ fallbackBehavior?: pulumi.Input<string>;
80309
+ }
79060
80310
  interface RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {
79061
80311
  }
79062
80312
  interface RuleGroupRuleStatementRegexPatternSetReferenceStatementTextTransformation {
@@ -79138,6 +80388,10 @@ export declare namespace wafv2 {
79138
80388
  * Inspect a single query argument. See Single Query Argument below for details.
79139
80389
  */
79140
80390
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument>;
80391
+ /**
80392
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
80393
+ */
80394
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriFragment>;
79141
80395
  /**
79142
80396
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
79143
80397
  */
@@ -79263,6 +80517,12 @@ export declare namespace wafv2 {
79263
80517
  */
79264
80518
  name: pulumi.Input<string>;
79265
80519
  }
80520
+ interface RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriFragment {
80521
+ /**
80522
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
80523
+ */
80524
+ fallbackBehavior?: pulumi.Input<string>;
80525
+ }
79266
80526
  interface RuleGroupRuleStatementSizeConstraintStatementFieldToMatchUriPath {
79267
80527
  }
79268
80528
  interface RuleGroupRuleStatementSizeConstraintStatementTextTransformation {
@@ -79340,6 +80600,10 @@ export declare namespace wafv2 {
79340
80600
  * Inspect a single query argument. See Single Query Argument below for details.
79341
80601
  */
79342
80602
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument>;
80603
+ /**
80604
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
80605
+ */
80606
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriFragment>;
79343
80607
  /**
79344
80608
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
79345
80609
  */
@@ -79465,6 +80729,12 @@ export declare namespace wafv2 {
79465
80729
  */
79466
80730
  name: pulumi.Input<string>;
79467
80731
  }
80732
+ interface RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriFragment {
80733
+ /**
80734
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
80735
+ */
80736
+ fallbackBehavior?: pulumi.Input<string>;
80737
+ }
79468
80738
  interface RuleGroupRuleStatementSqliMatchStatementFieldToMatchUriPath {
79469
80739
  }
79470
80740
  interface RuleGroupRuleStatementSqliMatchStatementTextTransformation {
@@ -79538,6 +80808,10 @@ export declare namespace wafv2 {
79538
80808
  * Inspect a single query argument. See Single Query Argument below for details.
79539
80809
  */
79540
80810
  singleQueryArgument?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument>;
80811
+ /**
80812
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See URI Fragment below for details.
80813
+ */
80814
+ uriFragment?: pulumi.Input<inputs.wafv2.RuleGroupRuleStatementXssMatchStatementFieldToMatchUriFragment>;
79541
80815
  /**
79542
80816
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
79543
80817
  */
@@ -79663,6 +80937,12 @@ export declare namespace wafv2 {
79663
80937
  */
79664
80938
  name: pulumi.Input<string>;
79665
80939
  }
80940
+ interface RuleGroupRuleStatementXssMatchStatementFieldToMatchUriFragment {
80941
+ /**
80942
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
80943
+ */
80944
+ fallbackBehavior?: pulumi.Input<string>;
80945
+ }
79666
80946
  interface RuleGroupRuleStatementXssMatchStatementFieldToMatchUriPath {
79667
80947
  }
79668
80948
  interface RuleGroupRuleStatementXssMatchStatementTextTransformation {
@@ -79799,6 +81079,40 @@ export declare namespace wafv2 {
79799
81079
  */
79800
81080
  key: pulumi.Input<string>;
79801
81081
  }
81082
+ interface WebAclDataProtectionConfig {
81083
+ /**
81084
+ * A block for data protection configurations for specific web request field types. See `dataProtection` block for details.
81085
+ */
81086
+ dataProtections?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclDataProtectionConfigDataProtection>[]>;
81087
+ }
81088
+ interface WebAclDataProtectionConfigDataProtection {
81089
+ /**
81090
+ * Specifies how to protect the field. Valid values are `SUBSTITUTION` or `HASH`.
81091
+ */
81092
+ action: pulumi.Input<string>;
81093
+ /**
81094
+ * Boolean to specify whether to also exclude any rate-based rule details from the data protection you have enabled for a given field.
81095
+ */
81096
+ excludeRateBasedDetails?: pulumi.Input<boolean>;
81097
+ /**
81098
+ * Boolean to specify whether to also exclude any rule match details from the data protection you have enabled for a given field. AWS WAF logs these details for non-terminating matching rules and for the terminating matching rule.
81099
+ */
81100
+ excludeRuleMatchDetails?: pulumi.Input<boolean>;
81101
+ /**
81102
+ * Specifies the field type and optional keys to apply the protection behavior to. See `field` block below for details.
81103
+ */
81104
+ field: pulumi.Input<inputs.wafv2.WebAclDataProtectionConfigDataProtectionField>;
81105
+ }
81106
+ interface WebAclDataProtectionConfigDataProtectionField {
81107
+ /**
81108
+ * Array of strings to specify the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.
81109
+ */
81110
+ fieldKeys?: pulumi.Input<pulumi.Input<string>[]>;
81111
+ /**
81112
+ * Specifies the web request component type to protect. Valid Values are `SINGLE_HEADER`, `SINGLE_COOKIE`, `SINGLE_QUERY_ARGUMENT`, `QUERY_STRING`, `BODY`.
81113
+ */
81114
+ fieldType: pulumi.Input<string>;
81115
+ }
79802
81116
  interface WebAclDefaultAction {
79803
81117
  /**
79804
81118
  * Specifies that AWS WAF should allow requests by default. See `allow` below for details.
@@ -80294,6 +81608,10 @@ export declare namespace wafv2 {
80294
81608
  * Inspect a single query argument. See `singleQueryArgument` below for details.
80295
81609
  */
80296
81610
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementByteMatchStatementFieldToMatchSingleQueryArgument>;
81611
+ /**
81612
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
81613
+ */
81614
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementByteMatchStatementFieldToMatchUriFragment>;
80297
81615
  /**
80298
81616
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
80299
81617
  */
@@ -80422,6 +81740,12 @@ export declare namespace wafv2 {
80422
81740
  */
80423
81741
  name: pulumi.Input<string>;
80424
81742
  }
81743
+ interface WebAclRuleStatementByteMatchStatementFieldToMatchUriFragment {
81744
+ /**
81745
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
81746
+ */
81747
+ fallbackBehavior?: pulumi.Input<string>;
81748
+ }
80425
81749
  interface WebAclRuleStatementByteMatchStatementFieldToMatchUriPath {
80426
81750
  }
80427
81751
  interface WebAclRuleStatementByteMatchStatementTextTransformation {
@@ -81084,6 +82408,10 @@ export declare namespace wafv2 {
81084
82408
  * Inspect a single query argument. See `singleQueryArgument` below for details.
81085
82409
  */
81086
82410
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument>;
82411
+ /**
82412
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
82413
+ */
82414
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriFragment>;
81087
82415
  /**
81088
82416
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
81089
82417
  */
@@ -81212,6 +82540,12 @@ export declare namespace wafv2 {
81212
82540
  */
81213
82541
  name: pulumi.Input<string>;
81214
82542
  }
82543
+ interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriFragment {
82544
+ /**
82545
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
82546
+ */
82547
+ fallbackBehavior?: pulumi.Input<string>;
82548
+ }
81215
82549
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath {
81216
82550
  }
81217
82551
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementByteMatchStatementTextTransformation {
@@ -81353,6 +82687,10 @@ export declare namespace wafv2 {
81353
82687
  * Inspect a single query argument. See `singleQueryArgument` below for details.
81354
82688
  */
81355
82689
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument>;
82690
+ /**
82691
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
82692
+ */
82693
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriFragment>;
81356
82694
  /**
81357
82695
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
81358
82696
  */
@@ -81481,6 +82819,12 @@ export declare namespace wafv2 {
81481
82819
  */
81482
82820
  name: pulumi.Input<string>;
81483
82821
  }
82822
+ interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriFragment {
82823
+ /**
82824
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
82825
+ */
82826
+ fallbackBehavior?: pulumi.Input<string>;
82827
+ }
81484
82828
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath {
81485
82829
  }
81486
82830
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexMatchStatementTextTransformation {
@@ -81556,6 +82900,10 @@ export declare namespace wafv2 {
81556
82900
  * Inspect a single query argument. See `singleQueryArgument` below for details.
81557
82901
  */
81558
82902
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument>;
82903
+ /**
82904
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
82905
+ */
82906
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment>;
81559
82907
  /**
81560
82908
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
81561
82909
  */
@@ -81684,6 +83032,12 @@ export declare namespace wafv2 {
81684
83032
  */
81685
83033
  name: pulumi.Input<string>;
81686
83034
  }
83035
+ interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment {
83036
+ /**
83037
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
83038
+ */
83039
+ fallbackBehavior?: pulumi.Input<string>;
83040
+ }
81687
83041
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {
81688
83042
  }
81689
83043
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation {
@@ -81763,6 +83117,10 @@ export declare namespace wafv2 {
81763
83117
  * Inspect a single query argument. See `singleQueryArgument` below for details.
81764
83118
  */
81765
83119
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument>;
83120
+ /**
83121
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
83122
+ */
83123
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriFragment>;
81766
83124
  /**
81767
83125
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
81768
83126
  */
@@ -81891,6 +83249,12 @@ export declare namespace wafv2 {
81891
83249
  */
81892
83250
  name: pulumi.Input<string>;
81893
83251
  }
83252
+ interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriFragment {
83253
+ /**
83254
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
83255
+ */
83256
+ fallbackBehavior?: pulumi.Input<string>;
83257
+ }
81894
83258
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath {
81895
83259
  }
81896
83260
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSizeConstraintStatementTextTransformation {
@@ -81966,6 +83330,10 @@ export declare namespace wafv2 {
81966
83330
  * Inspect a single query argument. See `singleQueryArgument` below for details.
81967
83331
  */
81968
83332
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument>;
83333
+ /**
83334
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
83335
+ */
83336
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriFragment>;
81969
83337
  /**
81970
83338
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
81971
83339
  */
@@ -82094,6 +83462,12 @@ export declare namespace wafv2 {
82094
83462
  */
82095
83463
  name: pulumi.Input<string>;
82096
83464
  }
83465
+ interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriFragment {
83466
+ /**
83467
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
83468
+ */
83469
+ fallbackBehavior?: pulumi.Input<string>;
83470
+ }
82097
83471
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath {
82098
83472
  }
82099
83473
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementSqliMatchStatementTextTransformation {
@@ -82165,6 +83539,10 @@ export declare namespace wafv2 {
82165
83539
  * Inspect a single query argument. See `singleQueryArgument` below for details.
82166
83540
  */
82167
83541
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument>;
83542
+ /**
83543
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
83544
+ */
83545
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriFragment>;
82168
83546
  /**
82169
83547
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
82170
83548
  */
@@ -82293,6 +83671,12 @@ export declare namespace wafv2 {
82293
83671
  */
82294
83672
  name: pulumi.Input<string>;
82295
83673
  }
83674
+ interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriFragment {
83675
+ /**
83676
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
83677
+ */
83678
+ fallbackBehavior?: pulumi.Input<string>;
83679
+ }
82296
83680
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath {
82297
83681
  }
82298
83682
  interface WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementXssMatchStatementTextTransformation {
@@ -82640,6 +84024,10 @@ export declare namespace wafv2 {
82640
84024
  * Inspect a single query argument. See `singleQueryArgument` below for details.
82641
84025
  */
82642
84026
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchSingleQueryArgument>;
84027
+ /**
84028
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
84029
+ */
84030
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriFragment>;
82643
84031
  /**
82644
84032
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
82645
84033
  */
@@ -82768,6 +84156,12 @@ export declare namespace wafv2 {
82768
84156
  */
82769
84157
  name: pulumi.Input<string>;
82770
84158
  }
84159
+ interface WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriFragment {
84160
+ /**
84161
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
84162
+ */
84163
+ fallbackBehavior?: pulumi.Input<string>;
84164
+ }
82771
84165
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementFieldToMatchUriPath {
82772
84166
  }
82773
84167
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementByteMatchStatementTextTransformation {
@@ -82909,6 +84303,10 @@ export declare namespace wafv2 {
82909
84303
  * Inspect a single query argument. See `singleQueryArgument` below for details.
82910
84304
  */
82911
84305
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchSingleQueryArgument>;
84306
+ /**
84307
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
84308
+ */
84309
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriFragment>;
82912
84310
  /**
82913
84311
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
82914
84312
  */
@@ -83037,6 +84435,12 @@ export declare namespace wafv2 {
83037
84435
  */
83038
84436
  name: pulumi.Input<string>;
83039
84437
  }
84438
+ interface WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriFragment {
84439
+ /**
84440
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
84441
+ */
84442
+ fallbackBehavior?: pulumi.Input<string>;
84443
+ }
83040
84444
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementFieldToMatchUriPath {
83041
84445
  }
83042
84446
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementRegexMatchStatementTextTransformation {
@@ -83112,6 +84516,10 @@ export declare namespace wafv2 {
83112
84516
  * Inspect a single query argument. See `singleQueryArgument` below for details.
83113
84517
  */
83114
84518
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument>;
84519
+ /**
84520
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
84521
+ */
84522
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment>;
83115
84523
  /**
83116
84524
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
83117
84525
  */
@@ -83240,6 +84648,12 @@ export declare namespace wafv2 {
83240
84648
  */
83241
84649
  name: pulumi.Input<string>;
83242
84650
  }
84651
+ interface WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment {
84652
+ /**
84653
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
84654
+ */
84655
+ fallbackBehavior?: pulumi.Input<string>;
84656
+ }
83243
84657
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {
83244
84658
  }
83245
84659
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementRegexPatternSetReferenceStatementTextTransformation {
@@ -83319,6 +84733,10 @@ export declare namespace wafv2 {
83319
84733
  * Inspect a single query argument. See `singleQueryArgument` below for details.
83320
84734
  */
83321
84735
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchSingleQueryArgument>;
84736
+ /**
84737
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
84738
+ */
84739
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriFragment>;
83322
84740
  /**
83323
84741
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
83324
84742
  */
@@ -83447,6 +84865,12 @@ export declare namespace wafv2 {
83447
84865
  */
83448
84866
  name: pulumi.Input<string>;
83449
84867
  }
84868
+ interface WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriFragment {
84869
+ /**
84870
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
84871
+ */
84872
+ fallbackBehavior?: pulumi.Input<string>;
84873
+ }
83450
84874
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementFieldToMatchUriPath {
83451
84875
  }
83452
84876
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformation {
@@ -83522,6 +84946,10 @@ export declare namespace wafv2 {
83522
84946
  * Inspect a single query argument. See `singleQueryArgument` below for details.
83523
84947
  */
83524
84948
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchSingleQueryArgument>;
84949
+ /**
84950
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
84951
+ */
84952
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriFragment>;
83525
84953
  /**
83526
84954
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
83527
84955
  */
@@ -83650,6 +85078,12 @@ export declare namespace wafv2 {
83650
85078
  */
83651
85079
  name: pulumi.Input<string>;
83652
85080
  }
85081
+ interface WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriFragment {
85082
+ /**
85083
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
85084
+ */
85085
+ fallbackBehavior?: pulumi.Input<string>;
85086
+ }
83653
85087
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementFieldToMatchUriPath {
83654
85088
  }
83655
85089
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementSqliMatchStatementTextTransformation {
@@ -83721,6 +85155,10 @@ export declare namespace wafv2 {
83721
85155
  * Inspect a single query argument. See `singleQueryArgument` below for details.
83722
85156
  */
83723
85157
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchSingleQueryArgument>;
85158
+ /**
85159
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
85160
+ */
85161
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriFragment>;
83724
85162
  /**
83725
85163
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
83726
85164
  */
@@ -83849,6 +85287,12 @@ export declare namespace wafv2 {
83849
85287
  */
83850
85288
  name: pulumi.Input<string>;
83851
85289
  }
85290
+ interface WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriFragment {
85291
+ /**
85292
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
85293
+ */
85294
+ fallbackBehavior?: pulumi.Input<string>;
85295
+ }
83852
85296
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchUriPath {
83853
85297
  }
83854
85298
  interface WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformation {
@@ -83924,6 +85368,10 @@ export declare namespace wafv2 {
83924
85368
  * Inspect a single query argument. See `singleQueryArgument` below for details.
83925
85369
  */
83926
85370
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRegexMatchStatementFieldToMatchSingleQueryArgument>;
85371
+ /**
85372
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
85373
+ */
85374
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRegexMatchStatementFieldToMatchUriFragment>;
83927
85375
  /**
83928
85376
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
83929
85377
  */
@@ -84052,6 +85500,12 @@ export declare namespace wafv2 {
84052
85500
  */
84053
85501
  name: pulumi.Input<string>;
84054
85502
  }
85503
+ interface WebAclRuleStatementRegexMatchStatementFieldToMatchUriFragment {
85504
+ /**
85505
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
85506
+ */
85507
+ fallbackBehavior?: pulumi.Input<string>;
85508
+ }
84055
85509
  interface WebAclRuleStatementRegexMatchStatementFieldToMatchUriPath {
84056
85510
  }
84057
85511
  interface WebAclRuleStatementRegexMatchStatementTextTransformation {
@@ -84127,6 +85581,10 @@ export declare namespace wafv2 {
84127
85581
  * Inspect a single query argument. See `singleQueryArgument` below for details.
84128
85582
  */
84129
85583
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchSingleQueryArgument>;
85584
+ /**
85585
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
85586
+ */
85587
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment>;
84130
85588
  /**
84131
85589
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
84132
85590
  */
@@ -84255,6 +85713,12 @@ export declare namespace wafv2 {
84255
85713
  */
84256
85714
  name: pulumi.Input<string>;
84257
85715
  }
85716
+ interface WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriFragment {
85717
+ /**
85718
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
85719
+ */
85720
+ fallbackBehavior?: pulumi.Input<string>;
85721
+ }
84258
85722
  interface WebAclRuleStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {
84259
85723
  }
84260
85724
  interface WebAclRuleStatementRegexPatternSetReferenceStatementTextTransformation {
@@ -84485,6 +85949,10 @@ export declare namespace wafv2 {
84485
85949
  * Inspect a single query argument. See `singleQueryArgument` below for details.
84486
85950
  */
84487
85951
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementSizeConstraintStatementFieldToMatchSingleQueryArgument>;
85952
+ /**
85953
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
85954
+ */
85955
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementSizeConstraintStatementFieldToMatchUriFragment>;
84488
85956
  /**
84489
85957
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
84490
85958
  */
@@ -84613,6 +86081,12 @@ export declare namespace wafv2 {
84613
86081
  */
84614
86082
  name: pulumi.Input<string>;
84615
86083
  }
86084
+ interface WebAclRuleStatementSizeConstraintStatementFieldToMatchUriFragment {
86085
+ /**
86086
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
86087
+ */
86088
+ fallbackBehavior?: pulumi.Input<string>;
86089
+ }
84616
86090
  interface WebAclRuleStatementSizeConstraintStatementFieldToMatchUriPath {
84617
86091
  }
84618
86092
  interface WebAclRuleStatementSizeConstraintStatementTextTransformation {
@@ -84688,6 +86162,10 @@ export declare namespace wafv2 {
84688
86162
  * Inspect a single query argument. See `singleQueryArgument` below for details.
84689
86163
  */
84690
86164
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementSqliMatchStatementFieldToMatchSingleQueryArgument>;
86165
+ /**
86166
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
86167
+ */
86168
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementSqliMatchStatementFieldToMatchUriFragment>;
84691
86169
  /**
84692
86170
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
84693
86171
  */
@@ -84816,6 +86294,12 @@ export declare namespace wafv2 {
84816
86294
  */
84817
86295
  name: pulumi.Input<string>;
84818
86296
  }
86297
+ interface WebAclRuleStatementSqliMatchStatementFieldToMatchUriFragment {
86298
+ /**
86299
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
86300
+ */
86301
+ fallbackBehavior?: pulumi.Input<string>;
86302
+ }
84819
86303
  interface WebAclRuleStatementSqliMatchStatementFieldToMatchUriPath {
84820
86304
  }
84821
86305
  interface WebAclRuleStatementSqliMatchStatementTextTransformation {
@@ -84887,6 +86371,10 @@ export declare namespace wafv2 {
84887
86371
  * Inspect a single query argument. See `singleQueryArgument` below for details.
84888
86372
  */
84889
86373
  singleQueryArgument?: pulumi.Input<inputs.wafv2.WebAclRuleStatementXssMatchStatementFieldToMatchSingleQueryArgument>;
86374
+ /**
86375
+ * Inspect the part of a URL that follows the "#" symbol, providing additional information about the resource. See `uriFragment` below for details.
86376
+ */
86377
+ uriFragment?: pulumi.Input<inputs.wafv2.WebAclRuleStatementXssMatchStatementFieldToMatchUriFragment>;
84890
86378
  /**
84891
86379
  * Inspect the request URI path. This is the part of a web request that identifies a resource, for example, `/images/daily-ad.jpg`.
84892
86380
  */
@@ -85015,6 +86503,12 @@ export declare namespace wafv2 {
85015
86503
  */
85016
86504
  name: pulumi.Input<string>;
85017
86505
  }
86506
+ interface WebAclRuleStatementXssMatchStatementFieldToMatchUriFragment {
86507
+ /**
86508
+ * What AWS WAF should do if it fails to completely parse the JSON body. Valid values are `MATCH` (default) and `NO_MATCH`.
86509
+ */
86510
+ fallbackBehavior?: pulumi.Input<string>;
86511
+ }
85018
86512
  interface WebAclRuleStatementXssMatchStatementFieldToMatchUriPath {
85019
86513
  }
85020
86514
  interface WebAclRuleStatementXssMatchStatementTextTransformation {
@@ -85097,6 +86591,16 @@ export declare namespace workspaces {
85097
86591
  */
85098
86592
  delete?: pulumi.Input<string>;
85099
86593
  }
86594
+ interface DirectoryActiveDirectoryConfig {
86595
+ /**
86596
+ * Fully qualified domain name of the AWS Directory Service directory.
86597
+ */
86598
+ domainName: pulumi.Input<string>;
86599
+ /**
86600
+ * ARN of the Secrets Manager secret that contains the credentials for the service account. For more information, see [Service Account Details](https://docs.aws.amazon.com/workspaces/latest/adminguide/pools-service-account-details.html).
86601
+ */
86602
+ serviceAccountSecretArn: pulumi.Input<string>;
86603
+ }
85100
86604
  interface DirectoryCertificateBasedAuthProperties {
85101
86605
  /**
85102
86606
  * The Amazon Resource Name (ARN) of the certificate manager private certificate authority (ACM-PCA) that is used for certificate-based authentication.
@@ -85191,11 +86695,11 @@ export declare namespace workspaces {
85191
86695
  */
85192
86696
  enableInternetAccess?: pulumi.Input<boolean>;
85193
86697
  /**
85194
- * Indicates whether maintenance mode is enabled for your WorkSpaces. For more information, see [WorkSpace Maintenance](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html)..
86698
+ * Indicates whether maintenance mode is enabled for your WorkSpaces. Valid only if `workspaceType` is set to `PERSONAL`.
85195
86699
  */
85196
86700
  enableMaintenanceMode?: pulumi.Input<boolean>;
85197
86701
  /**
85198
- * Indicates whether users are local administrators of their WorkSpaces.
86702
+ * Indicates whether users are local administrators of their WorkSpaces. Valid only if `workspaceType` is set to `PERSONAL`.
85199
86703
  */
85200
86704
  userEnabledAsLocalAdministrator?: pulumi.Input<boolean>;
85201
86705
  }