Show / Hide Table of Contents

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()
Namespace: Pulumi.AliCloud.Oss.Outputs
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
Type Description
System.Collections.Immutable.ImmutableArray<GetBucketsBucketCorsRuleResult>
View Source

CreationDate

Bucket creation date.

Declaration
public readonly string CreationDate
Field Value
Type Description
System.String
View Source

ExtranetEndpoint

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
Type Description
System.Collections.Immutable.ImmutableArray<GetBucketsBucketLifecycleRuleResult>
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
Type Description
GetBucketsBucketLoggingResult
View Source

Name

Bucket name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Owner

Bucket 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
Type Description
GetBucketsBucketRefererConfigResult
View Source

ServerSideEncryptionRule

A configuration of default encryption for a bucket. It contains the following attributes:

Declaration
public readonly GetBucketsBucketServerSideEncryptionRuleResult ServerSideEncryptionRule
Field Value
Type Description
GetBucketsBucketServerSideEncryptionRuleResult
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

Tags

A mapping of tags.

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
Type Description
GetBucketsBucketVersioningResult
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
Type Description
GetBucketsBucketWebsiteResult
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.