class
Amazonite::CloudWatchLogs::S3DeliveryConfiguration
- Amazonite::CloudWatchLogs::S3DeliveryConfiguration
- Reference
- Object
Overview
This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/s3_delivery_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(suffix_path : String | Nil = nil, enable_hive_compatible_path : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#suffix_path : String | Nil
This string allows re-configuring the S3 object prefix to contain either static or variable sections.
-
#suffix_path=(suffix_path : String | Nil)
This string allows re-configuring the S3 object prefix to contain either static or variable sections.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.
This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.
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.
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.