interface LoggingConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.LoggingConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#LoggingConfigurationReference |
![]() | software.amazon.awscdk.services.wafv2.LoggingConfigurationReference |
![]() | aws_cdk.aws_wafv2.LoggingConfigurationReference |
![]() | aws-cdk-lib » 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 wafv2 } from 'aws-cdk-lib';
const loggingConfigurationReference: 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.