Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IAccessLogSettings
Packages that use IAccessLogSettings
-
Uses of IAccessLogSettings in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IAccessLogSettings in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAccessLogSettings.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IAccessLogSettingsModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigatewayv2 that return IAccessLogSettingsModifier and TypeMethodDescriptionfinal IAccessLogSettingsHttpStageOptions.Jsii$Proxy.getAccessLogSettings()final IAccessLogSettingsHttpStageProps.Jsii$Proxy.getAccessLogSettings()default IAccessLogSettingsStageOptions.getAccessLogSettings()Settings for access logging.final IAccessLogSettingsStageOptions.Jsii$Proxy.getAccessLogSettings()final IAccessLogSettingsWebSocketStageProps.Jsii$Proxy.getAccessLogSettings()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type IAccessLogSettingsModifier and TypeMethodDescriptionHttpStage.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Settings for access logging.HttpStageOptions.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Sets the value ofStageOptions.getAccessLogSettings()HttpStageProps.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Sets the value ofStageOptions.getAccessLogSettings()StageOptions.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Sets the value ofStageOptions.getAccessLogSettings()WebSocketStage.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Settings for access logging.WebSocketStageProps.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Sets the value ofStageOptions.getAccessLogSettings()