This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::WAFv2::WebACL CryptoConfig
The cryptocurrency payment configuration for AI bot monetization. Contains the list of blockchain payment networks where you receive payments.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "PaymentNetworks" :[ PaymentNetwork, ... ]}
YAML
PaymentNetworks:- PaymentNetwork
Properties
PaymentNetworks-
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).
Required: Yes
Type: Array of PaymentNetwork
Minimum:
1Maximum:
2Update requires: No interruption