Class CfnTransformerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.CfnTransformerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerProps
@Stability(Stable)
@Internal
public static final class CfnTransformerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerProps
An implementation for
CfnTransformerProps-
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.logs.CfnTransformerProps
CfnTransformerProps.Builder, CfnTransformerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTransformerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTransformerProps.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 StringSpecify either the name or ARN of the log group to create the transformer for.final ObjectThis structure is an array that contains the configuration of this log transformer.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 theCfnTransformerProps.Builder.
-
-
Method Details
-
getLogGroupIdentifier
Description copied from interface:CfnTransformerPropsSpecify either the name or ARN of the log group to create the transformer for.- Specified by:
getLogGroupIdentifierin interfaceCfnTransformerProps- See Also:
-
getTransformerConfig
Description copied from interface:CfnTransformerPropsThis structure is an array that contains the configuration of this log transformer.A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTransformer.ProcessorProperty>- Specified by:
getTransformerConfigin interfaceCfnTransformerProps- See Also:
-
$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()
-