interface PriceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnRuleGroup.PriceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnRuleGroup_PriceProperty |
Java | software.amazon.awscdk.services.wafv2.CfnRuleGroup.PriceProperty |
Python | aws_cdk.aws_wafv2.CfnRuleGroup.PriceProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » CfnRuleGroup » PriceProperty |
A price configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafv2 as wafv2 } from 'aws-cdk-lib';
const priceProperty: wafv2.CfnRuleGroup.PriceProperty = {
amount: 'amount',
currency: 'currency',
};
Properties
| Name | Type | Description |
|---|---|---|
| amount | string | The price amount. |
| currency | string | The cryptocurrency to use for payment. |
amount
Type:
string
The price amount.
currency
Type:
string
The cryptocurrency to use for payment.

.NET
Go
Java
Python
TypeScript