Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnDeliveryPropsMixin.Builder
Packages that use CfnDeliveryPropsMixin.Builder
-
Uses of CfnDeliveryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.logs
Methods in software.amazon.awscdk.cfnpropertymixins.services.logs that return CfnDeliveryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnDeliveryPropsMixin.Builder.create()CfnDeliveryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDeliveryPropsMixin.Builder.deliveryDestinationArn(String deliveryDestinationArn) The ARN of the delivery destination that is associated with this delivery.CfnDeliveryPropsMixin.Builder.deliverySourceName(String deliverySourceName) The name of the delivery source that is associated with this delivery.CfnDeliveryPropsMixin.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.CfnDeliveryPropsMixin.Builder.recordFields(List<String> recordFields) The list of record fields to be delivered to the destination, in order.CfnDeliveryPropsMixin.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.CfnDeliveryPropsMixin.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.CfnDeliveryPropsMixin.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.