class Amazonite::CloudWatchLogs::DestinationConfiguration

Overview

Configuration for where to deliver scheduled query results. Specifies the destination type and associated settings for result delivery.

Included Modules

Defined in:

cloudwatch_logs/destination_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(s3_configuration : S3Configuration | Nil = nil, lookup_table_configuration : LookupTableConfiguration | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def lookup_table_configuration : LookupTableConfiguration | Nil #

Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.


[View source]
def lookup_table_configuration=(lookup_table_configuration : LookupTableConfiguration | Nil) #

Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.


[View source]
def s3_configuration : S3Configuration | Nil #

Configuration for delivering query results to Amazon S3.


[View source]
def s3_configuration=(s3_configuration : S3Configuration | Nil) #

Configuration for delivering query results to Amazon S3.


[View source]
def validate! : Nil #

[View source]