Interface DeliveryProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,RecordFieldDeliveryProps
- All Known Subinterfaces:
S3LogsDeliveryProps
- All Known Implementing Classes:
DeliveryProps.Jsii$Proxy,S3LogsDeliveryProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-02T12:05:27.409Z")
@Stability(Experimental)
public interface DeliveryProps
extends software.amazon.jsii.JsiiSerializable, RecordFieldDeliveryProps
(experimental) Props for Log Deliveries.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.logs.*;
DeliveryProps deliveryProps = DeliveryProps.builder()
.mandatoryFields(List.of("mandatoryFields"))
.outputFormat("outputFormat")
.providedFields(List.of("providedFields"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDeliveryPropsstatic final classAn implementation forDeliveryProps -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryProps.Builderbuilder()default String(experimental) Format of the logs that are sent to the delivery destination specified.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.mixins.preview.services.logs.RecordFieldDeliveryProps
getMandatoryFields, getProvidedFields
-
Method Details
-
getOutputFormat
(experimental) Format of the logs that are sent to the delivery destination specified. -
builder
- Returns:
- a
DeliveryProps.BuilderofDeliveryProps
-