We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 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 dictionaryThe following arguments are supported:
- Vector
Bucket stringArn 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 stringArn 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 StringArn 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 stringArn 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_ strarn 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 StringArn 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:
- Creation
Time string Returns the date and time when the vector bucket was created.
Example:
2024-12-21T10:30:00Z-
List<Pulumi.
Aws Native. Outputs. Tag> - User tags (key-value pairs) to associate with the vector bucket.
- Vector
Bucket stringArn 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 string Returns the date and time when the vector bucket was created.
Example:
2024-12-21T10:30:00Z- Tag
- User tags (key-value pairs) to associate with the vector bucket.
- Vector
Bucket stringArn 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 String Returns the date and time when the vector bucket was created.
Example:
2024-12-21T10:30:00Z- List<Tag>
- User tags (key-value pairs) to associate with the vector bucket.
- vector
Bucket StringArn 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 string Returns the date and time when the vector bucket was created.
Example:
2024-12-21T10:30:00Z- Tag[]
- User tags (key-value pairs) to associate with the vector bucket.
- vector
Bucket stringArn 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- Sequence[root_Tag]
- User tags (key-value pairs) to associate with the vector bucket.
- vector_
bucket_ strarn 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 String Returns the date and time when the vector bucket was created.
Example:
2024-12-21T10:30:00Z- List<Property Map>
- User tags (key-value pairs) to associate with the vector bucket.
- vector
Bucket StringArn 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
