koyeb.App
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as koyeb from "@pulumi/koyeb";
const my_app = new koyeb.App("my-app", {name: "my-app"});
import pulumi
import pulumi_koyeb as koyeb
my_app = koyeb.App("my-app", name="my-app")
package main
import (
"github.com/koyeb/pulumi-koyeb/sdk/go/koyeb"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := koyeb.NewApp(ctx, "my-app", &koyeb.AppArgs{
Name: pulumi.String("my-app"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Koyeb = Pulumi.Koyeb;
return await Deployment.RunAsync(() =>
{
var my_app = new Koyeb.App("my-app", new()
{
Name = "my-app",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.koyeb.App;
import com.pulumi.koyeb.AppArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var my_app = new App("my-app", AppArgs.builder()
.name("my-app")
.build());
}
}
resources:
my-app:
type: koyeb:App
properties:
name: my-app
Create App Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new App(name: string, args?: AppArgs, opts?: CustomResourceOptions);
@overload
def App(resource_name: str,
args: Optional[AppArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def App(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None)
func NewApp(ctx *Context, name string, args *AppArgs, opts ...ResourceOption) (*App, error)
public App(string name, AppArgs? args = null, CustomResourceOptions? opts = null)
type: koyeb:App
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AppArgs
- 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 AppArgs
- 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 AppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var appResource = new Koyeb.App("appResource", new()
{
Name = "string",
});
example, err := koyeb.NewApp(ctx, "appResource", &koyeb.AppArgs{
Name: pulumi.String("string"),
})
var appResource = new App("appResource", AppArgs.builder()
.name("string")
.build());
app_resource = koyeb.App("appResource", name="string")
const appResource = new koyeb.App("appResource", {name: "string"});
type: koyeb:App
properties:
name: string
App Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The App resource accepts the following input properties:
- Name string
- The app name
- Name string
- The app name
- name String
- The app name
- name string
- The app name
- name str
- The app name
- name String
- The app name
Outputs
All input properties are implicitly available as output properties. Additionally, the App resource produces the following output properties:
- Created
At string - The date and time of when the app was created
- Domains
List<App
Domain> - The app domains
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - The organization ID owning the app
- Updated
At string - The date and time of when the app was last updated
- Created
At string - The date and time of when the app was created
- Domains
[]App
Domain - The app domains
- Id string
- The provider-assigned unique ID for this managed resource.
- Organization
Id string - The organization ID owning the app
- Updated
At string - The date and time of when the app was last updated
- created
At String - The date and time of when the app was created
- domains
List<App
Domain> - The app domains
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - The organization ID owning the app
- updated
At String - The date and time of when the app was last updated
- created
At string - The date and time of when the app was created
- domains
App
Domain[] - The app domains
- id string
- The provider-assigned unique ID for this managed resource.
- organization
Id string - The organization ID owning the app
- updated
At string - The date and time of when the app was last updated
- created_
at str - The date and time of when the app was created
- domains
Sequence[App
Domain] - The app domains
- id str
- The provider-assigned unique ID for this managed resource.
- organization_
id str - The organization ID owning the app
- updated_
at str - The date and time of when the app was last updated
- created
At String - The date and time of when the app was created
- domains List<Property Map>
- The app domains
- id String
- The provider-assigned unique ID for this managed resource.
- organization
Id String - The organization ID owning the app
- updated
At String - The date and time of when the app was last updated
Look up Existing App Resource
Get an existing App resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AppState, opts?: CustomResourceOptions): App
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_at: Optional[str] = None,
domains: Optional[Sequence[AppDomainArgs]] = None,
name: Optional[str] = None,
organization_id: Optional[str] = None,
updated_at: Optional[str] = None) -> App
func GetApp(ctx *Context, name string, id IDInput, state *AppState, opts ...ResourceOption) (*App, error)
public static App Get(string name, Input<string> id, AppState? state, CustomResourceOptions? opts = null)
public static App get(String name, Output<String> id, AppState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Created
At string - The date and time of when the app was created
- Domains
List<App
Domain> - The app domains
- Name string
- The app name
- Organization
Id string - The organization ID owning the app
- Updated
At string - The date and time of when the app was last updated
- Created
At string - The date and time of when the app was created
- Domains
[]App
Domain Args - The app domains
- Name string
- The app name
- Organization
Id string - The organization ID owning the app
- Updated
At string - The date and time of when the app was last updated
- created
At String - The date and time of when the app was created
- domains
List<App
Domain> - The app domains
- name String
- The app name
- organization
Id String - The organization ID owning the app
- updated
At String - The date and time of when the app was last updated
- created
At string - The date and time of when the app was created
- domains
App
Domain[] - The app domains
- name string
- The app name
- organization
Id string - The organization ID owning the app
- updated
At string - The date and time of when the app was last updated
- created_
at str - The date and time of when the app was created
- domains
Sequence[App
Domain Args] - The app domains
- name str
- The app name
- organization_
id str - The organization ID owning the app
- updated_
at str - The date and time of when the app was last updated
- created
At String - The date and time of when the app was created
- domains List<Property Map>
- The app domains
- name String
- The app name
- organization
Id String - The organization ID owning the app
- updated
At String - The date and time of when the app was last updated
Supporting Types
AppDomain, AppDomainArgs
- Name string
- The domain name
- App
Name string - The app name the domain is assigned to
- Created
At string - The date and time of when the domain was created
- Deployment
Group string - The deployment group assigned to the domain
- Id string
- The domain ID
- Intended
Cname string - The CNAME record to point the domain to
- Messages string
- The status messages of the domain
- Organization
Id string - The organization ID owning the domain
- Status string
- The status of the domain
- Type string
- The domain type
- Updated
At string - The date and time of when the domain was last updated
- Verified
At string - The date and time of when the domain was last verified
- Version string
- The version of the domain
- Name string
- The domain name
- App
Name string - The app name the domain is assigned to
- Created
At string - The date and time of when the domain was created
- Deployment
Group string - The deployment group assigned to the domain
- Id string
- The domain ID
- Intended
Cname string - The CNAME record to point the domain to
- Messages string
- The status messages of the domain
- Organization
Id string - The organization ID owning the domain
- Status string
- The status of the domain
- Type string
- The domain type
- Updated
At string - The date and time of when the domain was last updated
- Verified
At string - The date and time of when the domain was last verified
- Version string
- The version of the domain
- name String
- The domain name
- app
Name String - The app name the domain is assigned to
- created
At String - The date and time of when the domain was created
- deployment
Group String - The deployment group assigned to the domain
- id String
- The domain ID
- intended
Cname String - The CNAME record to point the domain to
- messages String
- The status messages of the domain
- organization
Id String - The organization ID owning the domain
- status String
- The status of the domain
- type String
- The domain type
- updated
At String - The date and time of when the domain was last updated
- verified
At String - The date and time of when the domain was last verified
- version String
- The version of the domain
- name string
- The domain name
- app
Name string - The app name the domain is assigned to
- created
At string - The date and time of when the domain was created
- deployment
Group string - The deployment group assigned to the domain
- id string
- The domain ID
- intended
Cname string - The CNAME record to point the domain to
- messages string
- The status messages of the domain
- organization
Id string - The organization ID owning the domain
- status string
- The status of the domain
- type string
- The domain type
- updated
At string - The date and time of when the domain was last updated
- verified
At string - The date and time of when the domain was last verified
- version string
- The version of the domain
- name str
- The domain name
- app_
name str - The app name the domain is assigned to
- created_
at str - The date and time of when the domain was created
- deployment_
group str - The deployment group assigned to the domain
- id str
- The domain ID
- intended_
cname str - The CNAME record to point the domain to
- messages str
- The status messages of the domain
- organization_
id str - The organization ID owning the domain
- status str
- The status of the domain
- type str
- The domain type
- updated_
at str - The date and time of when the domain was last updated
- verified_
at str - The date and time of when the domain was last verified
- version str
- The version of the domain
- name String
- The domain name
- app
Name String - The app name the domain is assigned to
- created
At String - The date and time of when the domain was created
- deployment
Group String - The deployment group assigned to the domain
- id String
- The domain ID
- intended
Cname String - The CNAME record to point the domain to
- messages String
- The status messages of the domain
- organization
Id String - The organization ID owning the domain
- status String
- The status of the domain
- type String
- The domain type
- updated
At String - The date and time of when the domain was last updated
- verified
At String - The date and time of when the domain was last verified
- version String
- The version of the domain
Package Details
- Repository
- koyeb koyeb/pulumi-koyeb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
koyeb
Terraform Provider.