class
Amazonite::CloudWatchLogs::DestinationConfiguration
- Amazonite::CloudWatchLogs::DestinationConfiguration
- Reference
- Object
Overview
Configuration for where to deliver scheduled query results. Specifies the destination type and associated settings for result delivery.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/destination_configuration.crConstructors
- .new(pull : JSON::PullParser)
- .new(s3_configuration : S3Configuration | Nil = nil, lookup_table_configuration : LookupTableConfiguration | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#lookup_table_configuration : LookupTableConfiguration | Nil
Configuration for delivering query results to a lookup table.
-
#lookup_table_configuration=(lookup_table_configuration : LookupTableConfiguration | Nil)
Configuration for delivering query results to a lookup table.
-
#s3_configuration : S3Configuration | Nil
Configuration for delivering query results to Amazon S3.
-
#s3_configuration=(s3_configuration : S3Configuration | Nil)
Configuration for delivering query results to Amazon S3.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.
Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.
Configuration for delivering query results to Amazon S3.
Configuration for delivering query results to Amazon S3.