@Stability(value=Stable) @Internal public static final class CfnLoggingConfiguration.LogDestinationConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoggingConfiguration.LogDestinationConfigProperty
CfnLoggingConfiguration.LogDestinationConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLoggingConfiguration.LogDestinationConfigProperty.Builder, CfnLoggingConfiguration.LogDestinationConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLoggingConfiguration.LogDestinationConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLoggingConfiguration.LogDestinationConfigProperty.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) |
Object |
getLogDestination()
The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type.
|
String |
getLogDestinationType()
The type of storage destination to send these logs to.
|
String |
getLogType()
The type of log to send.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLoggingConfiguration.LogDestinationConfigProperty.Builder builder)
CfnLoggingConfiguration.LogDestinationConfigProperty.Builder.public final Object getLogDestination()
CfnLoggingConfiguration.LogDestinationConfigProperty
bucketName , and optionally provide a prefix, with key prefix . The following example specifies an Amazon S3 bucket named DOC-EXAMPLE-BUCKET and the prefix alerts :
"LogDestination": { "bucketName": "DOC-EXAMPLE-BUCKET", "prefix": "alerts" }
logGroup . The following example specifies a log group named alert-log-group :
"LogDestination": { "logGroup": "alert-log-group" }
deliveryStream . The following example specifies a delivery stream named alert-delivery-stream :
"LogDestination": { "deliveryStream": "alert-delivery-stream" }
getLogDestination in interface CfnLoggingConfiguration.LogDestinationConfigPropertypublic final String getLogDestinationType()
CfnLoggingConfiguration.LogDestinationConfigPropertyYou can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Kinesis Data Firehose delivery stream.
getLogDestinationType in interface CfnLoggingConfiguration.LogDestinationConfigPropertypublic final String getLogType()
CfnLoggingConfiguration.LogDestinationConfigPropertyAlert logs report traffic that matches a stateful rule with an action setting that sends an alert log message. Flow logs are standard network traffic flow logs.
getLogType in interface CfnLoggingConfiguration.LogDestinationConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.