interface PublishMetricActionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkFirewall.CfnRuleGroup.PublishMetricActionProperty |
![]() | software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.PublishMetricActionProperty |
![]() | aws_cdk.aws_networkfirewall.CfnRuleGroup.PublishMetricActionProperty |
![]() | @aws-cdk/aws-networkfirewall » CfnRuleGroup » PublishMetricActionProperty |
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet.
This setting defines a CloudWatch dimension value to be published.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as networkfirewall from '@aws-cdk/aws-networkfirewall';
const publishMetricActionProperty: networkfirewall.CfnRuleGroup.PublishMetricActionProperty = {
dimensions: [{
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
dimensions | IResolvable | IResolvable | Dimension [] | CfnRuleGroup.PublishMetricActionProperty.Dimensions . |
dimensions
Type:
IResolvable
|
IResolvable
|
Dimension
[]
CfnRuleGroup.PublishMetricActionProperty.Dimensions
.