interface PriceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.WAFv2.CfnRuleGroupPropsMixin.PriceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswafv2#CfnRuleGroupPropsMixin_PriceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnRuleGroupPropsMixin.PriceProperty |
Python | aws_cdk.cfn_property_mixins.aws_wafv2.CfnRuleGroupPropsMixin.PriceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wafv2 » CfnRuleGroupPropsMixin » 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/cfn-property-mixins';
const priceProperty: wafv2.CfnRuleGroupPropsMixin.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
(optional)
The price amount.
currency?
Type:
string
(optional)
The cryptocurrency to use for payment.

.NET
Go
Java
Python
TypeScript