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 record fields used in this delivery.CfnDelivery.Builder.s3EnableHiveCompatiblePath(Boolean s3EnableHiveCompatiblePath) This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.CfnDelivery.Builder.s3EnableHiveCompatiblePath(IResolvable s3EnableHiveCompatiblePath) This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.CfnDelivery.Builder.s3SuffixPath(String s3SuffixPath) This string allows re-configuring the S3 object prefix to contain either static or variable sections.The tags that have been assigned to this delivery.