interface MonetizeActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.WAFv2.CfnRuleGroupPropsMixin.MonetizeActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswafv2#CfnRuleGroupPropsMixin_MonetizeActionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnRuleGroupPropsMixin.MonetizeActionProperty |
Python | aws_cdk.cfn_property_mixins.aws_wafv2.CfnRuleGroupPropsMixin.MonetizeActionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wafv2 » CfnRuleGroupPropsMixin » MonetizeActionProperty |
Monetize action for rules.
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 monetizeActionProperty: wafv2.CfnRuleGroupPropsMixin.MonetizeActionProperty = {
priceMultiplier: 'priceMultiplier',
};
Properties
| Name | Type | Description |
|---|---|---|
| price | string | The price multiplier for the monetize action. |
priceMultiplier?
Type:
string
(optional)
The price multiplier for the monetize action.

.NET
Go
Java
Python
TypeScript