interface LoggingConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NetworkFirewall.LoggingConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkfirewall#LoggingConfigurationReference |
Java | software.amazon.awscdk.services.networkfirewall.LoggingConfigurationReference |
Python | aws_cdk.aws_networkfirewall.LoggingConfigurationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript