dryRun

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

Parameters

value

Whether to PreCheck this request only. Value:

  • true: sends a check request and does not create inbound or outbound rules. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.

  • false (default): Sends a normal request and directly creates an inbound or outbound direction rule after checking.