AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::AssistantAssociation

Wisdom AssistantAssociation

Definition of AWS::Wisdom::AssistantAssociation Resource Type

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AssistantId
string
RequiredCreate-only
Association
AssociationData
RequiredCreate-only
AssociationType
string
RequiredCreate-only
Tags
Array<Tag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AssistantArnstring-
AssistantAssociationArnstring-
AssistantAssociationIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Wisdom::AssistantAssociation

Resources:
  MyResource:
    Type: AWS::Wisdom::AssistantAssociation
    Properties:
      Association: "value"
      AssociationType: "value"
      AssistantId: "my-assistantid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

wisdom:CreateAssistantAssociationwisdom:TagResourceiam:PassRole

update

wisdom:GetAssistantAssociation

read

wisdom:GetAssistantAssociation

list

wisdom:ListAssistantAssociations

delete

wisdom:DeleteAssistantAssociation

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWisdom
Properties7
Required3
TaggingSupported
Primary IDAssistantAssociationId

Supported Operations

CreateUpdateReadListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AssociationAssociationTypeAssistantIdTags

External Links