I would like to configure this using osls. The Cloudformation spec for this is here:
provider:
name: aws
endpointType: regional
securityPolicy: SecurityPolicy_TLS13_1_3_2025_09
Warning: Invalid configuration encountered
at 'provider': unrecognized property 'securityPolicy'
Recently, AWS added support for configuring TLS policies for API Gateway: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-security-policies.html?icmpid=apigateway_console_help
I would like to configure this using osls. The Cloudformation spec for this is here:
https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-apigateway-restapi.html
If I attempt to add configure this by doing this:
I get an error
Can this be added as an allowed property?