| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.clone() |
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterDetails.getLoggingStatus()
Information about the logging status of the cluster.
|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.withBucketName(String bucketName)
The name of the S3 bucket where the log files are stored.
|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.withLastFailureMessage(String lastFailureMessage)
The message indicating that the logs failed to be delivered.
|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.withLastFailureTime(String lastFailureTime)
The last time when logs failed to be delivered.
|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.withLastSuccessfulDeliveryTime(String lastSuccessfulDeliveryTime)
The last time that logs were delivered successfully.
|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.withLoggingEnabled(Boolean loggingEnabled)
Indicates whether logging is enabled.
|
AwsRedshiftClusterLoggingStatus |
AwsRedshiftClusterLoggingStatus.withS3KeyPrefix(String s3KeyPrefix)
Provides the prefix applied to the log file names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRedshiftClusterDetails.setLoggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withLoggingStatus(AwsRedshiftClusterLoggingStatus loggingStatus)
Information about the logging status of the cluster.
|
Copyright © 2024. All rights reserved.