AwsWafv2WebAclNameReference
interface AwsWafv2WebAclNameReference {
name: Input<string>;
scope?: Input<'REGIONAL'>;
}Name-based lookup input for resolving an existing WAFv2 web ACL ARN.
Properties
name: Input<string>
Existing web ACL name to resolve.
scope: Input<'REGIONAL'>
Scope used for lookup. Defaults to REGIONAL.