class
Amazonite::CloudFormation::LoggingConfig
- Amazonite::CloudFormation::LoggingConfig
- Reference
- Object
Overview
Contains logging configuration information for an extension.
Defined in:
cloudformation/logging_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
-
#log_group_name=(log_group_name : String)
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
-
#log_role_arn : String
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
-
#log_role_arn=(log_role_arn : String)
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.