Show / Hide Table of Contents

Class GetBucketResult

Inheritance
System.Object
GetBucketResult
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.Aws.S3
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBucketResult

Fields

View Source

Arn

The ARN of the bucket. Will be of format arn:aws:s3:::bucketname.

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

Bucket

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

BucketDomainName

The bucket domain name. Will be of format bucketname.s3.amazonaws.com.

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

BucketRegionalDomainName

The bucket region-specific domain name. The bucket domain name including the region name, please refer here for format. Note: The AWS CloudFront allows specifying S3 region-specific endpoint when creating S3 origin, it will prevent redirect issues from CloudFront to S3 Origin URL.

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

HostedZoneId

The Route 53 Hosted Zone ID for this bucket's region.

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

Id

The provider-assigned unique ID for this managed resource.

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

Region

The AWS region this bucket resides in.

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

WebsiteDomain

The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records.

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

WebsiteEndpoint

The website endpoint, if the bucket is configured with a website. If not, this will be an empty string.

Declaration
public readonly string WebsiteEndpoint
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.