@Stability(value=Experimental) @Internal public static final class FlowLogProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FlowLogProps
FlowLogPropssoftware.amazon.jsii.JsiiObject.InitializationModeFlowLogProps.Builder, FlowLogProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FlowLogResourceType resourceType,
String flowLogName,
FlowLogDestination destination,
FlowLogTrafficType trafficType)
Constructor that initializes the object based on literal property values passed by the
FlowLogProps.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) |
FlowLogDestination |
getDestination()
(experimental) Specifies the type of destination to which the flow log data is to be published.
|
String |
getFlowLogName()
(experimental) The name of the FlowLog.
|
FlowLogResourceType |
getResourceType()
(experimental) The type of resource for which to create the flow log.
|
FlowLogTrafficType |
getTrafficType()
(experimental) The type of traffic to log.
|
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(FlowLogResourceType resourceType, String flowLogName, FlowLogDestination destination, FlowLogTrafficType trafficType)
FlowLogProps.Builder.public final FlowLogResourceType getResourceType()
FlowLogPropsgetResourceType in interface FlowLogPropspublic final String getFlowLogName()
FlowLogPropsIt is not recommended to use an explicit name.
Default: If you don't specify a flowLogName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
getFlowLogName in interface FlowLogPropspublic final FlowLogDestination getDestination()
FlowLogOptionsFlow log data can be published to CloudWatch Logs or Amazon S3
Default: FlowLogDestinationType.toCloudWatchLogs()
getDestination in interface FlowLogOptionspublic final FlowLogTrafficType getTrafficType()
FlowLogOptionsYou can log traffic that the resource accepts or rejects, or all traffic.
Default: ALL
getTrafficType in interface FlowLogOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.