Aws_api_gateway_stage creation with method setting HttpMethod="*"

Hi I’m using terraform version 13.3. While creating an aws_api_gateway_stage resource I want to provide a method setting for all of my methods. I was following this aws-doc . I can see there is an attribute named HttpMethod which can be provided as “*” wildchar .So that setting can be applied to all Http Method types. But I am not able to find the corresponding attribute in terraform resource