Show / Hide Table of Contents

Interface CfnAIAgentPropsMixin.IAssociationConfigurationProperty

The configuration for an Amazon Q in Connect Assistant Association.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAIAgentPropsMixin.IAssociationConfigurationProperty
Syntax (vb)
Public Interface CfnAIAgentPropsMixin.IAssociationConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-associationconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins;

             var associationConfigurationProperty = new AssociationConfigurationProperty {
                 AssociationConfigurationData = new AssociationConfigurationDataProperty {
                     KnowledgeBaseAssociationConfigurationData = new KnowledgeBaseAssociationConfigurationDataProperty {
                         ContentTagFilter = new TagFilterProperty {
                             AndConditions = new [] { new TagConditionProperty {
                                 Key = "key",
                                 Value = "value"
                             } },
                             OrConditions = new [] { new OrConditionProperty {
                                 AndConditions = new [] { new TagConditionProperty {
                                     Key = "key",
                                     Value = "value"
                                 } },
                                 TagCondition = new TagConditionProperty {
                                     Key = "key",
                                     Value = "value"
                                 }
                             } },
                             TagCondition = new TagConditionProperty {
                                 Key = "key",
                                 Value = "value"
                             }
                         },
                         MaxResults = 123,
                         OverrideKnowledgeBaseSearchType = "overrideKnowledgeBaseSearchType"
                     }
                 },
                 AssociationId = "associationId",
                 AssociationType = "associationType"
             };

Synopsis

Properties

AssociationConfigurationData

A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.

AssociationId

The identifier of the association for this Association Configuration.

AssociationType

The type of the association for this Association Configuration.

Properties

AssociationConfigurationData

A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.

object? AssociationConfigurationData { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-associationconfiguration.html#cfn-wisdom-aiagent-associationconfiguration-associationconfigurationdata

Type union: either IResolvable or CfnAIAgentPropsMixin.IAssociationConfigurationDataProperty

AssociationId

The identifier of the association for this Association Configuration.

string? AssociationId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-associationconfiguration.html#cfn-wisdom-aiagent-associationconfiguration-associationid

AssociationType

The type of the association for this Association Configuration.

string? AssociationType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-associationconfiguration.html#cfn-wisdom-aiagent-associationconfiguration-associationtype

Back to top Generated by DocFX