aws-cdk-lib.aws_sam.CfnHttpApi.RouteSettingsProperty

interface RouteSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnHttpApi.RouteSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnHttpApi_RouteSettingsProperty
Javasoftware.amazon.awscdk.services.sam.CfnHttpApi.RouteSettingsProperty
Pythonaws_cdk.aws_sam.CfnHttpApi.RouteSettingsProperty
TypeScript 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

NameTypeDescription
dataTraceEnabled?boolean | IResolvableCfnHttpApi.RouteSettingsProperty.DataTraceEnabled.
detailedMetricsEnabled?boolean | IResolvableCfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled.
loggingLevel?stringCfnHttpApi.RouteSettingsProperty.LoggingLevel.
throttlingBurstLimit?numberCfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit.
throttlingRateLimit?numberCfnHttpApi.RouteSettingsProperty.ThrottlingRateLimit.

dataTraceEnabled?

Type: boolean | IResolvable (optional)

CfnHttpApi.RouteSettingsProperty.DataTraceEnabled.


detailedMetricsEnabled?

Type: boolean | IResolvable (optional)

CfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled.


loggingLevel?

Type: string (optional)

CfnHttpApi.RouteSettingsProperty.LoggingLevel.


throttlingBurstLimit?

Type: number (optional)

CfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit.


throttlingRateLimit?

Type: number (optional)

CfnHttpApi.RouteSettingsProperty.ThrottlingRateLimit.