AwsWafv2ApiGatewayStageAssociationTargetReference
interface AwsWafv2ApiGatewayStageAssociationTargetReference {
arn?: Input<string>;
restApiId?: Input<string>;
restApiName?: Input<string>;
stageName?: Input<string>;
type: 'apiGatewayStage';
}Association target reference for an API Gateway REST API stage.