class Amazonite::CloudWatchLogs::S3DeliveryConfiguration

Overview

This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.

Included Modules

Defined in:

cloudwatch_logs/s3_delivery_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(suffix_path : String | Nil = nil, enable_hive_compatible_path : Bool | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def enable_hive_compatible_path : Bool | Nil #

This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.


[View source]
def enable_hive_compatible_path=(enable_hive_compatible_path : Bool | Nil) #

This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def suffix_path : String | Nil #

This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables to use in the suffix path will vary by each log source. To find the values supported for the suffix path for each log source, use the DescribeConfigurationTemplates operation and check the allowedSuffixPathFields field in the response.


[View source]
def suffix_path=(suffix_path : String | Nil) #

This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables to use in the suffix path will vary by each log source. To find the values supported for the suffix path for each log source, use the DescribeConfigurationTemplates operation and check the allowedSuffixPathFields field in the response.


[View source]
def validate! : Nil #

[View source]