Class GetBucketsBucketResult
Inheritance
System.Object
GetBucketsBucketResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetBucketsBucketResult
Fields
View Source
Acl
Bucket access control list. Possible values: private, public-read and public-read-write.
Declaration
public readonly string Acl
Field Value
| Type |
Description |
| System.String |
|
View Source
CorsRules
A list of CORS rule configurations. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetBucketsBucketCorsRuleResult> CorsRules
Field Value
View Source
CreationDate
Declaration
public readonly string CreationDate
Field Value
| Type |
Description |
| System.String |
|
View Source
Internet domain name for accessing the bucket from outside.
Declaration
public readonly string ExtranetEndpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
IntranetEndpoint
Intranet domain name for accessing the bucket from an ECS instance in the same region.
Declaration
public readonly string IntranetEndpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
LifecycleRules
A list CORS of lifecycle configurations. When Lifecycle is enabled, OSS automatically deletes the objects or transitions the objects (to another storage class) corresponding the lifecycle rules on a regular basis. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetBucketsBucketLifecycleRuleResult> LifecycleRules
Field Value
View Source
Location
Region of the data center where the bucket is located.
Declaration
public readonly string Location
Field Value
| Type |
Description |
| System.String |
|
View Source
Logging
A list of one element containing configuration parameters used for storing access log information. It contains the following attributes:
Declaration
public readonly GetBucketsBucketLoggingResult Logging
Field Value
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Owner
Declaration
public readonly string Owner
Field Value
| Type |
Description |
| System.String |
|
View Source
Policy
Declaration
public readonly string Policy
Field Value
| Type |
Description |
| System.String |
|
View Source
RefererConfig
A list of one element containing referer configuration. It contains the following attributes:
Declaration
public readonly GetBucketsBucketRefererConfigResult RefererConfig
Field Value
View Source
ServerSideEncryptionRule
A configuration of default encryption for a bucket. It contains the following attributes:
Declaration
public readonly GetBucketsBucketServerSideEncryptionRuleResult ServerSideEncryptionRule
Field Value
View Source
StorageClass
Object storage type. Possible values: Standard, IA and Archive.
Declaration
public readonly string StorageClass
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
Versioning
If present , the versioning state has been set on the bucket. It contains the following attribute.
Declaration
public readonly GetBucketsBucketVersioningResult Versioning
Field Value
View Source
Website
A list of one element containing configuration parameters used when the bucket is used as a website. It contains the following attributes:
Declaration
public readonly GetBucketsBucketWebsiteResult Website
Field Value