Class SpacesBucketState
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 SpacesBucketState : ResourceArgs
Constructors
View SourceSpacesBucketState()
Declaration
public SpacesBucketState()
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> |
BucketDomainName
The FQDN of the bucket (e.g. bucket-name.nyc3.digitaloceanspaces.com)
Declaration
public Input<string> BucketDomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CorsRules
A rule of Cross-Origin Resource Sharing (documented below).
Declaration
public InputList<SpacesBucketCorsRuleGetArgs> CorsRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SpacesBucketCorsRuleGetArgs> |
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<SpacesBucketLifecycleRuleGetArgs> LifecycleRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SpacesBucketLifecycleRuleGetArgs> |
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> |
Urn
The uniform resource name for the bucket
Declaration
public Input<string> Urn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Versioning
A state of versioning (documented below)
Declaration
public Input<SpacesBucketVersioningGetArgs> Versioning { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpacesBucketVersioningGetArgs> |