ProviderType

besom.types.ProviderType
object ProviderType

See ProviderType type for more information.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Create a ProviderType with a provided provider`` identifier, in formatpulumi:providers:${provider}`.

Create a ProviderType with a provided provider`` identifier, in formatpulumi:providers:${provider}`.

Value parameters

provider

a provider identifier

Attributes

Returns

a ProviderType with the provided identifier

inline def from(s: String): ProviderType

Parse a provider type String into a ProviderType.

Parse a provider type String into a ProviderType.

Value parameters

s

a provider type string to parse

Attributes

Returns

a ProviderType if the string is valid, otherwise an compile time error occurs

Implicits

Implicits

implicit inline def str2ProviderType(inline s: String): ProviderType