@Stability(value=Experimental) @Internal public static final class FlowLogDestinationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FlowLogDestinationConfig
FlowLogDestinationConfigsoftware.amazon.jsii.JsiiObject.InitializationModeFlowLogDestinationConfig.Builder, FlowLogDestinationConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FlowLogDestinationType logDestinationType,
IRole iamRole,
String keyPrefix,
ILogGroup logGroup,
IBucket s3Bucket)
Constructor that initializes the object based on literal property values passed by the
FlowLogDestinationConfig.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) |
IRole |
getIamRole()
(experimental) The IAM Role that has access to publish to CloudWatch logs.
|
String |
getKeyPrefix()
(experimental) S3 bucket key prefix to publish the flow logs to.
|
FlowLogDestinationType |
getLogDestinationType()
(experimental) The type of destination to publish the flow logs to.
|
ILogGroup |
getLogGroup()
(experimental) The CloudWatch Logs Log Group to publish the flow logs to.
|
IBucket |
getS3Bucket()
(experimental) S3 bucket to publish the flow logs to.
|
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(FlowLogDestinationType logDestinationType, IRole iamRole, String keyPrefix, ILogGroup logGroup, IBucket s3Bucket)
FlowLogDestinationConfig.Builder.public final FlowLogDestinationType getLogDestinationType()
FlowLogDestinationConfigDefault: - CLOUD_WATCH_LOGS
getLogDestinationType in interface FlowLogDestinationConfigpublic final IRole getIamRole()
FlowLogDestinationConfigDefault: - default IAM role is created for you
getIamRole in interface FlowLogDestinationConfigpublic final String getKeyPrefix()
FlowLogDestinationConfigDefault: - undefined
getKeyPrefix in interface FlowLogDestinationConfigpublic final ILogGroup getLogGroup()
FlowLogDestinationConfigDefault: - default log group is created for you
getLogGroup in interface FlowLogDestinationConfigpublic final IBucket getS3Bucket()
FlowLogDestinationConfigDefault: - undefined
getS3Bucket in interface FlowLogDestinationConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.