Skip to main content
Module

x/aws_api/services/s3/mod.ts>CreateBucketRequest

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface CreateBucketRequest
import { type CreateBucketRequest } from "https://deno.land/x/aws_api@v0.8.0/services/s3/mod.ts";

Properties

optional
ACL: BucketCannedACL | null
Bucket: string
optional
CreateBucketConfiguration: CreateBucketConfiguration | null
optional
GrantFullControl: string | null
optional
GrantRead: string | null
optional
GrantReadACP: string | null
optional
GrantWrite: string | null
optional
GrantWriteACP: string | null
optional
ObjectLockEnabledForBucket: boolean | null
optional
ObjectOwnership: ObjectOwnership | null