Class SpacesBucketArgs
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 SpacesBucketArgs : ResourceArgs
Constructors
View SourceSpacesBucketArgs()
Declaration
public SpacesBucketArgs()
Properties
View SourceAcl
Canned ACL applied on bucket creation (private or public-read)
Declaration
public Input<string> Acl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CorsRules
A rule of Cross-Origin Resource Sharing (documented below).
Declaration
public InputList<SpacesBucketCorsRuleArgs> CorsRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SpacesBucketCorsRuleArgs> |
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> |
LifecycleRules
A configuration of object lifecycle management (documented below).
Declaration
public InputList<SpacesBucketLifecycleRuleArgs> LifecycleRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SpacesBucketLifecycleRuleArgs> |
Name
The name of the bucket
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region where the bucket resides (Defaults to nyc3)
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Versioning
A state of versioning (documented below)
Declaration
public Input<SpacesBucketVersioningArgs> Versioning { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpacesBucketVersioningArgs> |