Show / Hide Table of Contents

Class SpacesBucketState

Inheritance
System.Object
InputArgs
ResourceArgs
SpacesBucketState
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 SpacesBucketState : ResourceArgs

Constructors

View Source

SpacesBucketState()

Declaration
public SpacesBucketState()

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

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>
View Source

CorsRules

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

Declaration
public InputList<SpacesBucketCorsRuleGetArgs> CorsRules { get; set; }
Property Value
Type Description
InputList<SpacesBucketCorsRuleGetArgs>
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<SpacesBucketLifecycleRuleGetArgs> LifecycleRules { get; set; }
Property Value
Type Description
InputList<SpacesBucketLifecycleRuleGetArgs>
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

Urn

The uniform resource name for the bucket

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

Versioning

A state of versioning (documented below)

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