Resiliencehub

This page documents function available when using the Resiliencehub module, created with @service Resiliencehub.

Index

Documentation

Main.Resiliencehub.add_draft_app_version_resource_mappingsMethod
add_draft_app_version_resource_mappings(app_arn, resource_mappings)
add_draft_app_version_resource_mappings(app_arn, resource_mappings, params::Dict{String,<:Any})

Adds the resource mapping for the draft application version.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • resource_mappings: Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFNSTACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFNSTACK if the application is backed by a CloudFormation stack.
source
Main.Resiliencehub.create_appMethod
create_app(name)
create_app(name, params::Dict{String,<:Any})

Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. &lt;p&gt;After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).&lt;/p&gt;

Arguments

  • name: The name for the application.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "assessmentSchedule": Assessment execution schedule with 'Daily' or 'Disabled' values.
  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
  • "description": The optional description for an app.
  • "policyArn": The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • "tags": The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
source
Main.Resiliencehub.create_recommendation_templateMethod
create_recommendation_template(assessment_arn, name)
create_recommendation_template(assessment_arn, name, params::Dict{String,<:Any})

Creates a new recommendation template.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • name: The name for the recommendation template.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "bucketName": The name of the Amazon S3 bucket that will contain the recommendation template.
  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
  • "format": The format for the recommendation template. CfnJson The template is CloudFormation JSON. CfnYaml The template is CloudFormation YAML.
  • "recommendationIds": Identifiers for the recommendations used to create a recommendation template.
  • "recommendationTypes": An array of strings that specify the recommendation template type or types. Alarm The template is an AlarmRecommendation template. Sop The template is a SopRecommendation template. Test The template is a TestRecommendation template.
  • "tags": The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
source
Main.Resiliencehub.create_resiliency_policyMethod
create_resiliency_policy(policy, policy_name, tier)
create_resiliency_policy(policy, policy_name, tier, params::Dict{String,<:Any})

Creates a resiliency policy for an application.

Arguments

  • policy: The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
  • policy_name: The name of the policy
  • tier: The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
  • "dataLocationConstraint": Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
  • "policyDescription": The description for the policy.
  • "tags": The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
source
Main.Resiliencehub.delete_appMethod
delete_app(app_arn)
delete_app(app_arn, params::Dict{String,<:Any})

Deletes an AWS Resilience Hub application. This is a destructive action that can't be undone.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
  • "forceDelete": A boolean option to force the deletion of a Resilience Hub application.
source
Main.Resiliencehub.delete_app_assessmentMethod
delete_app_assessment(assessment_arn)
delete_app_assessment(assessment_arn, params::Dict{String,<:Any})

Deletes an AWS Resilience Hub application assessment. This is a destructive action that can't be undone.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
source
Main.Resiliencehub.delete_recommendation_templateMethod
delete_recommendation_template(recommendation_template_arn)
delete_recommendation_template(recommendation_template_arn, params::Dict{String,<:Any})

Deletes a recommendation template. This is a destructive action that can't be undone.

Arguments

  • recommendation_template_arn: The Amazon Resource Name (ARN) for a recommendation template.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
source
Main.Resiliencehub.delete_resiliency_policyMethod
delete_resiliency_policy(policy_arn)
delete_resiliency_policy(policy_arn, params::Dict{String,<:Any})

Deletes a resiliency policy. This is a destructive action that can't be undone.

Arguments

  • policy_arn: The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
source
Main.Resiliencehub.describe_appMethod
describe_app(app_arn)
describe_app(app_arn, params::Dict{String,<:Any})

Describes an AWS Resilience Hub application.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
source
Main.Resiliencehub.describe_app_assessmentMethod
describe_app_assessment(assessment_arn)
describe_app_assessment(assessment_arn, params::Dict{String,<:Any})

Describes an assessment for an AWS Resilience Hub application.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
source
Main.Resiliencehub.describe_app_version_resources_resolution_statusMethod
describe_app_version_resources_resolution_status(app_arn, app_version)
describe_app_version_resources_resolution_status(app_arn, app_version, params::Dict{String,<:Any})

Returns the resolution status for the specified resolution identifier for an application version. If resolutionId is not specified, the current resolution status is returned.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "resolutionId": The identifier for a specific resolution.
source
Main.Resiliencehub.describe_app_version_templateMethod
describe_app_version_template(app_arn, app_version)
describe_app_version_template(app_arn, app_version, params::Dict{String,<:Any})

Describes details about an AWS Resilience Hub

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.
source
Main.Resiliencehub.describe_draft_app_version_resources_import_statusMethod
describe_draft_app_version_resources_import_status(app_arn)
describe_draft_app_version_resources_import_status(app_arn, params::Dict{String,<:Any})

Describes the status of importing resources to an application version.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
source
Main.Resiliencehub.describe_resiliency_policyMethod
describe_resiliency_policy(policy_arn)
describe_resiliency_policy(policy_arn, params::Dict{String,<:Any})

Describes a specified resiliency policy for an AWS Resilience Hub application. The returned policy object includes creation time, data location constraints, the Amazon Resource Name (ARN) for the policy, tags, tier, and more.

Arguments

  • policy_arn: The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
source
Main.Resiliencehub.import_resources_to_draft_app_versionMethod
import_resources_to_draft_app_version(app_arn)
import_resources_to_draft_app_version(app_arn, params::Dict{String,<:Any})

Imports resources from sources such as a CloudFormation stack, resource-groups, or application registry app to a draft application version.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "sourceArns": The Amazon Resource Names (ARNs) for the resources that you want to import.
  • "terraformSources": A list of terraform file s3 URLs you need to import.
source
Main.Resiliencehub.list_alarm_recommendationsMethod
list_alarm_recommendations(assessment_arn)
list_alarm_recommendations(assessment_arn, params::Dict{String,<:Any})

Lists the alarm recommendations for a AWS Resilience Hub application.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_app_assessmentsMethod
list_app_assessments()
list_app_assessments(params::Dict{String,<:Any})

Lists the assessments for an AWS Resilience Hub application. You can use request parameters to refine the results for the response object.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "appArn": The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • "assessmentName": The name for the assessment.
  • "assessmentStatus": The current status of the assessment for the resiliency policy.
  • "complianceStatus": The current status of compliance for the resiliency policy.
  • "invoker": Specifies the entity that invoked a specific assessment, either a User or the System.
  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
  • "reverseOrder": The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to true.
source
Main.Resiliencehub.list_app_component_compliancesMethod
list_app_component_compliances(assessment_arn)
list_app_component_compliances(assessment_arn, params::Dict{String,<:Any})

Lists the compliances for an AWS Resilience Hub component.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_app_component_recommendationsMethod
list_app_component_recommendations(assessment_arn)
list_app_component_recommendations(assessment_arn, params::Dict{String,<:Any})

Lists the recommendations for an AWS Resilience Hub component.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_app_version_resource_mappingsMethod
list_app_version_resource_mappings(app_arn, app_version)
list_app_version_resource_mappings(app_arn, app_version, params::Dict{String,<:Any})

Lists how the resources in an application version are mapped/sourced from. Mappings can be physical resource identifiers, CloudFormation stacks, resource-groups, or an application registry app.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_app_version_resourcesMethod
list_app_version_resources(app_arn, app_version)
list_app_version_resources(app_arn, app_version, params::Dict{String,<:Any})

Lists all the resources in an application version.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
  • "resolutionId": The identifier for a specific resolution.
source
Main.Resiliencehub.list_app_versionsMethod
list_app_versions(app_arn)
list_app_versions(app_arn, params::Dict{String,<:Any})

Lists the different versions for the Resilience Hub applications.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_appsMethod
list_apps()
list_apps(params::Dict{String,<:Any})

Lists your Resilience Hub applications.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "appArn": The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "name": The name for the one of the listed applications.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_recommendation_templatesMethod
list_recommendation_templates(assessment_arn)
list_recommendation_templates(assessment_arn, params::Dict{String,<:Any})

Lists the recommendation templates for the Resilience Hub applications.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "name": The name for one of the listed recommendation templates.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
  • "recommendationTemplateArn": The Amazon Resource Name (ARN) for a recommendation template.
  • "reverseOrder": The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to true.
  • "status": The status of the action.
source
Main.Resiliencehub.list_resiliency_policiesMethod
list_resiliency_policies()
list_resiliency_policies(params::Dict{String,<:Any})

Lists the resiliency policies for the Resilience Hub applications.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
  • "policyName": The name of the policy
source
Main.Resiliencehub.list_sop_recommendationsMethod
list_sop_recommendations(assessment_arn)
list_sop_recommendations(assessment_arn, params::Dict{String,<:Any})

Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_suggested_resiliency_policiesMethod
list_suggested_resiliency_policies()
list_suggested_resiliency_policies(params::Dict{String,<:Any})

Lists the suggested resiliency policies for the Resilience Hub applications.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Lists the tags for your resources in your Resilience Hub applications.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub application.
source
Main.Resiliencehub.list_test_recommendationsMethod
list_test_recommendations(assessment_arn)
list_test_recommendations(assessment_arn, params::Dict{String,<:Any})

Lists the test recommendations for the Resilience Hub application.

Arguments

  • assessment_arn: The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
source
Main.Resiliencehub.list_unsupported_app_version_resourcesMethod
list_unsupported_app_version_resources(app_arn, app_version)
list_unsupported_app_version_resources(app_arn, app_version, params::Dict{String,<:Any})

Lists the resources that are not currently supported in AWS Resilience Hub. An unsupported resource is a resource that exists in the object that was used to create an app, but is not supported by Resilience Hub.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
  • "nextToken": Null, or the token from a previous call to get the next set of results.
  • "resolutionId": The identifier for a specific resolution.
source
Main.Resiliencehub.publish_app_versionMethod
publish_app_version(app_arn)
publish_app_version(app_arn, params::Dict{String,<:Any})

Publishes a new version of a specific Resilience Hub application.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
source
Main.Resiliencehub.put_draft_app_version_templateMethod
put_draft_app_version_template(app_arn, app_template_body)
put_draft_app_version_template(app_arn, app_template_body, params::Dict{String,<:Any})

Adds or updates the app template for a draft version of a Resilience Hub app.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_template_body: A JSON string that contains the body of the app template.
source
Main.Resiliencehub.remove_draft_app_version_resource_mappingsMethod
remove_draft_app_version_resource_mappings(app_arn)
remove_draft_app_version_resource_mappings(app_arn, params::Dict{String,<:Any})

Removes resource mappings from a draft application version.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "appRegistryAppNames": The names of the registered applications to remove from the resource mappings.
  • "logicalStackNames": The names of the CloudFormation stacks to remove from the resource mappings.
  • "resourceGroupNames": The names of the resource groups to remove from the resource mappings.
  • "resourceNames": The names of the resources to remove from the resource mappings.
  • "terraformSourceNames": &lt;/p&gt;
source
Main.Resiliencehub.resolve_app_version_resourcesMethod
resolve_app_version_resources(app_arn, app_version)
resolve_app_version_resources(app_arn, app_version, params::Dict{String,<:Any})

Resolves the resources for an application version.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.
source
Main.Resiliencehub.start_app_assessmentMethod
start_app_assessment(app_arn, app_version, assessment_name)
start_app_assessment(app_arn, app_version, assessment_name, params::Dict{String,<:Any})

Creates a new application assessment for an application.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
  • app_version: The version of the application.
  • assessment_name: The name for the assessment.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
  • "tags": The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
source
Main.Resiliencehub.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

Applies one or more tags to a resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource.
  • tags: The tags to assign to the resource. Each tag consists of a key/value pair.
source
Main.Resiliencehub.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Removes one or more tags from a resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource.
  • tag_keys: The keys of the tags to remove.
source
Main.Resiliencehub.update_appMethod
update_app(app_arn)
update_app(app_arn, params::Dict{String,<:Any})

Updates an application.

Arguments

  • app_arn: The Amazon Resource Name (ARN) of the application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "assessmentSchedule": Assessment execution schedule with 'Daily' or 'Disabled' values.
  • "clearResiliencyPolicyArn": Specifies if the resiliency policy ARN should be cleared.
  • "description": The optional description for an app.
  • "policyArn": The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
source
Main.Resiliencehub.update_resiliency_policyMethod
update_resiliency_policy(policy_arn)
update_resiliency_policy(policy_arn, params::Dict{String,<:Any})

Updates a resiliency policy.

Arguments

  • policy_arn: The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "dataLocationConstraint": Specifies a high-level geographical location constraint for where your resilience policy data can be stored.
  • "policy": The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
  • "policyDescription": The description for the policy.
  • "policyName": The name of the policy
  • "tier": The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).
source