aws-cdk-lib.aws_sam.CfnFunction.RouteSettingsProperty

interface RouteSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.RouteSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_RouteSettingsProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.RouteSettingsProperty
Pythonaws_cdk.aws_sam.CfnFunction.RouteSettingsProperty
TypeScript aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const routeSettingsProperty: sam.CfnFunction.RouteSettingsProperty = {
  dataTraceEnabled: false,
  detailedMetricsEnabled: false,
  loggingLevel: 'loggingLevel',
  throttlingBurstLimit: 123,
  throttlingRateLimit: 123,
};

Properties

NameTypeDescription
dataTraceEnabled?boolean | IResolvableCfnFunction.RouteSettingsProperty.DataTraceEnabled.
detailedMetricsEnabled?boolean | IResolvableCfnFunction.RouteSettingsProperty.DetailedMetricsEnabled.
loggingLevel?stringCfnFunction.RouteSettingsProperty.LoggingLevel.
throttlingBurstLimit?numberCfnFunction.RouteSettingsProperty.ThrottlingBurstLimit.
throttlingRateLimit?numberCfnFunction.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.