Class: Aws::WAFV2::Types::CryptoConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

The cryptocurrency payment configuration for AI bot monetization. Contains the list of blockchain payment networks where you receive payments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payment_networksArray<Types::PaymentNetwork>

The blockchain payment networks configured to receive payments. You can specify 1 to 2 networks. All networks must be in the same environment-either all production networks (Base, Solana) or all test networks (Base Sepolia, Solana Devnet).

Returns:



1905
1906
1907
1908
1909
# File 'lib/aws-sdk-wafv2/types.rb', line 1905

class CryptoConfig < Struct.new(
  :payment_networks)
  SENSITIVE = []
  include Aws::Structure
end