Class CfnService.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.ServiceConnectAccessLogConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.ServiceConnectAccessLogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.ServiceConnectAccessLogConfigurationProperty
An implementation for
CfnService.ServiceConnectAccessLogConfigurationProperty-
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.CfnService.ServiceConnectAccessLogConfigurationProperty
CfnService.ServiceConnectAccessLogConfigurationProperty.Builder, CfnService.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.ServiceConnectAccessLogConfigurationProperty.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 theCfnService.ServiceConnectAccessLogConfigurationProperty.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:CfnService.ServiceConnectAccessLogConfigurationPropertyThe format for Service Connect access log output.Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
- Specified by:
getFormatin interfaceCfnService.ServiceConnectAccessLogConfigurationProperty- See Also:
-
getIncludeQueryParameters
Description copied from interface:CfnService.ServiceConnectAccessLogConfigurationPropertySpecifies whether 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 when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is
DISABLED.- Specified by:
getIncludeQueryParametersin interfaceCfnService.ServiceConnectAccessLogConfigurationProperty- See Also:
-
$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()
-