Show / Hide Table of Contents

Class SpacesBucketArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpacesBucketArgs
Inherited Members
ResourceArgs.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 SpacesBucketArgs : ResourceArgs

Constructors

View Source

SpacesBucketArgs()

Declaration
public SpacesBucketArgs()

Properties

View Source

Acl

Canned ACL applied on bucket creation (private or public-read)

Declaration
public Input<string> Acl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CorsRules

A rule of Cross-Origin Resource Sharing (documented below).

Declaration
public InputList<SpacesBucketCorsRuleArgs> CorsRules { get; set; }
Property Value
Type Description
InputList<SpacesBucketCorsRuleArgs>
View Source

ForceDestroy

Unless true, the bucket will only be destroyed if empty (Defaults to false)

Declaration
public Input<bool> ForceDestroy { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

LifecycleRules

A configuration of object lifecycle management (documented below).

Declaration
public InputList<SpacesBucketLifecycleRuleArgs> LifecycleRules { get; set; }
Property Value
Type Description
InputList<SpacesBucketLifecycleRuleArgs>
View Source

Name

The name of the bucket

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Region

The region where the bucket resides (Defaults to nyc3)

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

Versioning

A state of versioning (documented below)

Declaration
public Input<SpacesBucketVersioningArgs> Versioning { get; set; }
Property Value
Type Description
Input<SpacesBucketVersioningArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.