Show / Hide Table of Contents

Class GetSpacesBucketObjectArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSpacesBucketObjectArgs
Inherited Members
InvokeArgs.Empty
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetSpacesBucketObjectArgs : InvokeArgs

Constructors

View Source

GetSpacesBucketObjectArgs()

Declaration
public GetSpacesBucketObjectArgs()

Properties

View Source

Bucket

The name of the bucket to read the object from.

Declaration
public string Bucket { get; set; }
Property Value
Type Description
System.String
View Source

Key

The full path to the object inside the bucket

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String
View Source

Range

Declaration
public string Range { get; set; }
Property Value
Type Description
System.String
View Source

Region

The slug of the region where the bucket is stored.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
View Source

VersionId

Specific version ID of the object returned (defaults to latest version)

Declaration
public string VersionId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.