Uses of Class
software.amazon.awscdk.mixins.preview.services.logs.DestinationLogsDelivery.Builder
Packages that use DestinationLogsDelivery.Builder
-
Uses of DestinationLogsDelivery.Builder in software.amazon.awscdk.mixins.preview.services.logs
Methods in software.amazon.awscdk.mixins.preview.services.logs that return DestinationLogsDelivery.BuilderModifier and TypeMethodDescriptionDestinationLogsDelivery.Builder.create(IDeliveryDestinationRef destination) DestinationLogsDelivery.Builder.mandatoryFields(List<String> mandatoryFields) (experimental) Any recordFields that a mandatory to be included in a log delivery of a certain log type.DestinationLogsDelivery.Builder.providedFields(List<String> providedFields) (experimental) RecordFields the user has defined to be used in log delivery.