Class GetSpacesBucketObjectArgs
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetSpacesBucketObjectArgs : InvokeArgs
Constructors
View SourceGetSpacesBucketObjectArgs()
Declaration
public GetSpacesBucketObjectArgs()
Properties
View SourceBucket
The name of the bucket to read the object from.
Declaration
public string Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key
The full path to the object inside the bucket
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Range
Declaration
public string Range { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The slug of the region where the bucket is stored.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VersionId
Specific version ID of the object returned (defaults to latest version)
Declaration
public string VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |