interface RouteSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnHttpApi.RouteSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnHttpApi_RouteSettingsProperty |
![]() | software.amazon.awscdk.services.sam.CfnHttpApi.RouteSettingsProperty |
![]() | aws_cdk.aws_sam.CfnHttpApi.RouteSettingsProperty |
![]() | aws-cdk-lib » aws_sam » CfnHttpApi » RouteSettingsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const routeSettingsProperty: sam.CfnHttpApi.RouteSettingsProperty = {
dataTraceEnabled: false,
detailedMetricsEnabled: false,
loggingLevel: 'loggingLevel',
throttlingBurstLimit: 123,
throttlingRateLimit: 123,
};
Properties
Name | Type | Description |
---|---|---|
data | boolean | IResolvable | |
detailed | boolean | IResolvable | |
logging | string | |
throttling | number | |
throttling | number |
dataTraceEnabled?
Type:
boolean |
IResolvable
(optional)
detailedMetricsEnabled?
Type:
boolean |
IResolvable
(optional)
loggingLevel?
Type:
string
(optional)
throttlingBurstLimit?
Type:
number
(optional)
throttlingRateLimit?
Type:
number
(optional)