Interface CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBase
@Stability(Stable)
public static interface CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Contains configurations for storage in Amazon Redshift.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
RedshiftQueryEngineRedshiftStorageConfigurationProperty redshiftQueryEngineRedshiftStorageConfigurationProperty = RedshiftQueryEngineRedshiftStorageConfigurationProperty.builder()
.databaseName("databaseName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseName
The name of the Amazon Redshift database.- See Also:
-
builder
@Stability(Stable) static CfnKnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty.Builder builder()
-