Module: AWSCDK::APIGateway::EndpointAccessMode
- Defined in:
- api_gateway/endpoint_access_mode.rb
Overview
The endpoint access mode for the domain name.
When using enhanced security policies (those starting with SecurityPolicy_),
you must set the endpoint access mode to either STRICT or BASIC.
Use STRICT for production workloads requiring the highest security.
Use BASIC for migration scenarios or certain application architectures.
Constant Summary collapse
- STRICT =
Deprecated.Note:
Default:
Strict mode - only accepts connections from clients using the specified security policy.
Recommended for production workloads.
Jsii::Enum.new("aws-cdk-lib.aws_apigateway.EndpointAccessMode", "STRICT")
- BASIC =
Deprecated.Note:
Default:
Basic mode - one of the two valid endpoint access modes for enhanced security policies.
Suitable for migration scenarios or certain application architectures. Note: legacy security policies (TLS_1_0, TLS_1_2) do not use this attribute.
Jsii::Enum.new("aws-cdk-lib.aws_apigateway.EndpointAccessMode", "BASIC")