Resiliencehub
This page documents function available when using the Resiliencehub
module, created with @service Resiliencehub
.
Index
Main.Resiliencehub.add_draft_app_version_resource_mappings
Main.Resiliencehub.create_app
Main.Resiliencehub.create_recommendation_template
Main.Resiliencehub.create_resiliency_policy
Main.Resiliencehub.delete_app
Main.Resiliencehub.delete_app_assessment
Main.Resiliencehub.delete_recommendation_template
Main.Resiliencehub.delete_resiliency_policy
Main.Resiliencehub.describe_app
Main.Resiliencehub.describe_app_assessment
Main.Resiliencehub.describe_app_version_resources_resolution_status
Main.Resiliencehub.describe_app_version_template
Main.Resiliencehub.describe_draft_app_version_resources_import_status
Main.Resiliencehub.describe_resiliency_policy
Main.Resiliencehub.import_resources_to_draft_app_version
Main.Resiliencehub.list_alarm_recommendations
Main.Resiliencehub.list_app_assessments
Main.Resiliencehub.list_app_component_compliances
Main.Resiliencehub.list_app_component_recommendations
Main.Resiliencehub.list_app_version_resource_mappings
Main.Resiliencehub.list_app_version_resources
Main.Resiliencehub.list_app_versions
Main.Resiliencehub.list_apps
Main.Resiliencehub.list_recommendation_templates
Main.Resiliencehub.list_resiliency_policies
Main.Resiliencehub.list_sop_recommendations
Main.Resiliencehub.list_suggested_resiliency_policies
Main.Resiliencehub.list_tags_for_resource
Main.Resiliencehub.list_test_recommendations
Main.Resiliencehub.list_unsupported_app_version_resources
Main.Resiliencehub.publish_app_version
Main.Resiliencehub.put_draft_app_version_template
Main.Resiliencehub.remove_draft_app_version_resource_mappings
Main.Resiliencehub.resolve_app_version_resources
Main.Resiliencehub.start_app_assessment
Main.Resiliencehub.tag_resource
Main.Resiliencehub.untag_resource
Main.Resiliencehub.update_app
Main.Resiliencehub.update_resiliency_policy
Documentation
Main.Resiliencehub.add_draft_app_version_resource_mappings
— Methodadd_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.
Main.Resiliencehub.create_app
— Methodcreate_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. <p>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).</p>
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.
Main.Resiliencehub.create_recommendation_template
— Methodcreate_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.
Main.Resiliencehub.create_resiliency_policy
— Methodcreate_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 policytier
: 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.
Main.Resiliencehub.delete_app
— Methoddelete_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.
Main.Resiliencehub.delete_app_assessment
— Methoddelete_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.
Main.Resiliencehub.delete_recommendation_template
— Methoddelete_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.
Main.Resiliencehub.delete_resiliency_policy
— Methoddelete_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.
Main.Resiliencehub.describe_app
— Methoddescribe_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.
Main.Resiliencehub.describe_app_assessment
— Methoddescribe_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.
Main.Resiliencehub.describe_app_version_resources_resolution_status
— Methoddescribe_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.
Main.Resiliencehub.describe_app_version_template
— Methoddescribe_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.
Main.Resiliencehub.describe_draft_app_version_resources_import_status
— Methoddescribe_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.
Main.Resiliencehub.describe_resiliency_policy
— Methoddescribe_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.
Main.Resiliencehub.import_resources_to_draft_app_version
— Methodimport_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.
Main.Resiliencehub.list_alarm_recommendations
— Methodlist_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.
Main.Resiliencehub.list_app_assessments
— Methodlist_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.
Main.Resiliencehub.list_app_component_compliances
— Methodlist_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.
Main.Resiliencehub.list_app_component_recommendations
— Methodlist_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.
Main.Resiliencehub.list_app_version_resource_mappings
— Methodlist_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.
Main.Resiliencehub.list_app_version_resources
— Methodlist_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.
Main.Resiliencehub.list_app_versions
— Methodlist_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.
Main.Resiliencehub.list_apps
— Methodlist_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.
Main.Resiliencehub.list_recommendation_templates
— Methodlist_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.
Main.Resiliencehub.list_resiliency_policies
— Methodlist_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
Main.Resiliencehub.list_sop_recommendations
— Methodlist_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.
Main.Resiliencehub.list_suggested_resiliency_policies
— Methodlist_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.
Main.Resiliencehub.list_tags_for_resource
— Methodlist_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.
Main.Resiliencehub.list_test_recommendations
— Methodlist_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.
Main.Resiliencehub.list_unsupported_app_version_resources
— Methodlist_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.
Main.Resiliencehub.publish_app_version
— Methodpublish_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.
Main.Resiliencehub.put_draft_app_version_template
— Methodput_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.
Main.Resiliencehub.remove_draft_app_version_resource_mappings
— Methodremove_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"
: </p>
Main.Resiliencehub.resolve_app_version_resources
— Methodresolve_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.
Main.Resiliencehub.start_app_assessment
— Methodstart_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.
Main.Resiliencehub.tag_resource
— Methodtag_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.
Main.Resiliencehub.untag_resource
— Methoduntag_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.
Main.Resiliencehub.update_app
— Methodupdate_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.
Main.Resiliencehub.update_resiliency_policy
— Methodupdate_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).