besom.api.random
package besom.api.random
Members list
Type members
Classlikes
final case class Provider extends ProviderResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ProviderResourcetrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object Provider
Attributes
- Companion
- object
- Supertypes
object ProviderArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
ProviderArgs.type
final case class RandomId extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomId
Attributes
- Companion
- object
- Supertypes
object RandomIdArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomIdArgs.type
final case class RandomInteger extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomInteger
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomInteger.type
Attributes
- Companion
- object
- Supertypes
object RandomIntegerArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomIntegerArgs.type
final case class RandomPassword extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomPassword
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomPassword.type
Attributes
- Companion
- object
- Supertypes
object RandomPasswordArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomPasswordArgs.type
final case class RandomPet extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomPet
Attributes
- Companion
- object
- Supertypes
object RandomPetArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomPetArgs.type
final case class RandomShuffle extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomShuffle
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomShuffle.type
Attributes
- Companion
- object
- Supertypes
object RandomShuffleArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomShuffleArgs.type
final case class RandomString extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomString
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomString.type
Attributes
- Companion
- object
- Supertypes
object RandomStringArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomStringArgs.type
final case class RandomUuid extends CustomResource
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CustomResourcetrait Resourceclass Objecttrait Matchableclass AnyShow all
object RandomUuid
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomUuid.type
Attributes
- Companion
- object
- Supertypes
object RandomUuidArgs
Attributes
- Companion
- class
- Supertypes
- Self type
-
RandomUuidArgs.type
Value members
Concrete methods
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 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]
In this article