Class: Aws::SecurityHub::Types::AwsRedshiftClusterLoggingStatus

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

Overview

Provides information about the logging status of the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket where the log files are stored.

Returns:

  • (String)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'lib/aws-sdk-securityhub/types.rb', line 17327

class AwsRedshiftClusterLoggingStatus < Struct.new(
  :bucket_name,
  :last_failure_message,
  :last_failure_time,
  :last_successful_delivery_time,
  :logging_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#last_failure_messageString

The message indicating that the logs failed to be delivered.

Returns:

  • (String)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'lib/aws-sdk-securityhub/types.rb', line 17327

class AwsRedshiftClusterLoggingStatus < Struct.new(
  :bucket_name,
  :last_failure_message,
  :last_failure_time,
  :last_successful_delivery_time,
  :logging_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#last_failure_timeString

The last time when logs failed to be delivered.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps

Returns:

  • (String)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'lib/aws-sdk-securityhub/types.rb', line 17327

class AwsRedshiftClusterLoggingStatus < Struct.new(
  :bucket_name,
  :last_failure_message,
  :last_failure_time,
  :last_successful_delivery_time,
  :logging_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#last_successful_delivery_timeString

The last time that logs were delivered successfully.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps

Returns:

  • (String)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'lib/aws-sdk-securityhub/types.rb', line 17327

class AwsRedshiftClusterLoggingStatus < Struct.new(
  :bucket_name,
  :last_failure_message,
  :last_failure_time,
  :last_successful_delivery_time,
  :logging_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#logging_enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'lib/aws-sdk-securityhub/types.rb', line 17327

class AwsRedshiftClusterLoggingStatus < Struct.new(
  :bucket_name,
  :last_failure_message,
  :last_failure_time,
  :last_successful_delivery_time,
  :logging_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

Provides the prefix applied to the log file names.

Returns:

  • (String)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'lib/aws-sdk-securityhub/types.rb', line 17327

class AwsRedshiftClusterLoggingStatus < Struct.new(
  :bucket_name,
  :last_failure_message,
  :last_failure_time,
  :last_successful_delivery_time,
  :logging_enabled,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end