AWS::QBusiness::IndexDefinition of AWS::QBusiness::Index Resource Type
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationId | string | RequiredCreate-only |
DisplayName | string | Required |
CapacityConfiguration | IndexCapacityConfiguration | |
Description | string | |
DocumentAttributeConfigurations | Array<DocumentAttributeConfiguration> | |
Tags | Array<Tag> | |
Type | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
IndexArn | string | - |
IndexId | string | - |
IndexStatistics | IndexStatistics | - |
Status | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QBusiness::Index
Resources:
MyResource:
Type: AWS::QBusiness::Index
Properties:
ApplicationId: "my-applicationid"
DisplayName: "my-displayname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
qbusiness:CreateIndexqbusiness:GetIndexqbusiness:ListTagsForResourceqbusiness:TagResourceqbusiness:UpdateIndexqbusiness:GetIndexqbusiness:ListTagsForResourceqbusiness:GetIndexqbusiness:ListTagsForResourceqbusiness:TagResourceqbusiness:UntagResourceqbusiness:UpdateIndexqbusiness:DeleteIndexqbusiness:GetIndexqbusiness:ListIndicesOur 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