interface RateBasedRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAFRegional.RateBasedRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswafregional#RateBasedRuleReference |
Java | software.amazon.awscdk.interfaces.regional.RateBasedRuleReference |
Python | aws_cdk.interfaces.aws_wafregional.RateBasedRuleReference |
TypeScript | aws-cdk-lib » interfaces » aws_wafregional » RateBasedRuleReference |
A reference to a RateBasedRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafregional as interfaces_aws_wafregional } from 'aws-cdk-lib/interfaces';
const rateBasedRuleReference: interfaces_aws_wafregional.RateBasedRuleReference = {
rateBasedRuleId: 'rateBasedRuleId',
};
Properties
| Name | Type | Description |
|---|---|---|
| rate | string | The Id of the RateBasedRule resource. |
rateBasedRuleId
Type:
string
The Id of the RateBasedRule resource.

.NET
Go
Java
Python
TypeScript