AssistantAssociationArgs

data class AssistantAssociationArgs(val assistantId: Output<String>? = null, val association: Output<AssistantAssociationAssociationDataArgs>? = null, val associationType: Output<AssistantAssociationAssociationType>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<AssistantAssociationArgs>

Definition of AWS::Wisdom::AssistantAssociation Resource Type

Constructors

Link copied to clipboard
constructor(assistantId: Output<String>? = null, association: Output<AssistantAssociationAssociationDataArgs>? = null, associationType: Output<AssistantAssociationAssociationType>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val assistantId: Output<String>? = null

The identifier of the Wisdom assistant.

Link copied to clipboard

The identifier of the associated resource.

Link copied to clipboard

The type of association.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

The tags used to organize, track, or control access for this resource.

Functions

Link copied to clipboard
open override fun toJava(): AssistantAssociationArgs