interface RouteSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.RouteSettingsProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.RouteSettingsProperty |
Python | aws_cdk.aws_sam.CfnFunction.RouteSettingsProperty |
TypeScript | @aws-cdk/aws-sam » CfnFunction » RouteSettingsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const routeSettingsProperty: sam.CfnFunction.RouteSettingsProperty = {
dataTraceEnabled: false,
detailedMetricsEnabled: false,
loggingLevel: 'loggingLevel',
throttlingBurstLimit: 123,
throttlingRateLimit: 123,
};
Properties
Name | Type | Description |
---|---|---|
data | boolean | IResolvable | CfnFunction.RouteSettingsProperty.DataTraceEnabled . |
detailed | boolean | IResolvable | CfnFunction.RouteSettingsProperty.DetailedMetricsEnabled . |
logging | string | CfnFunction.RouteSettingsProperty.LoggingLevel . |
throttling | number | CfnFunction.RouteSettingsProperty.ThrottlingBurstLimit . |
throttling | number | CfnFunction.RouteSettingsProperty.ThrottlingRateLimit . |
dataTraceEnabled?
Type:
boolean |
IResolvable
(optional)
CfnFunction.RouteSettingsProperty.DataTraceEnabled
.
detailedMetricsEnabled?
Type:
boolean |
IResolvable
(optional)
CfnFunction.RouteSettingsProperty.DetailedMetricsEnabled
.
loggingLevel?
Type:
string
(optional)
CfnFunction.RouteSettingsProperty.LoggingLevel
.
throttlingBurstLimit?
Type:
number
(optional)
CfnFunction.RouteSettingsProperty.ThrottlingBurstLimit
.
throttlingRateLimit?
Type:
number
(optional)
CfnFunction.RouteSettingsProperty.ThrottlingRateLimit
.