DigitaloceanProvider

class DigitaloceanProvider : KotlinProviderResource

The provider type for the digitalocean package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Properties

Link copied to clipboard
val apiEndpoint: Output<String>?

The URL to use for the DigitalOcean API.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val spacesAccessId: Output<String>?

The access key ID for Spaces API operations.

Link copied to clipboard
val spacesEndpoint: Output<String>?

The URL to use for the DigitalOcean Spaces API.

Link copied to clipboard
val spacesSecretKey: Output<String>?

The secret access key for Spaces API operations.

Link copied to clipboard
val token: Output<String>?

The token key for API operations.

Link copied to clipboard
val urn: Output<String>