Uses of Class
software.amazon.awscdk.services.logs.CfnSubscriptionFilter.Builder
Packages that use CfnSubscriptionFilter.Builder
-
Uses of CfnSubscriptionFilter.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return CfnSubscriptionFilter.BuilderModifier and TypeMethodDescriptionCfnSubscriptionFilter.Builder.applyOnTransformedLogs(Boolean applyOnTransformedLogs) This parameter is valid only for log groups that have an active log transformer.CfnSubscriptionFilter.Builder.applyOnTransformedLogs(IResolvable applyOnTransformedLogs) This parameter is valid only for log groups that have an active log transformer.CfnSubscriptionFilter.Builder.destinationArn(String destinationArn) The Amazon Resource Name (ARN) of the destination.CfnSubscriptionFilter.Builder.distribution(String distribution) The method used to distribute log data to the destination, which can be either random or grouped by log stream.CfnSubscriptionFilter.Builder.filterName(String filterName) The name of the subscription filter.CfnSubscriptionFilter.Builder.filterPattern(String filterPattern) The filtering expressions that restrict what gets delivered to the destination AWS resource.CfnSubscriptionFilter.Builder.logGroupName(String logGroupName) The log group to associate with the subscription filter.The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream.