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.53.0 published on Monday, Feb 9, 2026 by Pulumi
aws-native logo

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

AWS Cloud Control v1.53.0 published on Monday, Feb 9, 2026 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

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    User tags (key-value pairs) to associate with the 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

    CreationTime string

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

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

    Tags Tag
    User tags (key-value pairs) to associate with the 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

    creationTime String

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

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

    tags List<Tag>
    User tags (key-value pairs) to associate with the 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

    creationTime string

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

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

    tags Tag[]
    User tags (key-value pairs) to associate with the 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

    creation_time str

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

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

    tags Sequence[root_Tag]
    User tags (key-value pairs) to associate with the 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

    creationTime String

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

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

    tags List<Property Map>
    User tags (key-value pairs) to associate with the 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

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.53.0 published on Monday, Feb 9, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate