interface PublishMetricActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NetworkFirewall.CfnFirewallPolicyPropsMixin.PublishMetricActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnetworkfirewall#CfnFirewallPolicyPropsMixin_PublishMetricActionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnFirewallPolicyPropsMixin.PublishMetricActionProperty |
Python | aws_cdk.cfn_property_mixins.aws_networkfirewall.CfnFirewallPolicyPropsMixin.PublishMetricActionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_networkfirewall » CfnFirewallPolicyPropsMixin » 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/cfn-property-mixins';
const publishMetricActionProperty: networkfirewall.CfnFirewallPolicyPropsMixin.PublishMetricActionProperty = {
dimensions: [{
value: 'value',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| dimensions? | IResolvable | (IResolvable | Dimension)[] |
dimensions?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)

.NET
Go
Java
Python
TypeScript