AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.resiliencehub.getApp
Explore with Pulumi AI
Resource Type Definition for AWS::ResilienceHub::App.
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(app_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppResult
def get_app_output(app_arn: 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: aws-native:resiliencehub:getApp
arguments:
# arguments dictionary
The following arguments are supported:
- App
Arn string Amazon Resource Name (ARN) of the App.
- App
Arn string Amazon Resource Name (ARN) of the App.
- app
Arn String Amazon Resource Name (ARN) of the App.
- app
Arn string Amazon Resource Name (ARN) of the App.
- app_
arn str Amazon Resource Name (ARN) of the App.
- app
Arn String Amazon Resource Name (ARN) of the App.
getApp Result
The following output properties are available:
- App
Arn string Amazon Resource Name (ARN) of the App.
- App
Assessment Pulumi.Schedule Aws Native. Resilience Hub. App Assessment Schedule Assessment execution schedule.
- App
Template stringBody A string containing full ResilienceHub app template body.
- Description string
App description.
- Resiliency
Policy stringArn Amazon Resource Name (ARN) of the Resiliency Policy.
- Resource
Mappings List<Pulumi.Aws Native. Resilience Hub. Outputs. App Resource Mapping> An array of ResourceMapping objects.
- Pulumi.
Aws Native. Resilience Hub. Outputs. App Tag Map
- App
Arn string Amazon Resource Name (ARN) of the App.
- App
Assessment AppSchedule Assessment Schedule Assessment execution schedule.
- App
Template stringBody A string containing full ResilienceHub app template body.
- Description string
App description.
- Resiliency
Policy stringArn Amazon Resource Name (ARN) of the Resiliency Policy.
- Resource
Mappings []AppResource Mapping An array of ResourceMapping objects.
- App
Tag Map
- app
Arn String Amazon Resource Name (ARN) of the App.
- app
Assessment AppSchedule Assessment Schedule Assessment execution schedule.
- app
Template StringBody A string containing full ResilienceHub app template body.
- description String
App description.
- resiliency
Policy StringArn Amazon Resource Name (ARN) of the Resiliency Policy.
- resource
Mappings List<AppResource Mapping> An array of ResourceMapping objects.
- App
Tag Map
- app
Arn string Amazon Resource Name (ARN) of the App.
- app
Assessment AppSchedule Assessment Schedule Assessment execution schedule.
- app
Template stringBody A string containing full ResilienceHub app template body.
- description string
App description.
- resiliency
Policy stringArn Amazon Resource Name (ARN) of the Resiliency Policy.
- resource
Mappings AppResource Mapping[] An array of ResourceMapping objects.
- App
Tag Map
- app_
arn str Amazon Resource Name (ARN) of the App.
- app_
assessment_ Appschedule Assessment Schedule Assessment execution schedule.
- app_
template_ strbody A string containing full ResilienceHub app template body.
- description str
App description.
- resiliency_
policy_ strarn Amazon Resource Name (ARN) of the Resiliency Policy.
- resource_
mappings Sequence[AppResource Mapping] An array of ResourceMapping objects.
- App
Tag Map
- app
Arn String Amazon Resource Name (ARN) of the App.
- app
Assessment "Disabled" | "Daily"Schedule Assessment execution schedule.
- app
Template StringBody A string containing full ResilienceHub app template body.
- description String
App description.
- resiliency
Policy StringArn Amazon Resource Name (ARN) of the Resiliency Policy.
- resource
Mappings List<Property Map> An array of ResourceMapping objects.
- Property Map
Supporting Types
AppAssessmentSchedule
AppPhysicalResourceId
- Identifier string
- Type string
- Aws
Account stringId - Aws
Region string
- Identifier string
- Type string
- Aws
Account stringId - Aws
Region string
- identifier String
- type String
- aws
Account StringId - aws
Region String
- identifier string
- type string
- aws
Account stringId - aws
Region string
- identifier str
- type str
- aws_
account_ strid - aws_
region str
- identifier String
- type String
- aws
Account StringId - aws
Region String
AppResourceMapping
- Mapping
Type string - Physical
Resource AppId Physical Resource Id - Eks
Source stringName - Logical
Stack stringName - Resource
Name string - Terraform
Source stringName
- mapping
Type String - physical
Resource AppId Physical Resource Id - eks
Source StringName - logical
Stack StringName - resource
Name String - terraform
Source StringName
- mapping
Type string - physical
Resource AppId Physical Resource Id - eks
Source stringName - logical
Stack stringName - resource
Name string - terraform
Source stringName
- mapping
Type String - physical
Resource Property MapId - eks
Source StringName - logical
Stack StringName - resource
Name String - terraform
Source StringName
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0