dryRun

@JvmName(name = "bcomxgouqhclyrfv")
suspend fun dryRun(value: Output<Boolean>)
@JvmName(name = "kdjwvtyicpvumtbt")
suspend fun dryRun(value: Boolean?)

Parameters

value

Specifies whether to send a dry-run request. Default to false.

  • true: Only a dry-run request is sent and no instance is created. The system checks whether the required parameters are set, and validates the request format, service permissions, and available ECS instances. If the validation fails, the corresponding error code is returned. If the validation succeeds, the DryRunOperation error code is returned.

  • false: A request is sent. If the validation succeeds, the instance is created.