class Amazonite::CloudWatchLogs::LookupTableConfiguration

Overview

Configuration for a lookup table destination. Use it to automatically refresh a lookup table with query results on a schedule.

Included Modules

Defined in:

cloudwatch_logs/lookup_table_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, role_arn : String, description : String | Nil = nil, kms_key_id : String | Nil = nil, tags : Hash(String, String) | Nil = nil) #

[View source]
def self.new(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 description : String | Nil #

A description of the lookup table.


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

A description of the lookup table.


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

See Object#hash(hasher)


def kms_key_id : String | Nil #

The ARN of the KMS key to use to encrypt the lookup table data. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.


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

The ARN of the KMS key to use to encrypt the lookup table data. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.


[View source]
def role_arn : String #

The ARN of the IAM role that grants permissions to create or update the lookup table with query results.


[View source]
def role_arn=(role_arn : String) #

The ARN of the IAM role that grants permissions to create or update the lookup table with query results.


[View source]
def table_name : String #

The name of the lookup table to create or update with query results. The name can contain only alphanumeric characters and underscores.


[View source]
def table_name=(table_name : String) #

The name of the lookup table to create or update with query results. The name can contain only alphanumeric characters and underscores.


[View source]
def tags : Hash(String, String) | Nil #

Key-value pairs to associate with the lookup table for resource management and cost allocation. The service applies tags only during initial table creation.


[View source]
def tags=(tags : Hash(String, String) | Nil) #

Key-value pairs to associate with the lookup table for resource management and cost allocation. The service applies tags only during initial table creation.


[View source]
def validate! : Nil #

[View source]