class Amazonite::Ssm::LoggingInfo

Overview

Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

Included Modules

Defined in:

ssm/logging_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(s3_bucket_name : String, s3_region : String, s3_key_prefix : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

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

The name of an S3 bucket where execution logs are stored.


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

The name of an S3 bucket where execution logs are stored.


[View source]
def s3_key_prefix : String | Nil #

(Optional) The S3 bucket subfolder.


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

(Optional) The S3 bucket subfolder.


[View source]
def s3_region : String #

The Amazon Web Services Region where the S3 bucket is located.


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

The Amazon Web Services Region where the S3 bucket is located.


[View source]
def validate! : Nil #

[View source]