Class: Aws::SecurityHub::Types::AwsRedshiftClusterLoggingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterLoggingStatus
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the logging status of the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the S3 bucket where the log files are stored.
-
#last_failure_message ⇒ String
The message indicating that the logs failed to be delivered.
-
#last_failure_time ⇒ String
The last time when logs failed to be delivered.
-
#last_successful_delivery_time ⇒ String
The last time that logs were delivered successfully.
-
#logging_enabled ⇒ Boolean
Indicates whether logging is enabled.
-
#s3_key_prefix ⇒ String
Provides the prefix applied to the log file names.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket where the log files are stored.
17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17508 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_message ⇒ String
The message indicating that the logs failed to be delivered.
17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17508 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_time ⇒ String
The last time when logs failed to be delivered.
For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17508 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_time ⇒ String
The last time that logs were delivered successfully.
For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17508 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_enabled ⇒ Boolean
Indicates whether logging is enabled.
17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17508 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_prefix ⇒ String
Provides the prefix applied to the log file names.
17508 17509 17510 17511 17512 17513 17514 17515 17516 17517 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17508 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 |