Class: Aws::Types::LogConfigurationType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_configurationTypes::CloudWatchLogsConfigurationType

Returns the value of attribute cloud_watch_logs_configuration.

Returns:



1679
1680
1681
# File 'sig/types.rbs', line 1679

def cloud_watch_logs_configuration
  @cloud_watch_logs_configuration
end

#event_source"userNotification", "userAuthEvents"

Returns the value of attribute event_source.

Returns:



1678
1679
1680
# File 'sig/types.rbs', line 1678

def event_source
  @event_source
end

#firehose_configurationTypes::FirehoseConfigurationType

Returns the value of attribute firehose_configuration.

Returns:



1681
1682
1683
# File 'sig/types.rbs', line 1681

def firehose_configuration
  @firehose_configuration
end

#log_level"ERROR", "INFO"

Returns the value of attribute log_level.

Returns:



1677
1678
1679
# File 'sig/types.rbs', line 1677

def log_level
  @log_level
end

#s3_configurationTypes::S3ConfigurationType

Returns the value of attribute s3_configuration.

Returns:



1680
1681
1682
# File 'sig/types.rbs', line 1680

def s3_configuration
  @s3_configuration
end