AWS Fundamentals Logo
AWS Fundamentals
AWS::QBusiness::Permission

QBusiness Permission

Definition of AWS::QBusiness::Permission Resource Type

Properties

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

Filter:
PropertyTypeFlags
Actions
Array<string>
RequiredCreate-only
ApplicationId
string
RequiredCreate-only
Principal
string
RequiredCreate-only
StatementId
string
RequiredCreate-only
Conditions
Array<Condition>
Create-only

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::Permission

Resources:
  MyResource:
    Type: AWS::QBusiness::Permission
    Properties:
      ApplicationId: "my-applicationid"
      StatementId: "my-statementid"
      Actions: []
      Principal: "value"

Required IAM Permissions

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

create

qbusiness:AssociatePermissionqbusiness:PutResourcePolicy

read

qbusiness:GetPolicy

delete

qbusiness:DisassociatePermissionqbusiness:PutResourcePolicy

list

qbusiness:GetPolicy

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
Properties5
Required4
TaggingNot supported
Primary IDApplicationId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

ApplicationIdStatementIdActionsPrincipalConditions

External Links