Skip to content

Delete Practice Run Configuration

arczonalshift_delete_practice_run_configuration R Documentation

Deletes the practice run configuration for a resource

Description

Deletes the practice run configuration for a resource. Before you can delete a practice run configuration for a resource., you must disable zonal autoshift for the resource. Practice runs must be configured for zonal autoshift to be enabled.

Usage

arczonalshift_delete_practice_run_configuration(resourceIdentifier)

Arguments

resourceIdentifier

[required] The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.

Value

A list with the following syntax:

list(
  arn = "string",
  name = "string",
  zonalAutoshiftStatus = "ENABLED"|"DISABLED"
)

Request syntax

svc$delete_practice_run_configuration(
  resourceIdentifier = "string"
)