Class ServiceConnectAccessLogConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ServiceConnectAccessLogConfiguration.Jsii$Proxy
- All Implemented Interfaces:
ServiceConnectAccessLogConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServiceConnectAccessLogConfiguration
@Stability(Stable)
@Internal
public static final class ServiceConnectAccessLogConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServiceConnectAccessLogConfiguration
An implementation for
ServiceConnectAccessLogConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.ServiceConnectAccessLogConfiguration
ServiceConnectAccessLogConfiguration.Builder, ServiceConnectAccessLogConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theServiceConnectAccessLogConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theServiceConnectAccessLogConfiguration.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:ServiceConnectAccessLogConfigurationThe format for Service Connect access log output.- TEXT: Human-readable text format
- JSON: Structured JSON format for log analysis tools
- Specified by:
getFormatin interfaceServiceConnectAccessLogConfiguration
-
getIncludeQueryParameters
Description copied from interface:ServiceConnectAccessLogConfigurationWhether to include query parameters in Service Connect access logs.When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications as query parameters may contain sensitive information such as request IDs and tokens.
Default: undefined - AWS ECS default is false, which means that query parameters are not included in access logs
- Specified by:
getIncludeQueryParametersin interfaceServiceConnectAccessLogConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-