besom.api.random

Members list

Type members

Classlikes

final case class Provider extends ProviderResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ProviderResource
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object Provider

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Provider.type
final case class ProviderArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ProviderArgs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomId extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object RandomId

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RandomId.type
final case class RandomIdArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RandomIdArgs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomInteger extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object RandomInteger

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomIntegerArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomPassword extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomPasswordArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomPet extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object RandomPet

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RandomPet.type
final case class RandomPetArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RandomPetArgs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomShuffle extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object RandomShuffle

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomShuffleArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomString extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object RandomString

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomStringArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RandomUuid extends CustomResource

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CustomResource
trait Resource
class Object
trait Matchable
class Any
Show all
object RandomUuid

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RandomUuid.type
final case class RandomUuidArgs

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def provider(using ctx: Context)(name: NonEmptyString, args: ProviderArgs, opts: CustomResourceOptions): Output[Provider]
def randomId(using ctx: Context)(name: NonEmptyString, args: RandomIdArgs, opts: CustomResourceOptions): Output[RandomId]
def randomInteger(using ctx: Context)(name: NonEmptyString, args: RandomIntegerArgs, opts: CustomResourceOptions): Output[RandomInteger]
def randomPassword(using ctx: Context)(name: NonEmptyString, args: RandomPasswordArgs, opts: CustomResourceOptions): Output[RandomPassword]
def randomPet(using ctx: Context)(name: NonEmptyString, args: RandomPetArgs, opts: CustomResourceOptions): Output[RandomPet]
def randomShuffle(using ctx: Context)(name: NonEmptyString, args: RandomShuffleArgs, opts: CustomResourceOptions): Output[RandomShuffle]
def randomString(using ctx: Context)(name: NonEmptyString, args: RandomStringArgs, opts: CustomResourceOptions): Output[RandomString]
def randomUuid(using ctx: Context)(name: NonEmptyString, args: RandomUuidArgs, opts: CustomResourceOptions): Output[RandomUuid]