Class CreateBucketConfiguration
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.S3
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class CreateBucketConfiguration : IXmlRequest
Properties
| Edit this page View SourceBucket
Optional. Specifies settings for a directory bucket (e.g., data redundancy). Only applicable for S3 Express One Zone.
Declaration
public BucketInfo Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| BucketInfo |
Location
Optional. Specifies the location (Availability Zone or Local Zone) for a directory bucket. Only applicable for S3 Express One Zone (directory buckets).
Declaration
public LocationInfo Location { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationInfo |
LocationConstraint
Optional. Specifies the Region where the bucket will be created. If not specified, defaults to us-east-1.
Declaration
public string LocationConstraint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
Optional. A list of tags to associate with the new bucket.
Declaration
public List<Tag> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Tag> |