Interface BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.851Z") @Stability(Stable) public interface BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig.Builderstatic classBlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig.Jsii$ProxyAn implementation forBlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig.Builderbuilder()default List<String>getMevRelayUrls()URLs for MEV-relay services to use for block building.
-
-
-
Method Detail
-
getMevRelayUrls
@Stability(Stable) @Nullable default List<String> getMevRelayUrls()
URLs for MEV-relay services to use for block building.When set, a managed MEV-boost service is configured on the beacon client. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#mev_relay_urls BlockchainNodeEngineBlockchainNodes#mev_relay_urls}
-
builder
@Stability(Stable) static BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig.Builder builder()
-
-