Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.Builder
Packages that use CfnTransformerPropsMixin.Builder
-
Uses of CfnTransformerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.logs
Methods in software.amazon.awscdk.cfnpropertymixins.services.logs that return CfnTransformerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTransformerPropsMixin.Builder.create()CfnTransformerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTransformerPropsMixin.Builder.logGroupIdentifier(String logGroupIdentifier) Specify either the name or ARN of the log group to create the transformer for.CfnTransformerPropsMixin.Builder.transformerConfig(List<? extends Object> transformerConfig) This structure is an array that contains the configuration of this log transformer.CfnTransformerPropsMixin.Builder.transformerConfig(IResolvable transformerConfig) This structure is an array that contains the configuration of this log transformer.