Interface CfnKnowledgeBasePropsMixin.AppIntegrationsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnKnowledgeBasePropsMixin.AppIntegrationsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnKnowledgeBasePropsMixin

@Stability(Stable) public static interface CfnKnowledgeBasePropsMixin.AppIntegrationsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration information for Amazon AppIntegrations to automatically ingest content.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
 AppIntegrationsConfigurationProperty appIntegrationsConfigurationProperty = AppIntegrationsConfigurationProperty.builder()
         .appIntegrationArn("appIntegrationArn")
         .objectFields(List.of("objectFields"))
         .build();
 

See Also: