class Amazonite::CloudWatchLogs::S3TablesIntegration

Overview

Contains information about the S3 Tables integration configuration for a configuration template.

Included Modules

Defined in:

cloudwatch_logs/s3_tables_integration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(datasource_name : String | Nil = nil, datasource_type : String | Nil = nil) #

[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 datasource_name : String | Nil #

The name of the S3 Tables datasource.


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

The name of the S3 Tables datasource.


[View source]
def datasource_type : String | Nil #

The type of the S3 Tables datasource.


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

The type of the S3 Tables datasource.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]