get Restore Testing Selection
suspend fun getRestoreTestingSelection(argument: GetRestoreTestingSelectionPlainArgs): GetRestoreTestingSelectionResult
Resource Type definition for AWS::Backup::RestoreTestingSelection
Return
null
Parameters
argument
null
suspend fun getRestoreTestingSelection(restoreTestingPlanName: String, restoreTestingSelectionName: String): GetRestoreTestingSelectionResult
Return
null
Parameters
restore Testing Plan Name
Unique string that is the name of the restore testing plan. The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.
restore Testing Selection Name
The unique name of the restore testing selection that belongs to the related restore testing plan.
See also
suspend fun getRestoreTestingSelection(argument: suspend GetRestoreTestingSelectionPlainArgsBuilder.() -> Unit): GetRestoreTestingSelectionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.backup.kotlin.inputs.GetRestoreTestingSelectionPlainArgs.