class Aws::CloudFormation::Types::LoggingConfig

Contains logging configuration information for an extension.

@note When making an API call, you may pass LoggingConfig

data as a hash:

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

@!attribute [rw] log_role_arn

The Amazon Resource Name (ARN) of the role that CloudFormation
should assume when sending log entries to CloudWatch Logs.
@return [String]

@!attribute [rw] log_group_name

The Amazon CloudWatch Logs group to which CloudFormation sends error
logging information when invoking the extension's handlers.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/LoggingConfig AWS API Documentation

Constants

SENSITIVE