AWS::QBusiness::PluginDefinition of AWS::QBusiness::Plugin Resource Type
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthConfiguration | PluginAuthConfiguration | Required |
DisplayName | string | Required |
Type | string | RequiredCreate-only |
ApplicationId | string | Create-only |
CustomPluginConfiguration | CustomPluginConfiguration | |
ServerUrl | string | |
State | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
BuildStatus | string | - |
CreatedAt | string | - |
PluginArn | string | - |
PluginId | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRoleqbusiness:CreatePluginqbusiness:GetPluginqbusiness:ListTagsForResourceqbusiness:TagResourceqbusiness:GetPluginqbusiness:ListTagsForResourceiam:PassRoleqbusiness:GetPluginqbusiness:ListTagsForResourceqbusiness:TagResourceqbusiness:UntagResourceqbusiness:UpdatePluginqbusiness:DeletePluginqbusiness:GetPluginqbusiness:ListPluginsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationIdType