Uses of Interface
software.amazon.awscdk.services.redshift.CfnCluster.LoggingPropertiesProperty
Packages that use CfnCluster.LoggingPropertiesProperty
-
Uses of CfnCluster.LoggingPropertiesProperty in software.amazon.awscdk.services.redshift
Classes in software.amazon.awscdk.services.redshift that implement CfnCluster.LoggingPropertiesPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnCluster.LoggingPropertiesProperty
Methods in software.amazon.awscdk.services.redshift that return CfnCluster.LoggingPropertiesPropertyModifier and TypeMethodDescriptionCfnCluster.LoggingPropertiesProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.redshift with parameters of type CfnCluster.LoggingPropertiesPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.loggingProperties
(CfnCluster.LoggingPropertiesProperty loggingProperties) Specifies logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.CfnClusterProps.Builder.loggingProperties
(CfnCluster.LoggingPropertiesProperty loggingProperties) Sets the value ofCfnClusterProps.getLoggingProperties()
void
CfnCluster.setLoggingProperties
(CfnCluster.LoggingPropertiesProperty value) Specifies logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.