aws-miniflux.MinifluxService
Explore with Pulumi AI
Create MinifluxService Resource
new MinifluxService(name: string, args: MinifluxServiceArgs, opts?: CustomResourceOptions);
@overload
def MinifluxService(resource_name: str,
opts: Optional[ResourceOptions] = None,
admin_password: Optional[str] = None,
admin_username: Optional[str] = None,
db_name: Optional[str] = None,
db_password: Optional[str] = None,
db_username: Optional[str] = None)
@overload
def MinifluxService(resource_name: str,
args: MinifluxServiceArgs,
opts: Optional[ResourceOptions] = None)
func NewMinifluxService(ctx *Context, name string, args MinifluxServiceArgs, opts ...ResourceOption) (*MinifluxService, error)
public MinifluxService(string name, MinifluxServiceArgs args, CustomResourceOptions? opts = null)
public MinifluxService(String name, MinifluxServiceArgs args)
public MinifluxService(String name, MinifluxServiceArgs args, CustomResourceOptions options)
type: aws-miniflux:MinifluxService
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MinifluxServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MinifluxServiceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MinifluxServiceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MinifluxServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MinifluxServiceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MinifluxService Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The MinifluxService resource accepts the following input properties:
- Admin
Password string The Miniflux administrator's password.
- Db
Password string The PostgreSQL user's password.
- Admin
Username string The username to use for the Miniflux service administrator account.
- Db
Name string The name of the PostgreSQL database to be used by Miniflux.
- Db
Username string The username of the PostgreSQL account to be used by the Miniflux service.
- Admin
Password string The Miniflux administrator's password.
- Db
Password string The PostgreSQL user's password.
- Admin
Username string The username to use for the Miniflux service administrator account.
- Db
Name string The name of the PostgreSQL database to be used by Miniflux.
- Db
Username string The username of the PostgreSQL account to be used by the Miniflux service.
- admin
Password String The Miniflux administrator's password.
- db
Password String The PostgreSQL user's password.
- admin
Username String The username to use for the Miniflux service administrator account.
- db
Name String The name of the PostgreSQL database to be used by Miniflux.
- db
Username String The username of the PostgreSQL account to be used by the Miniflux service.
- admin
Password string The Miniflux administrator's password.
- db
Password string The PostgreSQL user's password.
- admin
Username string The username to use for the Miniflux service administrator account.
- db
Name string The name of the PostgreSQL database to be used by Miniflux.
- db
Username string The username of the PostgreSQL account to be used by the Miniflux service.
- admin_
password str The Miniflux administrator's password.
- db_
password str The PostgreSQL user's password.
- admin_
username str The username to use for the Miniflux service administrator account.
- db_
name str The name of the PostgreSQL database to be used by Miniflux.
- db_
username str The username of the PostgreSQL account to be used by the Miniflux service.
- admin
Password String The Miniflux administrator's password.
- db
Password String The PostgreSQL user's password.
- admin
Username String The username to use for the Miniflux service administrator account.
- db
Name String The name of the PostgreSQL database to be used by Miniflux.
- db
Username String The username of the PostgreSQL account to be used by the Miniflux service.
Outputs
All input properties are implicitly available as output properties. Additionally, the MinifluxService resource produces the following output properties:
- Endpoint string
The URL of the Miniflux service.
- Endpoint string
The URL of the Miniflux service.
- endpoint String
The URL of the Miniflux service.
- endpoint string
The URL of the Miniflux service.
- endpoint str
The URL of the Miniflux service.
- endpoint String
The URL of the Miniflux service.
Package Details
- Repository
- Miniflux
- License