1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. s3vectors
  5. getVectorBucket

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.s3vectors.getVectorBucket

Start a Neo task
Explain and create an aws-native.s3vectors.getVectorBucket resource
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource Type definition for AWS::S3Vectors::VectorBucket

    Using getVectorBucket

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVectorBucket(args: GetVectorBucketArgs, opts?: InvokeOptions): Promise<GetVectorBucketResult>
    function getVectorBucketOutput(args: GetVectorBucketOutputArgs, opts?: InvokeOptions): Output<GetVectorBucketResult>
    def get_vector_bucket(vector_bucket_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetVectorBucketResult
    def get_vector_bucket_output(vector_bucket_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetVectorBucketResult]
    func LookupVectorBucket(ctx *Context, args *LookupVectorBucketArgs, opts ...InvokeOption) (*LookupVectorBucketResult, error)
    func LookupVectorBucketOutput(ctx *Context, args *LookupVectorBucketOutputArgs, opts ...InvokeOption) LookupVectorBucketResultOutput

    > Note: This function is named LookupVectorBucket in the Go SDK.

    public static class GetVectorBucket 
    {
        public static Task<GetVectorBucketResult> InvokeAsync(GetVectorBucketArgs args, InvokeOptions? opts = null)
        public static Output<GetVectorBucketResult> Invoke(GetVectorBucketInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVectorBucketResult> getVectorBucket(GetVectorBucketArgs args, InvokeOptions options)
    public static Output<GetVectorBucketResult> getVectorBucket(GetVectorBucketArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:s3vectors:getVectorBucket
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VectorBucketArn string

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    VectorBucketArn string

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    vectorBucketArn String

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    vectorBucketArn string

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    vector_bucket_arn str

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    vectorBucketArn String

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    getVectorBucket Result

    The following output properties are available:

    CreationTime string

    Returns the date and time when the vector bucket was created.

    Example: 2024-12-21T10:30:00Z

    VectorBucketArn string

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    CreationTime string

    Returns the date and time when the vector bucket was created.

    Example: 2024-12-21T10:30:00Z

    VectorBucketArn string

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    creationTime String

    Returns the date and time when the vector bucket was created.

    Example: 2024-12-21T10:30:00Z

    vectorBucketArn String

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    creationTime string

    Returns the date and time when the vector bucket was created.

    Example: 2024-12-21T10:30:00Z

    vectorBucketArn string

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    creation_time str

    Returns the date and time when the vector bucket was created.

    Example: 2024-12-21T10:30:00Z

    vector_bucket_arn str

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    creationTime String

    Returns the date and time when the vector bucket was created.

    Example: 2024-12-21T10:30:00Z

    vectorBucketArn String

    Returns the Amazon Resource Name (ARN) of the specified vector bucket.

    Example: arn:aws:s3vectors:us-east-1:123456789012:bucket/amzn-s3-demo-vector-bucket

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate