Uses of Class
software.amazon.awscdk.services.logs.CfnDelivery.Builder
Packages that use CfnDelivery.Builder
-
Uses of CfnDelivery.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return CfnDelivery.BuilderModifier and TypeMethodDescriptionstatic CfnDelivery.BuilderCfnDelivery.Builder.deliveryDestinationArn(String deliveryDestinationArn) The ARN of the delivery destination that is associated with this delivery.CfnDelivery.Builder.deliverySourceName(String deliverySourceName) The name of the delivery source that is associated with this delivery.CfnDelivery.Builder.fieldDelimiter(String fieldDelimiter) The field delimiter that is used between record fields when the final output format of a delivery is inPlain,W3C, orRawformat.CfnDelivery.Builder.recordFields(List<String> recordFields) The list of record fields to be delivered to the destination, in order.CfnDelivery.Builder.s3EnableHiveCompatiblePath(Boolean s3EnableHiveCompatiblePath) Use this parameter to cause the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.CfnDelivery.Builder.s3EnableHiveCompatiblePath(IResolvable s3EnableHiveCompatiblePath) Use this parameter to cause the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.CfnDelivery.Builder.s3SuffixPath(String s3SuffixPath) Use this to reconfigure the S3 object prefix to contain either static or variable sections.An array of key-value pairs to apply to the delivery.