AWS Fundamentals Logo
AWS Fundamentals
AWS::QBusiness::Plugin

QBusiness Plugin

Definition of AWS::QBusiness::Plugin Resource Type

Properties

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

Filter:
PropertyTypeFlags
AuthConfiguration
PluginAuthConfiguration
Required
DisplayName
string
Required
Type
string
RequiredCreate-only
ApplicationId
string
Create-only
CustomPluginConfiguration
CustomPluginConfiguration
ServerUrl
string
State
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
BuildStatusstring-
CreatedAtstring-
PluginArnstring-
PluginIdstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QBusiness::Plugin

Resources:
  MyResource:
    Type: AWS::QBusiness::Plugin
    Properties:
      AuthConfiguration: "value"
      DisplayName: "my-displayname"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iam:PassRoleqbusiness:CreatePluginqbusiness:GetPluginqbusiness:ListTagsForResourceqbusiness:TagResource

read

qbusiness:GetPluginqbusiness:ListTagsForResource

update

iam:PassRoleqbusiness:GetPluginqbusiness:ListTagsForResourceqbusiness:TagResourceqbusiness:UntagResourceqbusiness:UpdatePlugin

delete

qbusiness:DeletePluginqbusiness:GetPlugin

list

qbusiness:ListPlugins

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

ServiceQBusiness
Properties13
Required3
TaggingSupported
Primary IDApplicationId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ApplicationIdType

External Links