class Amazonite::CloudWatchLogs::PutDeliveryDestinationRequest

Included Modules

Defined in:

cloudwatch_logs/put_delivery_destination_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String, output_format : OutputFormat | Nil = nil, delivery_destination_configuration : DeliveryDestinationConfiguration | Nil = nil, delivery_destination_type : DeliveryDestinationType | Nil = nil, tags : Hash(String, 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 delivery_destination_configuration : DeliveryDestinationConfiguration | Nil #

A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.

deliveryDestinationConfiguration is required for CloudWatch Logs, Amazon S3, Firehose log delivery destinations and not required for X-Ray trace delivery destinations. deliveryDestinationType is needed for X-Ray trace delivery destinations but not required for other logs delivery destinations.


[View source]
def delivery_destination_configuration=(delivery_destination_configuration : DeliveryDestinationConfiguration | Nil) #

A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.

deliveryDestinationConfiguration is required for CloudWatch Logs, Amazon S3, Firehose log delivery destinations and not required for X-Ray trace delivery destinations. deliveryDestinationType is needed for X-Ray trace delivery destinations but not required for other logs delivery destinations.


[View source]
def delivery_destination_type : DeliveryDestinationType | Nil #

The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:

  • S3 - Amazon S3 for long-term storage and analytics

  • CWL - CloudWatch Logs for centralized log management

  • FH - Amazon Kinesis Data Firehose for real-time data streaming

  • XRAY - Amazon Web Services X-Ray for distributed tracing and application monitoring

The delivery destination type determines the format and configuration options available for log delivery.


[View source]
def delivery_destination_type=(delivery_destination_type : DeliveryDestinationType | Nil) #

The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:

  • S3 - Amazon S3 for long-term storage and analytics

  • CWL - CloudWatch Logs for centralized log management

  • FH - Amazon Kinesis Data Firehose for real-time data streaming

  • XRAY - Amazon Web Services X-Ray for distributed tracing and application monitoring

The delivery destination type determines the format and configuration options available for log delivery.


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

See Object#hash(hasher)


def name : String #

A name for this delivery destination. This name must be unique for all delivery destinations in your account.


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

A name for this delivery destination. This name must be unique for all delivery destinations in your account.


[View source]
def output_format : OutputFormat | Nil #

The format for the logs that this delivery destination will receive.


[View source]
def output_format=(output_format : OutputFormat | Nil) #

The format for the logs that this delivery destination will receive.


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

An optional list of key-value pairs to associate with the resource.

For more information about tagging, see Tagging Amazon Web Services resources


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

An optional list of key-value pairs to associate with the resource.

For more information about tagging, see Tagging Amazon Web Services resources


[View source]
def validate! : Nil #

[View source]