interface LoggingConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAFv2.LoggingConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswafv2#LoggingConfigurationReference |
Java | software.amazon.awscdk.interfaces.wafv2.LoggingConfigurationReference |
Python | aws_cdk.interfaces.aws_wafv2.LoggingConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » aws_wafv2 » 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_wafv2 as interfaces_aws_wafv2 } from 'aws-cdk-lib/interfaces';
const loggingConfigurationReference: interfaces_aws_wafv2.LoggingConfigurationReference = {
resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The ResourceArn of the LoggingConfiguration resource. |
resourceArn
Type:
string
The ResourceArn of the LoggingConfiguration resource.

.NET
Go
Java
Python
TypeScript