AWS::WAFv2::RuleGroup Price - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::RuleGroup Price

The price per request for a payment network, specifying the amount and cryptocurrency.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Amount" : String, "Currency" : String }

YAML

Amount: String Currency: String

Properties

Amount

The price per request as a decimal string in the specified currency. Minimum: 0.001. Maximum: 999999999.999. Supports up to 3 decimal places.

Required: Yes

Type: String

Pattern: ^([1-9][0-9]*(\.[0-9]{1,3})?|0\.([1-9][0-9]{0,2}|0[1-9][0-9]?|00[1-9]))$

Minimum: 1

Maximum: 13

Update requires: No interruption

Currency

The cryptocurrency for payment. Currently only USDC is supported.

Required: Yes

Type: String

Allowed values: USDC

Update requires: No interruption