Class: Aws::Transfer::Types::LoggingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Consists of the logging role and the log group name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.

Returns:

  • (String)


4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-transfer/types.rb', line 4649

class LoggingConfiguration < Struct.new(
  :logging_role,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#logging_roleString

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.

Returns:

  • (String)


4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-transfer/types.rb', line 4649

class LoggingConfiguration < Struct.new(
  :logging_role,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end