Interface CfnAssistantAssociation.AssociationDataProperty

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

@Stability(Stable) public static interface CfnAssistantAssociation.AssociationDataProperty extends software.amazon.jsii.JsiiSerializable
A union type that currently has a single argument, which is the knowledge base ID.

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.wisdom.*;
 AssociationDataProperty associationDataProperty = AssociationDataProperty.builder()
         .knowledgeBaseId("knowledgeBaseId")
         .build();
 

See Also: