aws-native logo
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:

AppArn string

Amazon Resource Name (ARN) of the App.

AppArn string

Amazon Resource Name (ARN) of the App.

appArn String

Amazon Resource Name (ARN) of the App.

appArn string

Amazon Resource Name (ARN) of the App.

app_arn str

Amazon Resource Name (ARN) of the App.

appArn String

Amazon Resource Name (ARN) of the App.

getApp Result

The following output properties are available:

AppArn string

Amazon Resource Name (ARN) of the App.

AppAssessmentSchedule Pulumi.AwsNative.ResilienceHub.AppAssessmentSchedule

Assessment execution schedule.

AppTemplateBody string

A string containing full ResilienceHub app template body.

Description string

App description.

ResiliencyPolicyArn string

Amazon Resource Name (ARN) of the Resiliency Policy.

ResourceMappings List<Pulumi.AwsNative.ResilienceHub.Outputs.AppResourceMapping>

An array of ResourceMapping objects.

Tags Pulumi.AwsNative.ResilienceHub.Outputs.AppTagMap
AppArn string

Amazon Resource Name (ARN) of the App.

AppAssessmentSchedule AppAssessmentSchedule

Assessment execution schedule.

AppTemplateBody string

A string containing full ResilienceHub app template body.

Description string

App description.

ResiliencyPolicyArn string

Amazon Resource Name (ARN) of the Resiliency Policy.

ResourceMappings []AppResourceMapping

An array of ResourceMapping objects.

Tags AppTagMap
appArn String

Amazon Resource Name (ARN) of the App.

appAssessmentSchedule AppAssessmentSchedule

Assessment execution schedule.

appTemplateBody String

A string containing full ResilienceHub app template body.

description String

App description.

resiliencyPolicyArn String

Amazon Resource Name (ARN) of the Resiliency Policy.

resourceMappings List<AppResourceMapping>

An array of ResourceMapping objects.

tags AppTagMap
appArn string

Amazon Resource Name (ARN) of the App.

appAssessmentSchedule AppAssessmentSchedule

Assessment execution schedule.

appTemplateBody string

A string containing full ResilienceHub app template body.

description string

App description.

resiliencyPolicyArn string

Amazon Resource Name (ARN) of the Resiliency Policy.

resourceMappings AppResourceMapping[]

An array of ResourceMapping objects.

tags AppTagMap
app_arn str

Amazon Resource Name (ARN) of the App.

app_assessment_schedule AppAssessmentSchedule

Assessment execution schedule.

app_template_body str

A string containing full ResilienceHub app template body.

description str

App description.

resiliency_policy_arn str

Amazon Resource Name (ARN) of the Resiliency Policy.

resource_mappings Sequence[AppResourceMapping]

An array of ResourceMapping objects.

tags AppTagMap
appArn String

Amazon Resource Name (ARN) of the App.

appAssessmentSchedule "Disabled" | "Daily"

Assessment execution schedule.

appTemplateBody String

A string containing full ResilienceHub app template body.

description String

App description.

resiliencyPolicyArn String

Amazon Resource Name (ARN) of the Resiliency Policy.

resourceMappings List<Property Map>

An array of ResourceMapping objects.

tags Property Map

Supporting Types

AppAssessmentSchedule

AppPhysicalResourceId

Identifier string
Type string
AwsAccountId string
AwsRegion string
Identifier string
Type string
AwsAccountId string
AwsRegion string
identifier String
type String
awsAccountId String
awsRegion String
identifier string
type string
awsAccountId string
awsRegion string
identifier String
type String
awsAccountId String
awsRegion String

AppResourceMapping

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0