Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
heroku.app.getApp
Explore with Pulumi AI
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns
Using getApp
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApp(args: GetAppArgs, opts?: InvokeOptions): Promise<GetAppResult>
function getAppOutput(args: GetAppOutputArgs, opts?: InvokeOptions): Output<GetAppResult>
def get_app(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppResult
def get_app_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppResult]
func LookupApp(ctx *Context, args *LookupAppArgs, opts ...InvokeOption) (*LookupAppResult, error)
func LookupAppOutput(ctx *Context, args *LookupAppOutputArgs, opts ...InvokeOption) LookupAppResultOutput
> Note: This function is named LookupApp
in the Go SDK.
public static class GetApp
{
public static Task<GetAppResult> InvokeAsync(GetAppArgs args, InvokeOptions? opts = null)
public static Output<GetAppResult> Invoke(GetAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppResult> getApp(GetAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: heroku:app/getApp:getApp
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getApp Result
The following output properties are available:
- Acm bool
- Buildpacks List<string>
- Config
Vars Dictionary<string, object> - Git
Url string - Heroku
Hostname string - Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Routing bool - Name string
- Organizations
List<Pulumiverse.
Heroku. App. Outputs. Get App Organization> - Region string
- Space string
- Stack string
- Uuid string
- Web
Url string
- Acm bool
- Buildpacks []string
- Config
Vars map[string]interface{} - Git
Url string - Heroku
Hostname string - Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Routing bool - Name string
- Organizations
[]Get
App Organization - Region string
- Space string
- Stack string
- Uuid string
- Web
Url string
- acm Boolean
- buildpacks List<String>
- config
Vars Map<String,Object> - git
Url String - heroku
Hostname String - id String
- The provider-assigned unique ID for this managed resource.
- internal
Routing Boolean - name String
- organizations
List<Get
App Organization> - region String
- space String
- stack String
- uuid String
- web
Url String
- acm boolean
- buildpacks string[]
- config
Vars {[key: string]: any} - git
Url string - heroku
Hostname string - id string
- The provider-assigned unique ID for this managed resource.
- internal
Routing boolean - name string
- organizations
Get
App Organization[] - region string
- space string
- stack string
- uuid string
- web
Url string
- acm bool
- buildpacks Sequence[str]
- config_
vars Mapping[str, Any] - git_
url str - heroku_
hostname str - id str
- The provider-assigned unique ID for this managed resource.
- internal_
routing bool - name str
- organizations
Sequence[Get
App Organization] - region str
- space str
- stack str
- uuid str
- web_
url str
- acm Boolean
- buildpacks List<String>
- config
Vars Map<Any> - git
Url String - heroku
Hostname String - id String
- The provider-assigned unique ID for this managed resource.
- internal
Routing Boolean - name String
- organizations List<Property Map>
- region String
- space String
- stack String
- uuid String
- web
Url String
Supporting Types
GetAppOrganization
Package Details
- Repository
- heroku pulumiverse/pulumi-heroku
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
heroku
Terraform Provider.
Heroku v1.0.3 published on Friday, Apr 14, 2023 by pulumiverse - Marcel Arns