| Modifier and Type | Method and Description |
|---|---|
CfnApp.Builder |
appAssessmentSchedule(String appAssessmentSchedule)
`AWS::ResilienceHub::App.AppAssessmentSchedule`.
|
CfnApp.Builder |
appTemplateBody(String appTemplateBody)
A string containing a full Resilience Hub app template body.
|
CfnApp |
build() |
static CfnApp.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApp.Builder |
description(String description)
The optional description for an app.
|
CfnApp.Builder |
name(String name)
The name for the application.
|
CfnApp.Builder |
resiliencyPolicyArn(String resiliencyPolicyArn)
The Amazon Resource Name (ARN) of the resiliency policy.
|
CfnApp.Builder |
resourceMappings(IResolvable resourceMappings)
An array of ResourceMapping objects.
|
CfnApp.Builder |
resourceMappings(List<? extends Object> resourceMappings)
An array of ResourceMapping objects.
|
CfnApp.Builder |
tags(Map<String,String> tags)
The tags assigned to the resource.
|
@Stability(value=Stable) public static CfnApp.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApp.PhysicalResourceIdProperty.Builder.@Stability(value=Stable) public CfnApp.Builder appTemplateBody(String appTemplateBody)
appTemplateBody - A string containing a full Resilience Hub app template body. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder name(String name)
name - The name for the application. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder resourceMappings(IResolvable resourceMappings)
resourceMappings - An array of ResourceMapping objects. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder resourceMappings(List<? extends Object> resourceMappings)
resourceMappings - An array of ResourceMapping objects. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder appAssessmentSchedule(String appAssessmentSchedule)
appAssessmentSchedule - `AWS::ResilienceHub::App.AppAssessmentSchedule`. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder description(String description)
description - The optional description for an app. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder resiliencyPolicyArn(String resiliencyPolicyArn)
resiliencyPolicyArn - The Amazon Resource Name (ARN) of the resiliency policy. This parameter is required.this@Stability(value=Stable) public CfnApp.Builder tags(Map<String,String> tags)
A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
tags - The tags assigned to the resource. This parameter is required.thisCopyright © 2022. All rights reserved.