Class CfnTransformerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnTransformerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformerMixinProps
@Stability(Stable)
@Internal
public static final class CfnTransformerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformerMixinProps
An implementation for
CfnTransformerMixinProps-
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.cfnpropertymixins.services.logs.CfnTransformerMixinProps
CfnTransformerMixinProps.Builder, CfnTransformerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformerMixinProps.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 theCfnTransformerMixinProps.Builder.
-
-
Method Details
-
getLogGroupIdentifier
Description copied from interface:CfnTransformerMixinPropsSpecify either the name or ARN of the log group to create the transformer for.- Specified by:
getLogGroupIdentifierin interfaceCfnTransformerMixinProps- See Also:
-
getTransformerConfig
Description copied from interface:CfnTransformerMixinPropsThis 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: '<'eitherIResolvableorCfnTransformerPropsMixin.ProcessorProperty>- Specified by:
getTransformerConfigin interfaceCfnTransformerMixinProps- 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()
-