Skip to content
DocsTry Aspire
DocsTry

PostaResource Constructors

ClassConstructors1 member
Resource for the Posta email delivery platform.
Constructor(string, ParameterResource, ParameterResource)Section titled Constructor(string, ParameterResource, ParameterResource)
Resource for the Posta email delivery platform.
public sealed class PostaResource
{
public PostaResource(
string name,
ParameterResource jwtSecret,
ParameterResource adminPassword)
{
// ...
}
}
namestringThe name of the resource.
jwtSecretParameterResourceA parameter that contains the JWT signing secret.
adminPasswordParameterResourceA parameter that contains the initial admin password.