You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::LoggingConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LoggingConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  log_role_arn: "RoleArn", # required
  log_group_name: "LogGroupName", # required
}

Contains logging configuration information for a type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type\'s handlers.

Returns:

  • (String)

    The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type\'s handlers.

#log_role_arnString

The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.

Returns:

  • (String)

    The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.