AWS Fundamentals Logo
AWS Fundamentals
AWS::S3Vectors::VectorBucket

S3Vectors VectorBucket

Resource Type definition for AWS::S3Vectors::VectorBucket

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
EncryptionConfiguration
EncryptionConfiguration
Create-only
Tags
Array<Tag>
VectorBucketName
string
Create-only

Return Values

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

AttributeTypeDescription
CreationTimestring-
VectorBucketArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Vectors::VectorBucket

Resources:
  MyResource:
    Type: AWS::S3Vectors::VectorBucket
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

s3vectors:GetVectorBuckets3vectors:CreateVectorBuckets3vectors:TagResourcekms:GenerateDataKey

read

s3vectors:GetVectorBuckets3vectors:ListTagsForResource

delete

s3vectors:GetVectorBuckets3vectors:DeleteVectorBucket

update

s3vectors:GetVectorBuckets3vectors:TagResources3vectors:UntagResources3vectors:ListTagsForResource

list

s3vectors:ListVectorBuckets

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

ServiceS3Vectors
Properties5
Required0
TaggingSupported
Primary IDVectorBucketArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

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

VectorBucketNameEncryptionConfiguration

Related Resources

External Links