@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.521Z")
public interface CfnAppProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.resiliencehub.*; CfnAppProps cfnAppProps = CfnAppProps.builder() .appTemplateBody("appTemplateBody") .name("name") .resourceMappings(List.of(ResourceMappingProperty.builder() .mappingType("mappingType") .physicalResourceId(PhysicalResourceIdProperty.builder() .identifier("identifier") .type("type") // the properties below are optional .awsAccountId("awsAccountId") .awsRegion("awsRegion") .build()) // the properties below are optional .logicalStackName("logicalStackName") .resourceName("resourceName") .terraformSourceName("terraformSourceName") .build())) // the properties below are optional .appAssessmentSchedule("appAssessmentSchedule") .description("description") .resiliencyPolicyArn("resiliencyPolicyArn") .tags(Map.of( "tagsKey", "tags")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppProps.Builder
A builder for
CfnAppProps |
static class |
CfnAppProps.Jsii$Proxy
An implementation for
CfnAppProps |
Modifier and Type | Method and Description |
---|---|
static CfnAppProps.Builder |
builder() |
default java.lang.String |
getAppAssessmentSchedule()
Assessment execution schedule with 'Daily' or 'Disabled' values.
|
java.lang.String |
getAppTemplateBody()
A string containing a full AWS Resilience Hub app template body.
|
default java.lang.String |
getDescription()
The optional description for an app.
|
java.lang.String |
getName()
The name for the application.
|
default java.lang.String |
getResiliencyPolicyArn()
The Amazon Resource Name (ARN) of the resiliency policy.
|
java.lang.Object |
getResourceMappings()
An array of ResourceMapping objects.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
The tags assigned to the resource.
|
java.lang.String getAppTemplateBody()
java.lang.String getName()
java.lang.Object getResourceMappings()
default java.lang.String getAppAssessmentSchedule()
default java.lang.String getDescription()
default java.lang.String getResiliencyPolicyArn()
default java.util.Map<java.lang.String,java.lang.String> getTags()
A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
static CfnAppProps.Builder builder()
CfnAppProps.Builder
of CfnAppProps