Show / Hide Table of Contents

Class GetSpacesBucketObjectsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSpacesBucketObjectsArgs
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 GetSpacesBucketObjectsArgs : InvokeArgs

Constructors

View Source

GetSpacesBucketObjectsArgs()

Declaration
public GetSpacesBucketObjectsArgs()

Properties

View Source

Bucket

Lists object keys in this Spaces bucket

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

Delimiter

A character used to group keys (Default: none)

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

EncodingType

Encodes keys using this method (Default: none; besides none, only "url" can be used)

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

MaxKeys

Maximum object keys to return (Default: 1000)

Declaration
public int? MaxKeys { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Prefix

Limits results to object keys with this prefix (Default: none)

Declaration
public string Prefix { 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
Back to top Copyright 2016-2020, Pulumi Corporation.