@Stability(value=Experimental) @Internal public static final class BrokerLogging.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BrokerLogging
BrokerLogging
software.amazon.jsii.JsiiObject.InitializationMode
BrokerLogging.Builder, BrokerLogging.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(BrokerLogging.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BrokerLogging.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
ILogGroup |
getCloudwatchLogGroup()
(experimental) The CloudWatch Logs group that is the destination for broker logs.
|
String |
getFirehoseDeliveryStreamName()
(experimental) The Kinesis Data Firehose delivery stream that is the destination for broker logs.
|
S3LoggingConfiguration |
getS3()
(experimental) Details of the Amazon S3 destination for broker logs.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(BrokerLogging.Builder builder)
BrokerLogging.Builder
.public final ILogGroup getCloudwatchLogGroup()
BrokerLogging
Default: - disabled
getCloudwatchLogGroup
in interface BrokerLogging
public final String getFirehoseDeliveryStreamName()
BrokerLogging
Default: - disabled
getFirehoseDeliveryStreamName
in interface BrokerLogging
public final S3LoggingConfiguration getS3()
BrokerLogging
Default: - disabled
getS3
in interface BrokerLogging
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.