interface PriceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnWebACL.PriceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_PriceProperty |
Java | software.amazon.awscdk.services.wafv2.CfnWebACL.PriceProperty |
Python | aws_cdk.aws_wafv2.CfnWebACL.PriceProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » CfnWebACL » PriceProperty |
A price configuration.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-price.html
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.CfnWebACL.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