Class SyslogLogDriverProps.Jsii$Proxy
- All Implemented Interfaces:
BaseLogDriverProps,SyslogLogDriverProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SyslogLogDriverProps
SyslogLogDriverProps-
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.SyslogLogDriverProps
SyslogLogDriverProps.Builder, SyslogLogDriverProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SyslogLogDriverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSyslogLogDriverProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe address of an external syslog server.getEnv()The env option takes an array of keys.final StringThe env-regex option is similar to and compatible with env.final StringThe syslog facility to use.final StringThe syslog message format to use.The labels option takes an array of keys.final StringgetTag()By default, Docker uses the first 12 characters of the container ID to tag log messages.final StringThe absolute path to the trust certificates signed by the CA.final StringThe absolute path to the TLS certificate file.final StringThe absolute path to the TLS key file.final BooleanIf set to true, TLS verification is skipped when connecting to the syslog daemon.final inthashCode()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 theSyslogLogDriverProps.Builder.
-
-
Method Details
-
getAddress
Description copied from interface:SyslogLogDriverPropsThe address of an external syslog server.The URI specifier may be [tcp|udp|tcp+tls]://host:port, unix://path, or unixgram://path.
Default: - If the transport is tcp, udp, or tcp+tls, the default port is 514.
- Specified by:
getAddressin interfaceSyslogLogDriverProps
-
getFacility
Description copied from interface:SyslogLogDriverPropsThe syslog facility to use.Can be the number or name for any valid syslog facility. See the syslog documentation: https://tools.ietf.org/html/rfc5424#section-6.2.1.
Default: - facility not set
- Specified by:
getFacilityin interfaceSyslogLogDriverProps
-
getFormat
Description copied from interface:SyslogLogDriverPropsThe syslog message format to use.If not specified the local UNIX syslog format is used, without a specified hostname. Specify rfc3164 for the RFC-3164 compatible format, rfc5424 for RFC-5424 compatible format, or rfc5424micro for RFC-5424 compatible format with microsecond timestamp resolution.
Default: - format not set
- Specified by:
getFormatin interfaceSyslogLogDriverProps
-
getTlsCaCert
Description copied from interface:SyslogLogDriverPropsThe absolute path to the trust certificates signed by the CA.Ignored if the address protocol is not tcp+tls.
Default: - tlsCaCert not set
- Specified by:
getTlsCaCertin interfaceSyslogLogDriverProps
-
getTlsCert
Description copied from interface:SyslogLogDriverPropsThe absolute path to the TLS certificate file.Ignored if the address protocol is not tcp+tls.
Default: - tlsCert not set
- Specified by:
getTlsCertin interfaceSyslogLogDriverProps
-
getTlsKey
Description copied from interface:SyslogLogDriverPropsThe absolute path to the TLS key file.Ignored if the address protocol is not tcp+tls.
Default: - tlsKey not set
- Specified by:
getTlsKeyin interfaceSyslogLogDriverProps
-
getTlsSkipVerify
Description copied from interface:SyslogLogDriverPropsIf set to true, TLS verification is skipped when connecting to the syslog daemon.Ignored if the address protocol is not tcp+tls.
Default: - false
- Specified by:
getTlsSkipVerifyin interfaceSyslogLogDriverProps
-
getEnv
Description copied from interface:BaseLogDriverPropsThe env option takes an array of keys.If there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.
Default: - No env
- Specified by:
getEnvin interfaceBaseLogDriverProps
-
getEnvRegex
Description copied from interface:BaseLogDriverPropsThe env-regex option is similar to and compatible with env.Its value is a regular expression to match logging-related environment variables. It is used for advanced log tag options.
Default: - No envRegex
- Specified by:
getEnvRegexin interfaceBaseLogDriverProps
-
getLabels
Description copied from interface:BaseLogDriverPropsThe labels option takes an array of keys.If there is collision between label and env keys, the value of the env takes precedence. Adds additional fields to the extra attributes of a logging message.
Default: - No labels
- Specified by:
getLabelsin interfaceBaseLogDriverProps
-
getTag
Description copied from interface:BaseLogDriverPropsBy default, Docker uses the first 12 characters of the container ID to tag log messages.Refer to the log tag option documentation for customizing the log tag format.
Default: - The first 12 characters of the container ID
- Specified by:
getTagin interfaceBaseLogDriverProps
-
$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()
-