interface LoggingConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkFirewall.LoggingConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#LoggingConfigurationReference |
![]() | software.amazon.awscdk.services.networkfirewall.LoggingConfigurationReference |
![]() | aws_cdk.aws_networkfirewall.LoggingConfigurationReference |
![]() | aws-cdk-lib » aws_networkfirewall » LoggingConfigurationReference |
A reference to a LoggingConfiguration resource.
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 loggingConfigurationReference: networkfirewall.LoggingConfigurationReference = {
firewallArn: 'firewallArn',
};
Properties
Name | Type | Description |
---|---|---|
firewall | string | The FirewallArn of the LoggingConfiguration resource. |
firewallArn
Type:
string
The FirewallArn of the LoggingConfiguration resource.