Class CfnVirtualNode.FileAccessLogProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.FileAccessLogProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.FileAccessLogProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.FileAccessLogProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.FileAccessLogProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.FileAccessLogProperty
An implementation for
CfnVirtualNode.FileAccessLogProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.FileAccessLogProperty
CfnVirtualNode.FileAccessLogProperty.Builder, CfnVirtualNode.FileAccessLogProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.FileAccessLogProperty.Builder
.protected
Jsii$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 theCfnVirtualNode.FileAccessLogProperty.Builder
.
-
-
Method Details
-
getPath
Description copied from interface:CfnVirtualNode.FileAccessLogProperty
The file path to write access logs to.You can use
/dev/stdout
to send access logs to standard out and configure your Envoy container to use a log driver, such asawslogs
, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.
- Specified by:
getPath
in interfaceCfnVirtualNode.FileAccessLogProperty
- See Also:
-
getFormat
Description copied from interface:CfnVirtualNode.FileAccessLogProperty
The specified format for the logs.The format is either
json_format
ortext_format
.- Specified by:
getFormat
in interfaceCfnVirtualNode.FileAccessLogProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-