AWS::S3Vectors::IndexResource Type definition for AWS::S3Vectors::Index
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataType | string | RequiredCreate-only |
Dimension | integer | RequiredCreate-only |
DistanceMetric | string | RequiredCreate-only |
EncryptionConfiguration | EncryptionConfiguration | Create-only |
IndexName | string | Create-only |
MetadataConfiguration | MetadataConfiguration | Create-only |
Tags | Array<Tag> | |
VectorBucketArn | string | Create-only |
VectorBucketName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | - |
IndexArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Vectors::Index
Resources:
MyResource:
Type: AWS::S3Vectors::Index
Properties:
DataType: "value"
Dimension: "value"
DistanceMetric: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3vectors:GetIndexs3vectors:CreateIndexs3vectors:TagResourcekms:GenerateDataKeykms:Decrypts3vectors:GetIndexs3vectors:ListTagsForResources3vectors:GetIndexs3vectors:TagResources3vectors:UntagResources3vectors:ListTagsForResources3vectors:GetIndexs3vectors:DeleteIndexs3vectors:ListIndexesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIndexArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DataTypeDimensionDistanceMetricEncryptionConfigurationIndexNameMetadataConfigurationVectorBucketArnVectorBucketName