interface PublishMetricActionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkFirewall.CfnFirewallPolicy.PublishMetricActionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#CfnFirewallPolicy_PublishMetricActionProperty |
![]() | software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.PublishMetricActionProperty |
![]() | aws_cdk.aws_networkfirewall.CfnFirewallPolicy.PublishMetricActionProperty |
![]() | aws-cdk-lib » aws_networkfirewall » CfnFirewallPolicy » 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 { aws_networkfirewall as networkfirewall } from 'aws-cdk-lib';
const publishMetricActionProperty: networkfirewall.CfnFirewallPolicy.PublishMetricActionProperty = {
dimensions: [{
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
dimensions | IResolvable | IResolvable | Dimension [] |
dimensions
Type:
IResolvable
|
IResolvable
|
Dimension
[]