Class CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty
An implementation for
CfnServicePropsMixin.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.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty
CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Builder, CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.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
protected Jsii$Proxy(CfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.ServiceConnectAccessLogConfigurationProperty- See Also:
-
getIncludeQueryParameters
Description copied from interface:CfnServicePropsMixin.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 interfaceCfnServicePropsMixin.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()
-